Advertisement
Guest User

Untitled

a guest
Aug 14th, 2014
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. youtube-dl -F https://www.youtube.com/watch?v=dyAg1B29cd0
  2. [youtube] Setting language
  3. [youtube] dyAg1B29cd0: Downloading video webpage
  4. [youtube] dyAg1B29cd0: Downloading video info webpage
  5. [youtube] dyAg1B29cd0: Extracting video information
  6. Traceback (most recent call last):
  7. File "/usr/bin/youtube-dl", line 4645, in <module>
  8. main()
  9. File "/usr/bin/youtube-dl", line 4636, in main
  10. _real_main()
  11. File "/usr/bin/youtube-dl", line 4620, in _real_main
  12. retcode = fd.download(all_urls)
  13. File "/usr/bin/youtube-dl", line 869, in download
  14. ie.extract(url)
  15. File "/usr/bin/youtube-dl", line 1135, in extract
  16. return self._real_extract(url)
  17. File "/usr/bin/youtube-dl", line 1406, in _real_extract
  18. url_map = dict((ud['itag'][0], ud['url'][0] + '&signature=' + ud['sig'][0]) for ud in url_data)
  19. File "/usr/bin/youtube-dl", line 1406, in <genexpr>
  20. url_map = dict((ud['itag'][0], ud['url'][0] + '&signature=' + ud['sig'][0]) for ud in url_data)
  21. KeyError: 'sig'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement