-
Notifications
You must be signed in to change notification settings - Fork 313
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
pafy.get_playlist() HTTP error #285
Comments
Same problem here |
same problem |
Yeap, same here.. EDIT: Problem with |
After solving the "403" problem by providing my own API key I get the "404" error again.. 😞 |
No-one found a work-around so far? Similar libraries? |
Nope.. |
@noembryo but urls for direct videos still work? |
Yes, video links are unaffected.. |
https://github.com/alexmercerind/youtube-search-python worked for me, seems to have a lot of the same functionality @tdrvlad |
`import pafy p = Playlist('https://www.youtube.com/playlist?list=PLS1QulWo1RIaJECMeUT4LFwJ-ghgoSH6n') for video in p[:3]: ` |
Same problem |
This solution gets just 3 videos from the playlist |
|
Will update, thanks :)
…On Tue, Mar 8, 2022 at 2:41 PM Ilya Savitsky ***@***.***> wrote:
get_playlist works only on v2 and v3 versions of Youtube API which are
now deprecated. Use get_playlist2()
—
Reply to this email directly, view it on GitHub
<#285 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AK3BQEHF4N5JEVL7HL7SHVLU65DGPANCNFSM4XWBLUPQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
This basic use case throws an error:
Tried multiple playlists. The problem is not the URL. Can youtube block my IP after a certain number of requests?
Thank you in advance for the help.
The text was updated successfully, but these errors were encountered: