Xonshiz / anime-dl

Anime-dl is a command-line program to download anime from CrunchyRoll and Funimation.
MIT License
229 stars 37 forks source link

Can't download anything #101

Open Jougan opened 5 years ago

Jougan commented 5 years ago

I am on the latest update and even tried master build. I have ffmpeg, mkvmerge. rtmdump in the same folder as anime_dl.exe. I have tried a few episodes and got the same error

Command Line Argument: anime_dl.exe -i "https://www.crunchyroll.com/naruto-shippuden/episode-80-last-words-522202" -u xxxxxxxx -p xxxxxxx -r "1080p"

Verbose log: https://pastebin.com/RHtriWhY

Command Line: Trying to login... Logged in successfully... Downloading Naruto Shippuden Hidan And Kakuzu - 80 [1920x1080].enUS.ass ... Downloading Naruto Shippuden Hidan And Kakuzu - 80 [1920x1080].esLA.ass ... Downloading Naruto Shippuden Hidan And Kakuzu - 80 [1920x1080].esES.ass ... Downloading Naruto Shippuden Hidan And Kakuzu - 80 [1920x1080].ptBR.ass ... Downloading Naruto Shippuden Hidan And Kakuzu - 80 [1920x1080].arME.ass ... Downloading Naruto Shippuden Hidan And Kakuzu - 80 [1920x1080].trTR.ass ... Downloading Naruto Shippuden Hidan And Kakuzu - 80 [1920x1080].deDE.ass ... Could not find the requested resolution Naruto Shippuden Hidan And Kakuzu - 80 [1920x1080].mp4 in the m3u8 file

Exception Occurred In m3u8 File. Traceback (most recent call last): File "anime_dl__main.py", line 16, in class Main(): File "anime_dl__main__.py", line 73, in Main logger=logger, episode_range=args.range) File "anime_dl\Anime_dl.py", line 30, in init skipper=skipper, logger=logger, episode_range=episode_range) File "anime_dl\sites\crunchyroll.py", line 42, in init self.single_episode(url=url, cookies=cookies, token=token, resolution=resolution) File "anime_dl\sites\crunchyroll.py", line 80, in single_episode m3u8_downloaded = self.m3u8_downloader(url=m3u8_file_link, cookies=cookies, resolution_to_find=resolution_to_find, file_name=file_name) File "anime_dl\sites\crunchyroll.py", line 306, in m3u8_downloader exit(1) NameError: global name 'exit' is not defined [7968] Failed to execute script main__