ytdl-org / youtube-dl

Command-line program to download videos from YouTube.com and other video sites
http://ytdl-org.github.io/youtube-dl/
The Unlicense
132.01k stars 10.01k forks source link

Unable to download from madou.club #31061

Open beesuns opened 2 years ago

beesuns commented 2 years ago

Checklist

Example URLs

Description

system info:

uname -a                                                                                                                                                  
Linux kali 5.17.0-kali3-amd64 #1 SMP PREEMPT Debian 5.17.11-1kali1 (2022-05-30) x86_64 GNU/Linux

youtube-dl version:

youtube-dl --version
2021.12.17

I tried to download a video from madou.club:

youtube-dl --proxy="http://127.0.0.1:7890" https://madou.club/hongkongdoll-%e5%8d%95%e4%ba%ba%e9%9b%86-%e7%8b%ac%e8%87%aa%e7%bb%83%e4%b9%a0.html --verbose
[debug] System config: ['--proxy', 'http://127.0.0.1:8889/', '-o', '/home/xxx/Videos/%(title)s.%(ext)s']
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['--proxy=http://127.0.0.1:7890', 'https://madou.club/hongkongdoll-%e5%8d%95%e4%ba%ba%e9%9b%86-%e7%8b%ac%e8%87%aa%e7%bb%83%e4%b9%a0.html', '--verbose']
[debug] Encodings: locale UTF-8, fs utf-8, out utf-8, pref UTF-8
[debug] youtube-dl version 2021.12.17
[debug] Python version 3.10.4 (CPython) - Linux-5.17.0-kali3-amd64-x86_64-with-glibc2.33
[debug] exe versions: ffmpeg 4.4.2-1, ffprobe 4.4.2-1
[debug] Proxy map: {'http': 'http://127.0.0.1:7890', 'https': 'http://127.0.0.1:7890'}
[generic] hongkongdoll-单人集-独自练习: Requesting header
WARNING: Falling back on generic information extractor.
[generic] hongkongdoll-单人集-独自练习: Downloading webpage
[generic] hongkongdoll-单人集-独自练习: Extracting information
ERROR: Unsupported URL: https://madou.club/hongkongdoll-%e5%8d%95%e4%ba%ba%e9%9b%86-%e7%8b%ac%e8%87%aa%e7%bb%83%e4%b9%a0.html
Traceback (most recent call last):
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 815, in wrapper
    return func(self, *args, **kwargs)
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 836, in __extract_info
    ie_result = ie.extract(url)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 534, in extract
    ie_result = self._real_extract(url)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/generic.py", line 3489, in _real_extract
    raise UnsupportedError(url)
youtube_dl.utils.UnsupportedError: Unsupported URL: https://madou.club/hongkongdoll-%e5%8d%95%e4%ba%ba%e9%9b%86-%e7%8b%ac%e8%87%aa%e7%bb%83%e4%b9%a0.html
dirkf commented 2 years ago

The site isn't known to yt-dl.

Complete the checklist!

beesuns commented 2 years ago

@dirkf How to complete the checklist?

dirkf commented 2 years ago

Use the comment edit function on the original post: put x in each [ ] if the item is true, or add an explanation for any item that isn't. Eg:

- [x] I'm reporting a new site support request
- [ ] I've verified that I'm running youtube-dl version 2021.12.17
Actually I'm running the git master with HEAD: xxxxxxxx

displays as:

beesuns commented 2 years ago

@dirkf Thanks. I've already updated the Checklist.

Whatwhatio commented 2 years ago

I am also having this same issue. I get a different error though

[generic] index.m3u8?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2Nlc3MiOiJ2aWV3IiwiaWF0IjoxNjYxOTc2MTA4LCJleHAiOjE2NjE5NzYyMDh9: Requesting header
WARNING: Could not send HEAD request to https://dash.madou.club/videos/62fe53c64bb2d2624ab4f2e7/index.m3u8?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2Nlc3MiOiJ2aWV3IiwiaWF0IjoxNjYxOTc2MTA4LCJleHAiOjE2NjE5NzYyMDh9.Z9ciU_XeJmE-e26QlcA_xlGzGakD1Vd8wBRhCRBaJb0: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:600)>
[generic] index.m3u8?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2Nlc3MiOiJ2aWV3IiwiaWF0IjoxNjYxOTc2MTA4LCJleHAiOjE2NjE5NzYyMDh9: Downloading webpage
ERROR: Unable to download webpage: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:600)> (caused by URLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:600)'),))