Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
iqiyi.com "Can't find any video" #16852
Comments
|
I'm having the same issue: $ Updated youtube-dl to version 2018.09.26. $ youtube-dl --verbose https://www.iqiyi.com/v_19rrjc6t1o.html |
|
same here: (python3) ✘ dizhu@Dis-MacBook-Pro ~/Downloads youtube-dl --verbose "http://www.iqiyi.com/w_19s23spmel.html" (python3) ✘ dizhu@Dis-MacBook-Pro ~/Downloads youtube-dl --version |
|
since supported sites specified the ~/Downloads ⬡ v8.11.4
$youtube-dl --version
2019.02.18 ~/Downloads ⬡ v8.11.4
$youtube-dl -f mp4 --prefer-ffmpeg https://tw.iqiyi.com/v_19rqr9a2t4.html -v
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'-f', u'mp4', u'--prefer-ffmpeg', u'https://tw.iqiyi.com/v_19rqr9a2t4.html', u'-v']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2019.02.18
[debug] Python version 2.7.10 (CPython) - Darwin-18.2.0-x86_64-i386-64bit
[debug] exe versions: avconv present, avprobe present, ffmpeg present, ffprobe present, rtmpdump 2.4
[debug] Proxy map: {}
[iqiyi] temp_id: download video page
ERROR: Can't find any video; 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.
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 794, 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/iqiyi.py", line 352, in _real_extract
raise ExtractorError('Can\'t find any video')
ExtractorError: Can't find any video; 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. |
|
same for me |
|
same for me
|
|
same for me |
|
This issue is still happening with latest 2020.01.01 version. |
|
Also failing for me with link and youtube-dl 2020.03.24: youtube-dl -v -F https://www.iqiyi.com/v_19rwzvi1xw.html |
|
Been trying to download something from this site too, but getting the "can't find any video" error. I'm using the latest version.
|
Before submitting an issue make sure you have:
What is the purpose of your issue?