Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
Disable Wakanim
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziedelth committed Dec 13, 2022
1 parent 31c8fc8 commit 5775c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/fr/jais/scraper/Scraper.kt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Scraper {
CrunchyrollPlatform(this),
MangaNewsPlatform(this),
NetflixPlatform(this),
WakanimPlatform(this)
// WakanimPlatform(this)
)
val countries = platforms.flatMap { it.countries }.distinct().mapNotNull { it.getConstructor().newInstance() }

Expand Down

0 comments on commit 5775c84

Please sign in to comment.