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

This video is not available #20392

Closed
zannix opened this issue Mar 18, 2019 · 4 comments
Closed

This video is not available #20392

zannix opened this issue Mar 18, 2019 · 4 comments

Comments

@zannix
Copy link

@zannix zannix commented Mar 18, 2019

Video in question: https://www.youtube.com/watch?v=5_ARibfCMhw

youtube-dl --get-url -f 140 5_ARibfCMhw --verbose
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'--get-url', u'-f', u'140', u'5_ARibfCMhw', u'--verbose']
WARNING: Assuming --restrict-filenames since file system encoding cannot encode all characters. Set the LC_ALL environment variable to fix this.
[debug] Encodings: locale ANSI_X3.4-1968, fs ANSI_X3.4-1968, out ANSI_X3.4-1968, pref ANSI_X3.4-1968
[debug] youtube-dl version 2019.03.18
[debug] Python version 2.7.6 (CPython) - Linux-3.13.0-143-generic-x86_64-with-Ubuntu-14.04-trusty
[debug] exe versions: none
[debug] Proxy map: {}
ERROR: This video is not available.
Traceback (most recent call last):
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 794, in extract_info
    ie_result = ie.extract(url)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 529, in extract
    ie_result = self._real_extract(url)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 1982, in _real_extract
    raise ExtractorError(error_message, expected=True)
ExtractorError: This video is not available.

Strange thing is this is the response from a remote server. Locally it works fine. Both are running the same version of youtube-dl.

@Hrxn
Copy link

@Hrxn Hrxn commented Mar 18, 2019

Remote server? Like running from a VPS from a big provider or something?
They tend to be blocked based on IP address ranges, occasionally.

@zannix
Copy link
Author

@zannix zannix commented Mar 18, 2019

No I mean just my remote server hosted on online.net

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Mar 18, 2019

The error is self-explanatory.
Can you watch it in browser from the same machine and IP?

@dstftw dstftw closed this Mar 18, 2019
@zannix
Copy link
Author

@zannix zannix commented Mar 18, 2019

Didn't try that. Would having a proxy help in these cases?

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
3 participants
You can’t perform that action at this time.