Cem
Cem
Yeah, it is possible. You need to do some changes download_release and download_track methods at downloader.py download_release find this line `dirn = os.path.join(self.path, sanitized_title)` replace with this ``` release_type =...
You can use below api url. You need to change [appid] and [userauthtoken] your own values on api url query string. You can't get all data at once. Change offset...
Hey @Oszkar1977 I changed signature on my fork. Can you try it? https://github.com/cmd64/YoutubeExtractor
@Ley87 Recently decrypt functions changed. If YoutubeExtractor not updating these functions automatically you can't download always it getting HTTP 403 error on background process. You can use this tampermonkey script...