Update base URL and host for Pururin to pururin.me (jobobby04/TachiyomiSY#1415)

(cherry picked from commit dbd44374743a4022bf365440ac7bb40a3ff408f8)
This commit is contained in:
cfouche 2025-03-18 22:43:03 +01:00 committed by Cuong-Tran
parent b0d30bddd1
commit f16ae8de3a
No known key found for this signature in database
GPG key ID: 733AA7624B9315C2
3 changed files with 3 additions and 4 deletions

View file

@ -349,7 +349,7 @@
<data android:scheme="https" />
<data android:scheme="http" />
<data android:host="pururin.io" />
<data android:host="pururin.me" />
<data android:pathPattern="/gallery/..*" />
</intent-filter>

View file

@ -126,8 +126,7 @@ class Pururin(delegate: HttpSource, val context: Context) :
}
override val matchingHosts = listOf(
"pururin.io",
"www.pururin.io",
"pururin.me",
)
override suspend fun mapUrlToMangaUrl(uri: Uri): String {

View file

@ -81,6 +81,6 @@ class PururinSearchMetadata : RaisedSearchMetadata() {
private const val TAG_NAMESPACE_ARTIST = "artist"
const val TAG_NAMESPACE_CATEGORY = "category"
const val BASE_URL = "https://pururin.io"
const val BASE_URL = "https://pururin.me"
}
}