Closed BossDarkReaper closed 7 years ago
same over here
Yours looks like Windows. I'm having a very similar error on Xubuntu. My output looks like:
youtube-dl --verbose https://www.youtube.com/watch?v=ysUhvqzKsyQ
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'--verbose', u'https://www.youtube.com/watch?v=ysUhvqzKsyQ']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2017.05.14
[debug] Python version 2.7.12 - Linux-4.4.0-75-generic-x86_64-with-Ubuntu-16.04-xenial
[debug] exe versions: ffmpeg 2.8.11-0ubuntu0.16.04.1, ffprobe 2.8.11-0ubuntu0.16.04.1, rtmpdump 2.4
[debug] Proxy map: {}
[youtube] ysUhvqzKsyQ: Downloading webpage
[youtube] ysUhvqzKsyQ: Downloading video info webpage
[youtube] ysUhvqzKsyQ: Extracting video information
[youtube] {43} signature length 43.42, html5 player vfl8jhACg
[youtube] ysUhvqzKsyQ: Downloading player https://www.youtube.com/yts/jsbin/player-vfl8jhACg/en_US/base.js
ERROR: Signature extraction failed: Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 1162, in _decrypt_signature
video_id, player_url, s
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 1085, in _extract_signature_function
cache_res = res(test_string)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 1138, in
Same for me - ExtractorError: Unsupported JS expression u'oE"do"'; 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.
Please follow the guide below
x
into all the boxes [ ] relevant to your issue (like that [x])Before submitting an issue make sure you have:
What is the purpose of your issue?
[x] Bug report (encountered problems with youtube-dl)
The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue
If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:
Add
-v
flag to your command line you run youtube-dl with, copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):...