forked from AlmightyHak/extensions-source
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:
parent
96cb8d34c9
commit
9e36c94090
9 changed files with 641 additions and 0 deletions
8
src/all/newgrounds/build.gradle
Normal file
8
src/all/newgrounds/build.gradle
Normal file
|
@ -0,0 +1,8 @@
|
|||
ext {
|
||||
extName = 'Newgrounds'
|
||||
extClass = '.NewGrounds'
|
||||
extVersionCode = 1
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
Loading…
Add table
Add a link
Reference in a new issue