Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not download from youtube #23112

Closed
NourElmadany opened this issue Nov 16, 2019 · 0 comments
Closed

Can not download from youtube #23112

NourElmadany opened this issue Nov 16, 2019 · 0 comments

Comments

@NourElmadany
Copy link

@NourElmadany NourElmadany commented Nov 16, 2019

I was trying to download videos from youtube. I was downloading dataset since monday. Then, friday I found that it stopped downloading and got this output
youtube-dl --quiet --no-warnings --verbose -f mp4 -o "/tmp/kinetics/828e2f82-d218-42ed-bc92-2f2a54e173e4.%(ext)s" "https://www.youtube.com/watch?v=-Qhiiw9yJvc"
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'--quiet', u'--no-warnings', u'--verbose', u'-f', u'mp4', u'-o', u'/tmp/kinetics/828e2f82-d218-42ed-bc92-2f2a54e173e4.%(ext)s', u'https://www.youtube.com/watch?v=-Qhiiw9yJvc']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2017.06.05
[debug] Python version 2.7.13 - Linux-4.15.0-70-generic-x86_64-with-debian-stretch-sid
[debug] exe versions: ffmpeg 3.1.3-static, ffprobe 3.1.3-static
[debug] Proxy map: {}
ERROR: -Qhiiw9yJvc: "token" parameter not in video info for unknown reason; 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.
Traceback (most recent call last):
File "/home/nour/anaconda3/envs/kinetics/lib/python2.7/site-packages/youtube_dl/YoutubeDL.py", line 761, in extract_info
ie_result = ie.extract(url)
File "/home/nour/anaconda3/envs/kinetics/lib/python2.7/site-packages/youtube_dl/extractor/common.py", line 433, in extract
ie_result = self._real_extract(url)
File "/home/nour/anaconda3/envs/kinetics/lib/python2.7/site-packages/youtube_dl/extractor/youtube.py", line 1520, in _real_extract
video_id=video_id)
ExtractorError: -Qhiiw9yJvc: "token" parameter not in video info for unknown reason; 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.