-
Notifications
You must be signed in to change notification settings - Fork 52
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
After YouTube update nothing works #16
Comments
Stopped working for me too. |
Yes I programmed my own now. |
@Ivolution-dev What was the problem? |
Not working |
i pushed a fix, but i saw that some of the other stuff like sorting does not work anymore, ill try to fix it on the weekend |
Alright everyone I have a fix for you. @dermasmid you can use my fix to help yourself First of all in the source code this change needs to be added
Howerver this changes the output path of the dict so you have to do it this way
I'm sure in the source code you could squish down the results dict so it repoints to to just @Ivolution-dev this is a short fix. hope it helps edit: if no one upvotes I'm going to tell on you Majj |
Is it expected behaviour that it only returns "videos" and not livestreams ? @danielsauceda ?? |
Live streams are on a different tab on the website, so they would need a separate endpoint. |
Nothing until now? |
We definitely need live streams. |
After the lastest update i can't get videos from a channel
video_generator = scrapetube.get_channel(channel_id=channel_id, limit=5, sort_by="newest")
The generator gives an empty array
The text was updated successfully, but these errors were encountered: