Rule34Video: Updated categories and fixed open link path. (#2599)

This commit is contained in:
Nitin Dahale 2023-12-02 22:06:05 +05:30 committed by GitHub
parent e06a653085
commit bd04dd87ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 2 deletions

View File

@ -15,7 +15,7 @@
<data
android:host="rule34video.com"
android:pathPattern="/..*"
android:pathPattern="/videos/..*"
android:scheme="https" />
</intent-filter>
</activity>

View File

@ -7,7 +7,7 @@ ext {
extName = 'Rule34Video'
pkgNameSuffix = 'en.rule34video'
extClass = '.Rule34Video'
extVersionCode = 7
extVersionCode = 8
libVersion = '13'
containsNsfw = true
}

View File

@ -242,8 +242,11 @@ class Rule34Video : ConfigurableAnimeSource, ParsedAnimeHttpSource() {
"Category Filter ",
arrayOf(
Pair("All", ""),
Pair("Straight", "2109"),
Pair("Futa", "15"),
Pair("Gay", "192"),
Pair("Music", "4747"),
Pair("Iwara", "1821"),
),
)