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

[Moniker] not working for most videos #7244

Closed
dban0001 opened this issue Oct 20, 2015 · 4 comments
Closed

[Moniker] not working for most videos #7244

dban0001 opened this issue Oct 20, 2015 · 4 comments
Labels
bug

Comments

@dban0001
Copy link

@dban0001 dban0001 commented Oct 20, 2015

Most videos from allmyvideos.net and vidspot.net are not working. This long video works, but most other ones not, I picked some random videos: not working 1 not working 2.

Vidspot:

$ youtube-dl "http://vidspot.net/2/v-ywDf99" --verbose
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'http://vidspot.net/2/v-ywDf99', u'--verbose']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2015.10.18
[debug] Python version 2.7.6 - Linux-3.16.0-38-generic-x86_64-with-LinuxMint-17.2-rafaela
[debug] exe versions: ffmpeg N-75403-g3a8e447, ffprobe N-75403-g3a8e447
[debug] Proxy map: {}
[Moniker] 2: Downloading webpage
[Moniker] 2: Downloading video page ...
ERROR: Unable to download webpage: HTTP Error 404: Not Found (caused by HTTPError()); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type  youtube-dl -U  to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 330, in _request_webpage
    return self._downloader.urlopen(url_or_request)
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1873, in urlopen
    return self._opener.open(req, timeout=self._socket_timeout)
  File "/usr/lib/python2.7/urllib2.py", line 410, in open
    response = meth(req, response)
  File "/usr/lib/python2.7/urllib2.py", line 523, in http_response
    'http', request, response, code, msg, hdrs)
  File "/usr/lib/python2.7/urllib2.py", line 448, in error
    return self._call_chain(*args)
  File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.7/urllib2.py", line 531, in http_error_default
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)

Allmyvideos:

$ youtube-dl "http://allmyvideos.net/v/v-HXZm5t" --verbose
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'http://allmyvideos.net/v/v-HXZm5t', u'--verbose']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2015.10.18
[debug] Python version 2.7.6 - Linux-3.16.0-38-generic-x86_64-with-LinuxMint-17.2-rafaela
[debug] exe versions: ffmpeg N-75403-g3a8e447, ffprobe N-75403-g3a8e447
[debug] Proxy map: {}
[Moniker] v: Downloading webpage
[Moniker] v: Downloading video page ...
ERROR: Unable to download webpage: HTTP Error 404: Not Found (caused by HTTPError()); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type  youtube-dl -U  to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 330, in _request_webpage
    return self._downloader.urlopen(url_or_request)
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1873, in urlopen
    return self._opener.open(req, timeout=self._socket_timeout)
  File "/usr/lib/python2.7/urllib2.py", line 410, in open
    response = meth(req, response)
  File "/usr/lib/python2.7/urllib2.py", line 523, in http_response
    'http', request, response, code, msg, hdrs)
  File "/usr/lib/python2.7/urllib2.py", line 448, in error
    return self._call_chain(*args)
  File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.7/urllib2.py", line 531, in http_error_default
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
@yan12125 yan12125 added the bug label Oct 21, 2015
@gaming-hacker
Copy link

@gaming-hacker gaming-hacker commented Oct 25, 2015

i tried pinging it and it doesn't seem valid

ping: cannot resolve http://vidspot.net: Unknown host

@yan12125
Copy link
Collaborator

@yan12125 yan12125 commented Oct 25, 2015

FYI: ping vidspot.net is correct while ping http://vidspot.net/ is wrong.

@dban0001
Copy link
Author

@dban0001 dban0001 commented Oct 25, 2015

Of course it is valid, just go to the website...

@gaming-hacker
Copy link

@gaming-hacker gaming-hacker commented Oct 26, 2015

my bash script strips and formats any url to pipe into any command

@dstftw dstftw closed this in 6fb8ace Oct 29, 2015
dstftw added a commit that referenced this issue Oct 29, 2015
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
4 participants
@yan12125 @gaming-hacker @dban0001 and others
You can’t perform that action at this time.