Add Newgrounds.com (#877)

* new source: NewGrounds

* add icons

* add search and search filters

* display toast when Adult Content was filtered (login required)

* better sorting filter; let user adjust description

* if playlist available treat as series

* make sure anime is part of series (not playlist or collection)

* remove hi_res image

* remove unnecessary comment

* add NSFW flag

* simplify episode url extraction

* adjust stats summary in description

* use baseUrl in Referer header

* eliminate the need for restart after changing preferences
This commit is contained in:
wasu 2025-04-11 04:31:27 +02:00 committed by GitHub
parent 96cb8d34c9
commit 9e36c94090
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 641 additions and 0 deletions

View file

@ -0,0 +1,8 @@
ext {
extName = 'Newgrounds'
extClass = '.NewGrounds'
extVersionCode = 1
isNsfw = true
}
apply from: "$rootDir/common.gradle"