Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. ERROR: Signature extraction failed: Traceback (most recent call last):
  2. File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 905, in _decrypt_signature
  3. video_id, player_url, s
  4. File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 819, in _extract_signature_function
  5. errnote='Download of %s failed' % player_url)
  6. File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 468, in _download_webpage
  7. res = self._download_webpage_handle(url_or_request, video_id, note, errnote, fatal, encoding=encoding)
  8. File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 375, in _download_webpage_handle
  9. urlh = self._request_webpage(url_or_request, video_id, note, errnote, fatal)
  10. File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 355, in _request_webpage
  11. return self._downloader.urlopen(url_or_request)
  12. File "/usr/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 1905, in urlopen
  13. return self._opener.open(req, timeout=self._socket_timeout)
  14. File "/usr/lib/python2.7/urllib2.py", line 421, in open
  15. protocol = req.get_type()
  16. File "/usr/lib/python2.7/urllib2.py", line 283, in get_type
  17. raise ValueError, "unknown url type: %s" % self.__original
  18. ValueError: unknown url type: /yts/jsbin/player-en_US-vflg9Wu9U/base.js
  19. (caused by ValueError(u'unknown url type: /yts/jsbin/player-en_US-vflg9Wu9U/base.js',)); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement