You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 25, 2020. It is now read-only.
I get the following error when running yturl 'http://www.youtube.com/watch?v=8TCxE0bWQeQ':
Traceback (most recent call last):
File "/usr/local/bin/yturl", line 8, in <module>
sys.exit(main())
File "/usr/local/lib/python3.7/site-packages/yturl.py", line 147, in main
itag_to_url_map = itags_for_video(args.video_id)
File "/usr/local/lib/python3.7/site-packages/yturl.py", line 80, in itags_for_video
streams = api_response['url_encoded_fmt_stream_map'].split(',')
KeyError: 'url_encoded_fmt_stream_map'
Edit:
Didn't realise this issue has already been raised and closed, but I'll leave this open for now in case the above fixes in pytube have not been considered.
The text was updated successfully, but these errors were encountered:
I get the following error when running
yturl 'http://www.youtube.com/watch?v=8TCxE0bWQeQ'
:It seems to be an issue with YouTube not returning some metadata for certain videos. pytube has fixed it in pytube/pytube#467, pytube/pytube@e5f1a9e
Edit:
Didn't realise this issue has already been raised and closed, but I'll leave this open for now in case the above fixes in pytube have not been considered.
The text was updated successfully, but these errors were encountered: