fix(id/samehadaku): Update baseUrl (#2616)

This commit is contained in:
scaledzdn 2023-12-09 01:30:57 +07:00 committed by GitHub
parent dab26e7fe6
commit 70445bf70c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = 'Samehadaku'
pkgNameSuffix = 'id.samehadaku'
extClass = '.Samehadaku'
extVersionCode = 3
extVersionCode = 4
libVersion = '13'
}

View File

@ -30,7 +30,7 @@ import java.util.Locale
class Samehadaku : ConfigurableAnimeSource, AnimeHttpSource() {
override val name: String = "Samehadaku"
override val baseUrl: String = "https://samehadaku.mom"
override val baseUrl: String = "https://samehadaku.guru"
override val lang: String = "id"
override val supportsLatest: Boolean = true