diff --git a/pom.xml b/pom.xml index e75f50b..7770f75 100644 --- a/pom.xml +++ b/pom.xml @@ -123,7 +123,7 @@ com.microsoft.playwright playwright - 1.28.0 + 1.28.1 org.jsoup diff --git a/src/main/kotlin/fr/jais/scraper/Scraper.kt b/src/main/kotlin/fr/jais/scraper/Scraper.kt index 7f421a9..1cc81b7 100644 --- a/src/main/kotlin/fr/jais/scraper/Scraper.kt +++ b/src/main/kotlin/fr/jais/scraper/Scraper.kt @@ -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() }