Commit Graph

3354 Commits

Author SHA1 Message Date
4da99feaa3 AnimePahe: Fix broken library URLs (#1397)
* Fix: add support to old animepahe URLs

* chore: bump version
2023-03-15 22:08:45 +01:00
70a9b8c71d 9anime: fix vrf name and clean up code (#1396) 2023-03-15 16:30:18 +01:00
0be4ce68e8 Convert Cinemathek to multisrc (#1394) 2023-03-15 10:22:38 +01:00
4c38b2413e Anitube: Fix video extractor (#1393)
* Fix anitube extractor

* General refactor

* Bump version
2023-03-15 10:21:41 +01:00
a528304083 Add headers (#1391) 2023-03-14 10:27:37 +01:00
7ae27c6542 AnimePahe: Fix lags and reduce DDoS to the server (#1390)
* fix: Reduce lagging and DDoS by orders of magnitude

* fix: Show thumbnails snapshots by default, remove (now) useless preference

Attempts to show the real thumbnail via animeDetails were failing thanks to android.os.NetworkOnMainThreadException, so all thumbnails were blank.
I think that its better to have a "wrong" thumbnail than none.

* refactor: Some refactorations on preferences

* refactor: General refactoration

* refactor: Use DTOs instead of direct JsonObject manipulation

* Bump version
2023-03-14 08:29:24 +01:00
5aa2553c68 Fix 9anime (#1389) 2023-03-14 08:28:38 +01:00
633e8e5581 Mass-bump on extensions 2023-03-13 22:51:32 +00:00
ad180c0757 Fix streamsb-extractor lib (#1388)
* fix: Update StreamSB API path

* refactor: Remove/replace some unnecessary code

* refactor: Use namespace instead of AndroidManifest property
2023-03-13 23:51:12 +01:00
b912cba295 Create DooPlay multisrc module (#1387) 2023-03-13 22:07:37 +01:00
9e035ac1e1 Remove some taken down extensions (#1386) 2023-03-13 20:56:38 +01:00
7966c9ab0d Nine: move episode list to consumet as different vrf is being used from search (#1382) 2023-03-13 01:29:18 +01:00
00ba6f66eb Mass-bump on extensions 2023-03-12 21:51:18 +00:00
0f98d9e934 Add multimovies extension (#1380) 2023-03-12 22:51:00 +01:00
a71b2d6122 Pelisplushd updates (#1378) 2023-03-12 17:29:26 +01:00
715223bd2e Nine: Add referer to vizcloud (#1375) 2023-03-10 10:50:53 +01:00
1212f9c4e1 video extractor updates (#1374) 2023-03-09 08:49:37 +01:00
1fcc1e32e0 (OtakuDesu extension) Update baseUrl (#1370)
* Update build.gradle

* [Indonesian extensions] Update baseUrl

* Update build.gradle

* [OtakuDesu extensions] Update baseUrl

* Update baseUrl

* Update build.gradle
2023-03-07 14:31:15 +01:00
2e1728c73b Re-add AnimesVision (#1364)
* Revert "Remove AnimesVision (#1311)"

This reverts commit 04aec5ab5c.

* fix compilation with jsoup 1.15.3

* Minor refactor

* Fix video extraction + speedup

* Add warning to non-logged users

* Bump version
2023-03-05 13:45:12 +01:00
0d4a43c034 Yomiroll: Remove season grouping (#1362)
as it is creating more problems than the tracker issue and cr is fixing their duplicate season stuff anyway
2023-03-04 21:48:13 +01:00
6da5bb898d Fixed episode list order (#1360)
* Added DDoSGuardInterceptor
Fix Video not playing in Aniyomi MPV Beta

* extVersionCode changed to 5

* Fixed Episode list order
extVersionCode changed to 5
2023-03-04 12:47:35 +01:00
fb93b9ae44 Add extension: AnimeLove (#1357) 2023-03-03 13:01:30 +01:00
2c6d80c90f feat(bump-versions.sh): Add support to multisrc (#1356)
* feat(bump-versions.sh): Add support to multisrc

* [skip ci] re-add fix in workflow for library updates
2023-03-03 13:00:57 +01:00
140620670c Added DDoSGuardInterceptor (#1355)
* Added DDoSGuardInterceptor
Fix Video not playing in Aniyomi MPV Beta

* extVersionCode changed to 5
2023-03-03 12:59:38 +01:00
28b11e22eb Yomiroll: Fix crash when using new pref (#1353)
UHDMovies: add blank check
2023-03-02 13:30:58 +01:00
ec19a31c3d Enable multisrc support (#1352)
* Re-add multisrc support

* Convert SFlix and DopeBox to multisrc

* Re-enable multisrc tasks on workflows
2023-03-02 12:37:11 +01:00
d42f5c6cc6 UHDMovies: handle errors and fix some warnings and inconsistencies (#1351) 2023-03-02 07:39:26 +01:00
ae5c347daf Yomiroll: give option to unlock local region locked subs (#1350)
for old anime like one piece
2023-03-02 07:37:54 +01:00
01560e50e4 Nine: Fix sorting and filter masterplaylist (#1349)
and fix some warnings
2023-03-02 07:37:22 +01:00
319d072a34 Update hashes & url (#1347) 2023-03-01 22:58:28 +01:00
20f7d20b5b Add 1080p preference (#1346) 2023-03-01 12:05:00 +01:00
62f45e094d [skip ci] Update dependencies (#1343)
* Bump harmless dependencies

Note that bumping the android plugin will make compilation show lots of
"hey bro use namespace instead of AndroidManifest.xml" warnings

* Remove duktape dependency

Zero extensions are using it, so its safe to remove. For executing js in
extensions we can use quickjs instead of ducktape.

* Upgrade gradle to 7.6

* Update kotlin

* Update OkHttp

* Update JSoup

Jesus Christ this was boring asf

* Update KtLint

* [skip ci] refactor on some build.gradle.kts files

* Expose coroutines to all extension by default
2023-02-28 14:12:46 +01:00
a5c2427e70 Nine: reorganize the code (#1341)
* nine: reorganize the code
use consumet to get vizcloud playlist link and other servers embed links
fix filter not working when search query is empty

* Change Vizcloud to Vidstream to match site
2023-02-28 09:31:51 +01:00
f4e38d617a Add login support (#1340) 2023-02-28 09:30:53 +01:00
611c48d96f Yomiroll: change token location (#1339) 2023-02-27 13:35:55 +01:00
db6fee3cd5 AnimeonlineNinja: add js verification bypasser (#1338) 2023-02-27 13:24:41 +01:00
135be1df02 Make extensions use YourUploadExtractor lib (#1336) 2023-02-27 00:45:53 +01:00
aab558292b AnimePahe: Fix lag for some people (#1335) 2023-02-26 21:32:54 +01:00
34a2bdc7ff Fix video (#1334) 2023-02-26 12:08:16 +01:00
136eca47c4 Convert YourUploadExtractor to lib (#1333) 2023-02-26 09:58:04 +01:00
fec13f0045 Mass-bump on extensions 2023-02-25 11:20:50 +00:00
5dc5646302 Fix Toonitalia + extractors (#1331)
* Update extractors

* Add more streamsb links

* StreamSB fix
2023-02-25 12:20:27 +01:00
6a191b0638 UHDMovies: Add size sorting pref, fix quality extractor (#1330) 2023-02-25 11:11:20 +01:00
b3f569e4c3 Rename Consumyroll to Yomiroll to make it more generic, last rename (#1329)
Really fix token synchronized refresh
Merge same season episodes
Add Filters
Use a different token from Stormunblessed
2023-02-25 11:11:01 +01:00
f8c906b077 Update selectors (#1328) 2023-02-24 15:07:35 +01:00
7347d80404 Fix url(s) (#1327) 2023-02-24 15:07:18 +01:00
569c2615a0 New source: AnimesTC (#1323)
* feat: Create AnimesTC base

* feat: Implement latest animes page

* feat: Implement anime details page

* feat: Implement episodes list page

* feat: Implement (pseudo) popular animes page

Again, another source without a popular animes page.

* fix: Make URL intent handler work well

* feat: INITIAL video list implementation

i'll just sleep a bit and implement search + video extractors later.

* feat: Implement search

* feat: Add AnonFiles extractor

* feat: Add Sendcm extractor

* feat: Add video quality preference

* feat: Add player preference

* refactor: Remove unnecessary lines at videoListParse
2023-02-24 08:41:41 +01:00
26eba8a897 Fix filters (#1320) 2023-02-23 07:53:04 +01:00
6db103a490 AnimesHouse: Make quality preferences more readable (#1318)
* feat: Make quality prefs more readable

* refactor: Move constants to companion object

* chore: Bump version
2023-02-22 19:33:43 +01:00
eea45e94f7 Added preferred server Option (#1316)
* added video server peferences

* updated build gradle

* added server peference

* update

* Added  server peference link sorting

* sort fix

* fix
2023-02-22 19:33:24 +01:00