Add Newgrounds.com #877

Merged
wasu-code merged 16 commits from newgrounds into main 2025-04-10 21:31:27 -05:00
Showing only changes of commit 063f3166d2 - Show all commits

View file

@ -54,7 +54,7 @@ class NewGrounds : ParsedAnimeHttpSource(), ConfigurableAnimeSource {
headers.newBuilder() headers.newBuilder()
.add("Accept", "application/json, text/javascript, */*; q=0.01") .add("Accept", "application/json, text/javascript, */*; q=0.01")
.add("X-Requested-With", "XMLHttpRequest") .add("X-Requested-With", "XMLHttpRequest")
.add("Referer", "https://www.newgrounds.com") .add("Referer", baseUrl)
.build() .build()
} }