parse IQIYI url, and download the videos.
这是个成品程序,可以直接使用去下载爱奇艺视频。
build目录下编译好的文件一定要把其目录下的两个js放到目录下。
- 添加一下代码解决由于python版本的更新出现的ssl问题。
import ssl
ssl._create_default_https_context = ssl._create_unverified_context
/dl/*.py
: dl目录下的是下载器。(github: https://github.com/ZSAIm/not-bad-downloader)iqiyi-parse.py
: 视频解析。 ( / 目录下的两个js文件是用于解析地址的。)merge.py
: 视频合并。/build/*
: 已经编译好的程序。
Pyv8
: https://code.google.com/archive/p/pyv8/downloadspyperclip
: pip install pyperclipBeautifulSoup
: pip install beautifulsoup
not-bad-downloader
: https://github.com/ZSAIm/not-bad-downloader
github: https://github.com/ZSAIm/iqiyi-parser