Bui Dai 3a8b7c697e
Add TruyenTranh3Q (#7300)
* Add TruyenTranh3Q

* fix: improve null safety for next.js image URL decoding

* fix(search): combine filters with search queries

the website backend supports filters parameters being used alongside
search queries despite the UI not showing filter control during text
search, this matches actual API behavior observed through direct URL
teseting

* remove URLDecoder part

* remove non-null assert for date_upload

* use absUrl

* use build()

* remove try/catch for parseRelativeDate
2025-02-23 21:30:41 +00:00

10 lines
191 B
Groovy

ext {
extName = 'TruyenTranh3Q'
extClass = '.TruyenTranh3Q'
baseUrl = 'https://truyentranh3q.com'
extVersionCode = 1
isNsfw = true
}
apply from: "$rootDir/common.gradle"