-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error while getting following #42
Comments
I will kms why do you get all the errors 😭 |
Im also getting it 🥺 But not coming from the same file
|
Mine is coming from their recent add of the Line 22 in 9213e87
It prints that before raising the error:
I was able to fix it by replacing the line I cited upper by: followers = body.find(lambda tag: tag.name == "a"
and tag.get("href") == f"/{runner.target.username}?tab={to_scrape}"
and "pl-1" not in tag.get("class", [])
and "data-analytics-event" not in tag.attrs) |
Fixed followers/following extraction errors (#42)
The text was updated successfully, but these errors were encountered: