Fix fetching video data and add new setting to filter by specific uploaders by ID (#462)

This commit is contained in:
Nathan 2025-01-03 02:12:54 -05:00 committed by GitHub
parent 7b2afcf2ad
commit 7fcde32166
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 102 additions and 20 deletions

View file

@ -1,7 +1,7 @@
ext {
extName = 'Rule34Video'
extClass = '.Rule34Video'
extVersionCode = 8
extVersionCode = 9
isNsfw = true
}