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

[generic] WARNING: Failed to download m3u8 information: HTTP Error 403: Forbidden (cloudvideo.tv) #24854

Open
4 of 5 tasks
bato3 opened this issue Apr 18, 2020 · 0 comments
Open
4 of 5 tasks

Comments

@bato3
Copy link
Contributor

bato3 commented Apr 18, 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

[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'https://cloudvideo.tv/embed-yb46qfa158gf.html', u'-v', u'-g']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2020.03.24
[debug] Python version 2.7.13 (CPython) - Linux-4.9.0-8-amd64-x86_64-with-debian-9.6
[debug] exe versions: ffmpeg 3.2.14-1, ffprobe 3.2.14-1, phantomjs 2.1.1
[debug] Proxy map: {}
WARNING: Falling back on generic information extractor.
WARNING: Failed to download m3u8 information: HTTP Error 403: Forbidden
ERROR: Unsupported URL: https://cloudvideo.tv/embed-yb46qfa158gf.html
Traceback (most recent call last):
  File "./youtube-dl/youtube_dl/extractor/generic.py", line 2375, in _real_extract
    doc = compat_etree_fromstring(webpage.encode('utf-8'))
  File "./youtube-dl/youtube_dl/compat.py", line 2551, in compat_etree_fromstring
    doc = _XML(text, parser=etree.XMLParser(target=_TreeBuilder(element_factory=_element_factory)))
  File "./youtube-dl/youtube_dl/compat.py", line 2540, in _XML
    parser.feed(text)
  File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1653, in feed
    self._raiseerror(v)
  File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1517, in _raiseerror
    raise err
ParseError: not well-formed (invalid token): line 22, column 309
Traceback (most recent call last):
  File "./youtube-dl/youtube_dl/YoutubeDL.py", line 797, in extract_info
    ie_result = ie.extract(url)
  File "./youtube-dl/youtube_dl/extractor/common.py", line 530, in extract
    ie_result = self._real_extract(url)
  File "./youtube-dl/youtube_dl/extractor/generic.py", line 3352, in _real_extract
    raise UnsupportedError(url)
UnsupportedError: Unsupported URL: https://cloudvideo.tv/embed-yb46qfa158gf.html

Description

in raw HTML is this link, but they can't download

<source src="https://s26.cdncv.net/hls/,mfqjwu6bvpo6sr7qw53e3mi7xpv2ltbazpiresng755flapk6hndr5ufrg7a,.urlset/master.m3u8" type="application/x-mpegURL"></source>

Headers from browser

Host: s26.cdncv.net
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:75.0) Gecko/20100101 Firefox/75.0
Accept: */*
Accept-Language: pl
Accept-Encoding: gzip, deflate, br
Referer: https://cloudvideo.tv/embed-yb46qfa158gf.html
Origin: https://cloudvideo.tv
Connection: keep-alive
Pragma: no-cache
Cache-Control: no-cache

I can download video by curl and raw link:

[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'-F', u'https://s26.cdncv.net/hls/,mfqjwu6bvpo6sr7qw53e3mi7xpv2ltbazpiresng755flapk6hndr5ufrg7a,.urlset/master.m3u8', u'-v']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2020.03.24
[debug] Python version 2.7.13 (CPython) - Linux-4.9.0-8-amd64-x86_64-with-debian-9.6
[debug] exe versions: ffmpeg 3.2.14-1, ffprobe 3.2.14-1, phantomjs 2.1.1
[debug] Proxy map: {}
[generic] master: Requesting header
[generic] master: Downloading m3u8 information
[info] Available formats for master:
format code  extension  resolution note
798          mp4        1280x720    798k , avc1.64001f, 30.0fps, mp4a.40.2
@ytdl-org ytdl-org deleted a comment from Isayso Apr 19, 2020
@ytdl-org ytdl-org locked and limited conversation to collaborators Apr 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant