Skip to content

Commit

Permalink
Rule34Video: Updated categories and fixed open link path. (#2599)
Browse files Browse the repository at this point in the history
  • Loading branch information
ni3x authored Dec 2, 2023
1 parent e06a653 commit bd04dd8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/en/rule34video/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<data
android:host="rule34video.com"
android:pathPattern="/..*"
android:pathPattern="/videos/..*"
android:scheme="https" />
</intent-filter>
</activity>
Expand Down
2 changes: 1 addition & 1 deletion src/en/rule34video/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ext {
extName = 'Rule34Video'
pkgNameSuffix = 'en.rule34video'
extClass = '.Rule34Video'
extVersionCode = 7
extVersionCode = 8
libVersion = '13'
containsNsfw = true
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
),
)

Expand Down

0 comments on commit bd04dd8

Please sign in to comment.