(hi/animesaga) Updated Logo #955
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 2 KiB |
Before Width: | Height: | Size: 2 KiB After Width: | Height: | Size: 1 KiB |
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 8.1 KiB After Width: | Height: | Size: 6.5 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 9.5 KiB |
|
@ -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"
|
||||||
|
|