├── .gitattributes ├── N_m3u8DL-RE.exe ├── README.md ├── UserData └── .gitignore ├── ffmpeg.exe ├── mp4decrypt.exe ├── requirements.txt └── youku.py /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TAJLNsScripts/youku.tv-downloader/HEAD/.gitattributes -------------------------------------------------------------------------------- /N_m3u8DL-RE.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TAJLNsScripts/youku.tv-downloader/HEAD/N_m3u8DL-RE.exe -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TAJLNsScripts/youku.tv-downloader/HEAD/README.md -------------------------------------------------------------------------------- /UserData/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TAJLNsScripts/youku.tv-downloader/HEAD/UserData/.gitignore -------------------------------------------------------------------------------- /ffmpeg.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TAJLNsScripts/youku.tv-downloader/HEAD/ffmpeg.exe -------------------------------------------------------------------------------- /mp4decrypt.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TAJLNsScripts/youku.tv-downloader/HEAD/mp4decrypt.exe -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TAJLNsScripts/youku.tv-downloader/HEAD/requirements.txt -------------------------------------------------------------------------------- /youku.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TAJLNsScripts/youku.tv-downloader/HEAD/youku.py --------------------------------------------------------------------------------