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 livestreams are broken #18799

Closed
MRDHR opened this issue Jan 10, 2019 · 1 comment
Closed

YouTube livestreams are broken #18799

MRDHR opened this issue Jan 10, 2019 · 1 comment

Comments

@MRDHR
Copy link

@MRDHR MRDHR commented Jan 10, 2019

[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'-v', u'-F', u'https://www.youtube.com/watch?v=FiLHJ1f-VqE']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2019.01.02
[debug] Python version 2.7.5 (CPython) - Linux-4.20.0-1.el7.elrepo.x86_64-x86_64-with-centos-7.6.1810-Core
[debug] exe versions: ffmpeg 4.1-static, ffprobe 4.1-static
[debug] Proxy map: {}
[youtube] FiLHJ1f-VqE: Downloading webpage
[youtube] FiLHJ1f-VqE: Downloading video info webpage
ERROR: This video is unavailable.
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 793, in extract_info
ie_result = ie.extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 508, in extract
ie_result = self._real_extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 1957, in _real_extract
raise ExtractorError(error_message, expected=True)
ExtractorError: This video is unavailable.

Hi,

Youtube livestreams doesn't work anymore.
Please, fix it.
Thanks.

@palich2000
Copy link

@palich2000 palich2000 commented Jan 10, 2019

but it still works

curl -sL "https://www.youtube.com/watch?v=rU4Fw5HYEJE" | grep -oP "ytplayer.config =\K.*?}(?=;)" | jq . | grep m3u8 | sed 's/^.hlsManifestUrl//;s/m3u8./m3u8/;s/^.*https/https/'

@dstftw dstftw closed this in c3e5438 Jan 10, 2019
@ytdl-org ytdl-org locked and limited conversation to collaborators Jan 12, 2019
@ytdl-org ytdl-org deleted a comment from dimyself Jan 12, 2019
@ytdl-org ytdl-org deleted a comment from vitich Jan 12, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
@MRDHR @palich2000 and others
You can’t perform that action at this time.