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

Commit

Permalink
Merge pull request #49 from Z-Jais/master
Browse files Browse the repository at this point in the history
Update dependencies and remove Wakanim
  • Loading branch information
Ziedelth authored Dec 13, 2022
2 parents 686349b + 5775c84 commit 888a8c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
<dependency>
<groupId>com.microsoft.playwright</groupId>
<artifactId>playwright</artifactId>
<version>1.28.0</version>
<version>1.28.1</version>
</dependency>
<dependency>
<groupId>org.jsoup</groupId>
Expand Down
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 888a8c3

Please sign in to comment.