I want to choose all of the targeting items except the first one. I used ': nth-of-type(n+2)', but the system shows the error: Only the following pseudo-classes are implemented: nth-of-type
like this:
data1 = soup1.select('#zoom > div > p:nth-of-type(n + 2)')..