Update base URL and host for Pururin to pururin.me (#1415)
This commit is contained in:
parent
9c198d0c33
commit
dbd4437474
@ -359,7 +359,7 @@
|
|||||||
<data android:scheme="https" />
|
<data android:scheme="https" />
|
||||||
<data android:scheme="http" />
|
<data android:scheme="http" />
|
||||||
|
|
||||||
<data android:host="pururin.io" />
|
<data android:host="pururin.me" />
|
||||||
|
|
||||||
<data android:pathPattern="/gallery/..*" />
|
<data android:pathPattern="/gallery/..*" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
|
@ -126,8 +126,7 @@ class Pururin(delegate: HttpSource, val context: Context) :
|
|||||||
}
|
}
|
||||||
|
|
||||||
override val matchingHosts = listOf(
|
override val matchingHosts = listOf(
|
||||||
"pururin.io",
|
"pururin.me"
|
||||||
"www.pururin.io",
|
|
||||||
)
|
)
|
||||||
|
|
||||||
override suspend fun mapUrlToMangaUrl(uri: Uri): String {
|
override suspend fun mapUrlToMangaUrl(uri: Uri): String {
|
||||||
|
@ -81,6 +81,6 @@ class PururinSearchMetadata : RaisedSearchMetadata() {
|
|||||||
private const val TAG_NAMESPACE_ARTIST = "artist"
|
private const val TAG_NAMESPACE_ARTIST = "artist"
|
||||||
const val TAG_NAMESPACE_CATEGORY = "category"
|
const val TAG_NAMESPACE_CATEGORY = "category"
|
||||||
|
|
||||||
const val BASE_URL = "https://pururin.io"
|
const val BASE_URL = "https://pururin.me"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user