(hi/animesaga) Updated Logo (#955)

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Update build.gradle

* Update AniSAGA.kt
This commit is contained in:
Arkai1 2025-04-29 18:21:49 +05:30 committed by GitHub
parent f57e2ea5af
commit f568df679e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ ext {
extClass = '.AniSAGA' extClass = '.AniSAGA'
themePkg = 'dooplay' themePkg = 'dooplay'
baseUrl = 'https://www.anisaga.org' baseUrl = 'https://www.anisaga.org'
overrideVersionCode = 16 overrideVersionCode = 17
isNsfw = false isNsfw = false
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 2 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2 KiB

After

Width:  |  Height:  |  Size: 1 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 9.5 KiB

Before After
Before After

View file

@ -14,7 +14,7 @@ class AniSAGA : DooPlay(
"AniSAGA", "AniSAGA",
"https://www.anisaga.org", "https://www.anisaga.org",
) { ) {
private val videoHost = "https://plyrxcdn.site/" private val videoHost = "https://plyrxcdn.site"
// ============================== Popular =============================== // ============================== Popular ===============================
override fun popularAnimeSelector() = "div.top-imdb-list > div.top-imdb-item" override fun popularAnimeSelector() = "div.top-imdb-list > div.top-imdb-item"