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
[elizabeth@ein ~]$ youtube-dl http://www.youtube.com/watch?v=21UP0frYg-E
--- 8< snip >8 ---
[youtube] 21UP0frYg-E: Extracting video information
Traceback (most recent call last):
File "/usr/bin/youtube-dl", line 2985, in
retcode = fd.download(all_urls)
File "/usr/bin/youtube-dl", line 604, in download
ie.extract(url)
File "/usr/bin/youtube-dl", line 844, in extract
return self._real_extract(url)
File "/usr/bin/youtube-dl", line 1083, in _real_extract
url_map = dict(tuple(pair.split('|')) for pair in video_info['fmt_url_map'][0].split(','))
ValueError: dictionary update sequence element #0 has length 1; 2 is required
Having done some investigation into the issue, it appears video_info does not get returned with the fmt_url_map element on some videos.
The text was updated successfully, but these errors were encountered:
On some videos, such as http://www.youtube.com/watch?v=21UP0frYg-E, youtube-dl generates the following error:
Having done some investigation into the issue, it appears video_info does not get returned with the fmt_url_map element on some videos.
The text was updated successfully, but these errors were encountered: