1
0

Re-enable crunchyroll

This commit is contained in:
Jon Michael Aanes 2024-02-25 17:08:39 +01:00
parent ab3a490556
commit 0e0cf04b47

View File

@ -18,7 +18,7 @@ import personal_data.fetchers.psnprofiles
def determine_scrapers():
scrapers = []
#scrapers += personal_data.fetchers.playstation.SCRAPERS
#scrapers += personal_data.fetchers.crunchyroll.SCRAPERS
scrapers += personal_data.fetchers.crunchyroll.SCRAPERS
scrapers += personal_data.fetchers.psnprofiles.SCRAPERS
return scrapers