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

Fails to download yt-video lL42RJeE8KM #25094

Closed
esbjerg opened this issue May 1, 2020 · 0 comments
Closed

Fails to download yt-video lL42RJeE8KM #25094

esbjerg opened this issue May 1, 2020 · 0 comments

Comments

@esbjerg
Copy link

@esbjerg esbjerg commented May 1, 2020

Checklist

  • I'm reporting a broken site support
  • I've verified that I'm running youtube-dl version 2020.03.24
  • 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 -v --no-check-certificate https://www.youtube.com/watch\?v\=lL42RJeE8KM
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', '--no-check-certificate', 'https://www.youtube.com/watch?v=lL42RJeE8KM']
[debug] Encodings: locale UTF-8, fs utf-8, out utf-8, pref UTF-8
[debug] youtube-dl version 2020.03.24
[debug] Python version 3.7.7 (CPython) - FreeBSD-12.1-RELEASE-p2-amd64-64bit-ELF
[debug] exe versions: ffmpeg 4.2.2, ffprobe 4.2.2, rtmpdump 2.4
[debug] Proxy map: {}
[youtube] lL42RJeE8KM: Downloading webpage
[youtube] lL42RJeE8KM: Downloading MPD manifest
WARNING: [youtube] lL42RJeE8KM: Skipping DASH manifest: ExtractorError("lL42RJeE8KM: Failed to parse XML  (caused by ParseError('no element found: line 1, column 0')); 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.")
[debug] Default format spec: bestvideo+bestaudio/best
[debug] Invoking downloader on 'https://r1---sn-38p3oxuq3-j2ie.googlevideo.com/videoplayback?expire=1588379776&ei=IGysXubOAYOD6dsP4JqiqAc&ip=185.107.13.10&id=o-APAJaEXxV3HCyWscnUe2sH9pXTzLoXOA56NGwI0iG0mn&itag=137&aitags=133%2C134%2C135%2C136%2C137%2C160%2C242%2C243%2C244%2C247%2C248%2C278&source=yt_otf&requiressl=yes&mh=gl&mm=31%2C29&mn=sn-38p3oxuq3-j2ie%2Csn-5hne6nlk&ms=au%2Crdu&mv=m&mvi=0&pl=24&initcwndbps=1656250&vprv=1&mime=video%2Fmp4&otf=1&otfp=1&dur=0.000&lmt=1588281386383158&mt=1588358068&fvip=1&keepalive=yes&c=WEB&sparams=expire%2Cei%2Cip%2Cid%2Caitags%2Csource%2Crequiressl%2Cvprv%2Cmime%2Cotf%2Cotfp%2Cdur%2Clmt&sig=AJpPlLswRgIhAL3ofb4sQdgfmdEZe4Rz8Af1rlWaz4sLHEVZdlMmtiUpAiEAuowPg3RXZbvVGyOW6PhNRKouN3o2guLwqnI6yoNKRcc%3D&lsparams=mh%2Cmm%2Cmn%2Cms%2Cmv%2Cmvi%2Cpl%2Cinitcwndbps&lsig=ALrAebAwRAIgXOpSzLdSwimeRekS4QFb3sP5VEcLTv8dEZPZk-a8H9gCIAwNcTKQ6dpBGriQpMxhRs2mze26b6R7nN7DEh7cJ_xy&ratebypass=yes'
ERROR: unable to download video data: HTTP Error 404: Not Found
Traceback (most recent call last):
  File "/home/joker/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1920, in process_info
    partial_success = dl(fname, new_info)
  File "/home/joker/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1865, in dl
    return fd.download(name, info)
  File "/home/joker/bin/youtube-dl/youtube_dl/downloader/common.py", line 366, in download
    return self.real_download(filename, info_dict)
  File "/home/joker/bin/youtube-dl/youtube_dl/downloader/http.py", line 341, in real_download
    establish_connection()
  File "/home/joker/bin/youtube-dl/youtube_dl/downloader/http.py", line 109, in establish_connection
    ctx.data = self.ydl.urlopen(request)
  File "/home/joker/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 2238, in urlopen
    return self._opener.open(req, timeout=self._socket_timeout)
  File "/usr/local/lib/python3.7/urllib/request.py", line 531, in open
    response = meth(req, response)
  File "/usr/local/lib/python3.7/urllib/request.py", line 641, in http_response
    'http', request, response, code, msg, hdrs)
  File "/usr/local/lib/python3.7/urllib/request.py", line 569, in error
    return self._call_chain(*args)
  File "/usr/local/lib/python3.7/urllib/request.py", line 503, in _call_chain
    result = func(*args)
  File "/usr/local/lib/python3.7/urllib/request.py", line 649, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 404: Not Found

Description

Not much to say other than youtube-dl fails on mentioned video which was uploaded very recently. I am yousing youtube-dl downloaded from the officiel site - so not the FreeBSD port version (which also fails).

It tried to clean the cache. That does not help.

youtube-dl works fine with other videos.

WRITE DESCRIPTION HERE

@dstftw dstftw closed this May 1, 2020
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.