webvideo-downloader icon indicating copy to clipboard operation
webvideo-downloader copied to clipboard

爱奇艺原视频f4v格式的无法下载

Open Python361 opened this issue 2 years ago • 0 comments

000 Handle: "美少女战士 第2季 普通话第4集-动漫-全集视频在线观看-爱奇艺"

共4段视频,正在获取各段视频的真实链接

Traceback (most recent call last): File "E:\下载\视频下载\webvideo-downloader-master\downloader\dispatcher.py", line 167, in dispatch self.download(url, fileName, data) File "E:\下载\视频下载\webvideo-downloader-master\downloader\dispatcher.py", line 120, in download videoType, headers, audioUrls, videoUrls, subtitles = api.parseSingleUrl(url, data) File "E:\下载\视频下载\webvideo-downloader-master\downloader\api.py", line 122, in parseSingleUrl videoType, audioUrls, videoUrls, subtitles = parseIqiyiUrl(url, realData, headers) File "E:\下载\视频下载\webvideo-downloader-master\downloader\api.py", line 88, in parseIqiyiUrl audioUrls, videoUrls = [], parseIqiyiInfoUrls(infoUrls, headers) File "E:\下载\视频下载\webvideo-downloader-master\downloader\api.py", line 55, in parseIqiyiInfoUrls data = json.loads(tools.getText(url, headers, timeout=10)) File "E:\下载\视频下载\webvideo-downloader-master\downloader\tools\utils.py", line 109, in getText response = request('GET', url, headers=headers, **kargs) File "E:\下载\视频下载\webvideo-downloader-master\downloader\tools\utils.py", line 100, in request raise Exception('%s %s http响应: %d错误'
Exception: GET http://pcw-data.video.iqiyi.com/videos/v0/20200321/89/69/190ee5bcff60273b8175d8074aeac0cd.f4v?qd_tvid=528427100&qd_vipres=2&qd_index=1&qd_aid=204566801&qd_stert=0&qd_scc=dae8929e65cbbde20b2f646da3a0a8e3&qd_sc=edf26ece2f6d4d9c1d703d4b5dc47dfa&qd_uid=2781208794750592&qd_vip=1&qd_src=01010031010000000000&qd_tm=1663287127427&qd_vipdyn=2&qd_k=45d4573c50f41dd5dd331d15125a864d&qd_p=de8e344c&ve= http响应: 405错误

Python361 avatar Sep 16 '22 00:09 Python361