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

youtube_dl.utils.ExtractorError: This video is unavailable. #21931

Closed
nadermx opened this issue Jul 29, 2019 · 1 comment
Closed

youtube_dl.utils.ExtractorError: This video is unavailable. #21931

nadermx opened this issue Jul 29, 2019 · 1 comment

Comments

@nadermx
Copy link

@nadermx nadermx commented Jul 29, 2019

Checklist

  • I'm reporting a broken site support
  • 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 issues including closed ones

Verbose log

youtube-dl -vvv "ytsearch10:requiem for a dream" --skip-download
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-vvv', 'ytsearch10:requiem for a dream', '--skip-download']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2019.07.27
[debug] Python version 3.7.4 (CPython) - Linux-4.15.0-55-generic-x86_64-with-Ubuntu-18.04-bionic
[debug] exe versions: none
[debug] Proxy map: {}
[youtube:search] query "requiem for a dream": Downloading page 1
[download] Downloading playlist: requiem for a dream
[youtube:search] playlist requiem for a dream: Collected 10 video ids (downloading 10 of them)
[download] Downloading video 1 of 10
[youtube] yVIRcnlRKF8: Downloading webpage
[youtube] yVIRcnlRKF8: Downloading video info webpage
[youtube] {18} signature length 103, html5 player vfl7A19HM
[youtube] {137} signature length 107, html5 player vfl7A19HM
[youtube] {248} signature length 107, html5 player vfl7A19HM
[youtube] {136} signature length 107, html5 player vfl7A19HM
[youtube] {247} signature length 107, html5 player vfl7A19HM
[youtube] {135} signature length 103, html5 player vfl7A19HM
[youtube] {244} signature length 103, html5 player vfl7A19HM
[youtube] {134} signature length 107, html5 player vfl7A19HM
[youtube] {243} signature length 107, html5 player vfl7A19HM
[youtube] {133} signature length 107, html5 player vfl7A19HM
[youtube] {242} signature length 107, html5 player vfl7A19HM
[youtube] {160} signature length 107, html5 player vfl7A19HM
[youtube] {278} signature length 107, html5 player vfl7A19HM
[youtube] {140} signature length 103, html5 player vfl7A19HM
[youtube] {249} signature length 107, html5 player vfl7A19HM
[youtube] {250} signature length 107, html5 player vfl7A19HM
[youtube] {251} signature length 107, html5 player vfl7A19HM
[debug] Default format spec: best/bestvideo+bestaudio
[download] Downloading video 2 of 10
[youtube] 7YQEDu07Y8Y: Downloading webpage
[youtube] 7YQEDu07Y8Y: Downloading video info webpage
ERROR: This video is unavailable.
Traceback (most recent call last):
  File "/home/www/env/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 796, in extract_info
    ie_result = ie.extract(url)
  File "/home/www/env/lib/python3.7/site-packages/youtube_dl/extractor/common.py", line 530, in extract
    ie_result = self._real_extract(url)
  File "/home/www/env/lib/python3.7/site-packages/youtube_dl/extractor/youtube.py", line 2108, in _real_extract
    raise ExtractorError(error_message, expected=True)
youtube_dl.utils.ExtractorError: This video is unavailable.

Description

When trying to use the ytsearch funcion, on some search when trying to do 10 videos, it breaks if one of the videos has a issue. For example the search youtube-dl -vvv "ytsearch10:requiem for a dream" --skip-download

@remitamine
Copy link
Collaborator

@remitamine remitamine commented Jul 29, 2019

-i, --ignore-errors              Continue on download errors, for example to
                                 skip unavailable videos in a playlist
@remitamine remitamine closed this Jul 29, 2019
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.