(hi/animesaga) Updated Logo #955

Merged
Arkai1 merged 7 commits from Patch into main 2025-04-29 07:51:49 -05:00
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"