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

Error whilst downloading videos #21911

Closed
LucaTheHacker opened this issue Jul 27, 2019 · 0 comments
Closed

Error whilst downloading videos #21911

LucaTheHacker opened this issue Jul 27, 2019 · 0 comments

Comments

@LucaTheHacker
Copy link

@LucaTheHacker LucaTheHacker commented Jul 27, 2019

Checklist

  • I've verified that I'm running youtube-dl version 2019.07.27
  • I've checked that all provided URLs are alive and playable in a browser
  • I've checked that all URLs and arguments with special characters are properly quoted or escaped
  • I've searched the bugtracker for similar bug reports including closed ones
  • I've read bugs section in FAQ

Verbose log

youtube-dl 'https://www.youtube.com/watch?v=bxd0mg1h-_g' -v
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['https://www.youtube.com/watch?v=bxd0mg1h-_g', '-v']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2019.07.02
[debug] Python version 3.7.4 (CPython) - Linux-5.2.0-8-generic-x86_64-with-Ubuntu-19.10-eoan
[debug] exe versions: ffmpeg 4.1.3-1, ffprobe 4.1.3-1, phantomjs ., rtmpdump 2.4
[debug] Proxy map: {}
[youtube] bxd0mg1h-_g: Downloading webpage
[youtube] bxd0mg1h-_g: Downloading video info webpage
WARNING: Unable to extract video title
ERROR: This video is unavailable.
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/youtube_dl/YoutubeDL.py", line 796, in extract_info
    ie_result = ie.extract(url)
  File "/usr/lib/python3/dist-packages/youtube_dl/extractor/common.py", line 530, in extract
    ie_result = self._real_extract(url)
  File "/usr/lib/python3/dist-packages/youtube_dl/extractor/youtube.py", line 2097, in _real_extract
    raise ExtractorError(error_message, expected=True)
youtube_dl.utils.ExtractorError: This video is unavailable.

Description

YT-dl seems to have problems downloading a lot of music videos, the error is always

WARNING: Unable to extract video title
ERROR: This video is unavailable.
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
1 participant
You can’t perform that action at this time.