Claudemirovsky
4c38b2413e
Anitube: Fix video extractor ( #1393 )
...
* Fix anitube extractor
* General refactor
* Bump version
2023-03-15 10:21:41 +01:00
Secozzi
a528304083
Add headers ( #1391 )
2023-03-14 10:27:37 +01:00
Claudemirovsky
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
Samfun75
5aa2553c68
Fix 9anime ( #1389 )
2023-03-14 08:28:38 +01:00
github-actions[bot]
633e8e5581
Mass-bump on extensions
2023-03-13 22:51:32 +00:00
Claudemirovsky
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
Claudemirovsky
b912cba295
Create DooPlay multisrc module ( #1387 )
2023-03-13 22:07:37 +01:00
Claudemirovsky
9e035ac1e1
Remove some taken down extensions ( #1386 )
2023-03-13 20:56:38 +01:00
Samfun75
7966c9ab0d
Nine: move episode list to consumet as different vrf is being used from search ( #1382 )
2023-03-13 01:29:18 +01:00
github-actions[bot]
00ba6f66eb
Mass-bump on extensions
2023-03-12 21:51:18 +00:00
Secozzi
0f98d9e934
Add multimovies extension ( #1380 )
2023-03-12 22:51:00 +01:00
imper1aldev
a71b2d6122
Pelisplushd updates ( #1378 )
2023-03-12 17:29:26 +01:00
Samfun75
715223bd2e
Nine: Add referer to vizcloud ( #1375 )
2023-03-10 10:50:53 +01:00
imper1aldev
1212f9c4e1
video extractor updates ( #1374 )
2023-03-09 08:49:37 +01:00
Willy Nur Wahyudi
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
Claudemirovsky
2e1728c73b
Re-add AnimesVision ( #1364 )
...
* Revert "Remove AnimesVision (#1311 )"
This reverts commit 04aec5ab5c2aaa088cd7be4bda56eb414b16bc72.
* 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
Samfun75
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
Nitin Dahale
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
Secozzi
fb93b9ae44
Add extension: AnimeLove ( #1357 )
2023-03-03 13:01:30 +01:00
Claudemirovsky
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
Nitin Dahale
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
Samfun75
28b11e22eb
Yomiroll: Fix crash when using new pref ( #1353 )
...
UHDMovies: add blank check
2023-03-02 13:30:58 +01:00
Claudemirovsky
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
Samfun75
d42f5c6cc6
UHDMovies: handle errors and fix some warnings and inconsistencies ( #1351 )
2023-03-02 07:39:26 +01:00
Samfun75
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
Samfun75
01560e50e4
Nine: Fix sorting and filter masterplaylist ( #1349 )
...
and fix some warnings
2023-03-02 07:37:22 +01:00
Secozzi
319d072a34
Update hashes & url ( #1347 )
2023-03-01 22:58:28 +01:00
Secozzi
20f7d20b5b
Add 1080p preference ( #1346 )
2023-03-01 12:05:00 +01:00
Claudemirovsky
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
Samfun75
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
Secozzi
f4e38d617a
Add login support ( #1340 )
2023-02-28 09:30:53 +01:00
Samfun75
611c48d96f
Yomiroll: change token location ( #1339 )
2023-02-27 13:35:55 +01:00
Samfun75
db6fee3cd5
AnimeonlineNinja: add js verification bypasser ( #1338 )
2023-02-27 13:24:41 +01:00
Claudemirovsky
135be1df02
Make extensions use YourUploadExtractor lib ( #1336 )
2023-02-27 00:45:53 +01:00
Secozzi
aab558292b
AnimePahe: Fix lag for some people ( #1335 )
2023-02-26 21:32:54 +01:00
Secozzi
34a2bdc7ff
Fix video ( #1334 )
2023-02-26 12:08:16 +01:00
Claudemirovsky
136eca47c4
Convert YourUploadExtractor to lib ( #1333 )
2023-02-26 09:58:04 +01:00
github-actions[bot]
fec13f0045
Mass-bump on extensions
2023-02-25 11:20:50 +00:00
Secozzi
5dc5646302
Fix Toonitalia + extractors ( #1331 )
...
* Update extractors
* Add more streamsb links
* StreamSB fix
2023-02-25 12:20:27 +01:00
Samfun75
6a191b0638
UHDMovies: Add size sorting pref, fix quality extractor ( #1330 )
2023-02-25 11:11:20 +01:00
Samfun75
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
Secozzi
f8c906b077
Update selectors ( #1328 )
2023-02-24 15:07:35 +01:00
Secozzi
7347d80404
Fix url(s) ( #1327 )
2023-02-24 15:07:18 +01:00
Claudemirovsky
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
Secozzi
26eba8a897
Fix filters ( #1320 )
2023-02-23 07:53:04 +01:00
Claudemirovsky
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
Abhishek890
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
Claudemirovsky
5eb38a3171
AnimesHouse: Show all video qualities + small refactor ( #1315 )
...
* fix(Mp4DooExtractor): Show all video qualities
* refactor: General refactoration and preparation to jsoup 1.15.3
* chore: Bump version
2023-02-22 13:10:49 +01:00
Claudemirovsky
6572205982
[skip ci] Update github-related files to match upstream ( #1314 )
...
* [skip ci] chore: Update workflows
* chore: Update issue templates
* chore: Update url in README
2023-02-22 13:09:54 +01:00
Claudemirovsky
59aeb2dd65
fix(AnimesUp): Prevent edge-case error on video extractor ( #1313 )
...
* fix: Update URL
* fix: Prevent edge-case error
* refactor: Silent "shadowed name" warnings
* chore: Bump version
2023-02-22 13:08:30 +01:00