You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CR results in error with python 3.7 when used for a full show url.
OS: Win10
[Console]: Windows Terminal
Relase used: Main
python main.py -i https://www.crunchyroll.com/kiznaiver -u yesiamone -p whoops
Settings Loaded.
Saved Locations Loaded.
Saved URLs Loaded.
Called CR
Traceback (most recent call last):
File "main.py", line 27, in <module>
class Main:
File "main.py", line 135, in Main
sites.crunchyroll.Crunchyroll(args.dict)
File "X:\Downloaders\anime\MyAnimeDownloader\sites\crunchyroll.py", line 28, in init
self.show_info = self.get_info()
File "X:\Downloaders\anime\MyAnimeDownloader\sites\crunchyroll.py", line 40, in get_info
return show_name.title().strip(), season, episode_number, desc.title().strip(), self.url, download_url
NameError: name 'season' is not defined
The text was updated successfully, but these errors were encountered:
CR results in error with python 3.7 when used for a full show url.
OS: Win10
[Console]: Windows Terminal
Relase used: Main
The text was updated successfully, but these errors were encountered: