Rule34Video: Updated categories and fixed open link path. (#2599)
This commit is contained in:
parent
e06a653085
commit
bd04dd87ce
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
<data
|
<data
|
||||||
android:host="rule34video.com"
|
android:host="rule34video.com"
|
||||||
android:pathPattern="/..*"
|
android:pathPattern="/videos/..*"
|
||||||
android:scheme="https" />
|
android:scheme="https" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</activity>
|
</activity>
|
||||||
|
@ -7,7 +7,7 @@ ext {
|
|||||||
extName = 'Rule34Video'
|
extName = 'Rule34Video'
|
||||||
pkgNameSuffix = 'en.rule34video'
|
pkgNameSuffix = 'en.rule34video'
|
||||||
extClass = '.Rule34Video'
|
extClass = '.Rule34Video'
|
||||||
extVersionCode = 7
|
extVersionCode = 8
|
||||||
libVersion = '13'
|
libVersion = '13'
|
||||||
containsNsfw = true
|
containsNsfw = true
|
||||||
}
|
}
|
||||||
|
@ -242,8 +242,11 @@ class Rule34Video : ConfigurableAnimeSource, ParsedAnimeHttpSource() {
|
|||||||
"Category Filter ",
|
"Category Filter ",
|
||||||
arrayOf(
|
arrayOf(
|
||||||
Pair("All", ""),
|
Pair("All", ""),
|
||||||
|
Pair("Straight", "2109"),
|
||||||
Pair("Futa", "15"),
|
Pair("Futa", "15"),
|
||||||
Pair("Gay", "192"),
|
Pair("Gay", "192"),
|
||||||
|
Pair("Music", "4747"),
|
||||||
|
Pair("Iwara", "1821"),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user