fix(en/holamovies): Update url, name, and icons (#1683)

This commit is contained in:
Secozzi 2023-06-07 10:28:20 +02:00 committed by GitHub
parent b563ca5974
commit 1769a8c6e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 8 additions and 6 deletions

View File

@ -3,10 +3,10 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlinx-serialization'
ext {
extName = 'HolaMovies'
extName = 'PobMovies'
pkgNameSuffix = 'en.holamovies'
extClass = '.HolaMovies'
extVersionCode = 3
extClass = '.PobMovies'
extVersionCode = 4
libVersion = '13'
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 93 KiB

After

Width:  |  Height:  |  Size: 54 KiB

View File

@ -24,11 +24,13 @@ import rx.Observable
import uy.kohesive.injekt.Injekt
import uy.kohesive.injekt.api.get
class HolaMovies : ConfigurableAnimeSource, ParsedAnimeHttpSource() {
class PobMovies : ConfigurableAnimeSource, ParsedAnimeHttpSource() {
override val name = "HolaMovies"
override val name = "PobMovies"
override val baseUrl by lazy { preferences.getString("preferred_domain", "https://holamovies.org")!! }
override val id = 8957317977172284857
override val baseUrl = "https://pobmovies.cam"
override val lang = "en"