├── LICENSE ├── README.md ├── binaries ├── SubtitleEdit.exe ├── aria2c.exe ├── mkvmerge.exe ├── mp4decrypt.exe ├── mp4decrypt_new.exe └── yt-dlp.exe ├── requirements.txt ├── webdl.py └── webdl_queue.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Essam23/widevine-L3-WEB-DL-Script/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Essam23/widevine-L3-WEB-DL-Script/HEAD/README.md -------------------------------------------------------------------------------- /binaries/SubtitleEdit.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Essam23/widevine-L3-WEB-DL-Script/HEAD/binaries/SubtitleEdit.exe -------------------------------------------------------------------------------- /binaries/aria2c.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Essam23/widevine-L3-WEB-DL-Script/HEAD/binaries/aria2c.exe -------------------------------------------------------------------------------- /binaries/mkvmerge.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Essam23/widevine-L3-WEB-DL-Script/HEAD/binaries/mkvmerge.exe -------------------------------------------------------------------------------- /binaries/mp4decrypt.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Essam23/widevine-L3-WEB-DL-Script/HEAD/binaries/mp4decrypt.exe -------------------------------------------------------------------------------- /binaries/mp4decrypt_new.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Essam23/widevine-L3-WEB-DL-Script/HEAD/binaries/mp4decrypt_new.exe -------------------------------------------------------------------------------- /binaries/yt-dlp.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Essam23/widevine-L3-WEB-DL-Script/HEAD/binaries/yt-dlp.exe -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | pyfiglet==0.8.post1 2 | rich==10.6.0 3 | -------------------------------------------------------------------------------- /webdl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Essam23/widevine-L3-WEB-DL-Script/HEAD/webdl.py -------------------------------------------------------------------------------- /webdl_queue.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Essam23/widevine-L3-WEB-DL-Script/HEAD/webdl_queue.py --------------------------------------------------------------------------------