NBA2K1
bab407b3e3
Version++
2024-12-15 19:07:54 +01:00
NBA2K1
423e1da501
Corrected dateupload.
2024-12-15 18:51:08 +01:00
NBA2K1
44c8514b4e
Revert "AnimeToast partial rewrite in js"
...
This reverts commit abd7e06eea .
2024-12-13 03:01:41 +01:00
NBA2K1
37e3b206a1
dateUpload for AniWorld & SerienStream
...
- dateUpload
- + improved performance using Promise.all instead of sequentially with the for loops.
2024-12-13 02:57:21 +01:00
NBA2K1
a5a48a8760
Merge branch 'kodjodevf:main' into main
2024-12-13 00:51:25 +01:00
kodjomoustapha
bf58a599ec
Torrentio: do not show upcoming episodes
2024-12-09 14:06:39 +01:00
NBA2K1
abd7e06eea
AnimeToast partial rewrite in js
2024-12-08 18:47:42 +01:00
kodjomoustapha
95945137da
Torrentio: use all providers by default
2024-12-07 16:58:57 +01:00
kodjomoustapha
e89de932e3
fix Torrentio
2024-12-06 12:11:08 +01:00
kodjomoustapha
8b70217248
fix
2024-12-03 12:15:15 +01:00
kodjomoustapha
2e14f3ad8e
fix NetflixMirror getCookie
2024-12-03 11:51:50 +01:00
NBA2K1
e6d1dbe356
Update serienstream.js
...
copied changes from aniworld extension.
2024-12-02 22:47:23 +01:00
kodjomoustapha
66969de042
+
2024-12-02 18:01:26 +01:00
kodjomoustapha
a7faa05038
New sources : Torrentio (Torrent) and Torrentio Anime (Torrent)
2024-12-02 17:59:22 +01:00
ftbom
fd97370fcc
remove invalid sources and fix some broken ones
2024-12-01 20:19:34 +08:00
RndDev123
1b496ac313
Another Filemoon fix
2024-11-30 05:53:01 +01:00
RndDev123
e0901a7154
Update aniworld.js
2024-11-29 09:58:02 +01:00
RndDev123
3c5696e6a5
Filemoon init headers
2024-11-29 09:14:12 +01:00
RndDev123
6bf8fa6018
+
2024-11-29 08:59:30 +01:00
RndDev123
86922fff77
Fix Filemoon extractor on Android
2024-11-29 08:54:17 +01:00
RndDev123
9b9150366f
Aniworld: New Host & Language preference filters + lib update
...
Aniworld:
- New Host: Luluvdo
- Language preference filters
Lib:
- New Host: Luluvdo
2024-11-29 04:09:52 +01:00
RndDev123
2940e029cd
New Source: MangaWorld (IT) + Fixes
...
New Source:
- Manga World
JKAnime, TioAnime, ,AnimeFenix and AnimeWorld:
- Add await before this.parseAnimeList for readability
2024-11-28 07:04:26 +01:00
RndDev123
2c97ce81cb
+
2024-11-27 13:49:54 +01:00
RndDev123
c0edb5c0c5
New Source: AnimeWorld & Updates: Shortened filter code
...
New Source:
- Anime World
AnimeFenix, JKAnime and Mangafire:
- Shortened filter code
2024-11-27 13:26:11 +01:00
RndDev123
1141e53c0b
JKAnime: Change Logo
2024-11-26 10:32:43 +01:00
RndDev123
fd074790e8
AniWorld, AnimeFenix, JKAnime and TioAnime: New host, fixes and helper lib update
...
AniWorld
- New Host: Speedfiles
- New Host: Filemoon
- Better Sorting for preferences
AnimeFenix:
- Added possible status string
JKAnime
- Get Studios
TioAnime
- Fix hasNextPage
Helper library
- Add new host: Speedfiles
- Add new String function: reverse, swapcase
2024-11-26 08:05:50 +01:00
NBA2K1
20668f2829
Update serienstream.js
...
Serienstream:
- copied the changes from Aniworld
Aniworld:
- shortened getSourcePreferences() and made it more readable/maintainable
- used array in getRandomString() for better readability
2024-11-23 18:26:07 +01:00
Moustapha Kodjo Amadou
7778873a09
Update aniworld.js
2024-11-23 15:54:27 +01:00
Moustapha Kodjo Amadou
92529e06a9
Update serienstream.js
2024-11-23 15:54:04 +01:00
Moustapha Kodjo Amadou
e2d52be133
Merge branch 'main' into main
2024-11-23 15:52:22 +01:00
RndDev123
52c55a8d85
Add TioAnime, AnimeFenix and JKAnime + Updates to Mangafire and Aniworld
...
- New Source: TioAnime source (es)
- New Source: AnimeFenix source (es)
- New Source: JKAnime source (es)
- Aniworld: Async loading for getVideoList and getDetail.
- Aniworld: Changed headers in getVideoList which helps load times.
- Mangafire: changed a query name
- Mangafire: search sometimes failed because filters were empty. I got this on android. And some other user also stated having problems with search.
- Implemented new videoExtractors and helper functions in a "library", used in all three new extensions
2024-11-23 09:47:54 +01:00
NBA2K1
8522088783
filename in lowercase now
2024-11-22 16:42:50 +01:00
NBA2K1
8541a92f83
New Anime Source
...
This is practically the same as aniworld, but also includes other shows, not just Anime.
2024-11-22 16:39:33 +01:00
NBA2K1
c163b9fed4
Fix apostrophe rendering and improve performance
...
Fixed apostrophe rendering in episode names (e.g., for "DAN DA DAN")
by replacing HTML character references (') with actual apostrophes.
Optimized performance by reusing a single Client instance, passing it to
parseEpisodesFromSeries() instead of creating a new instance in each loop.
Parallelized episode fetching in getDetail() using Promise.all to
improve request efficiency, replacing the sequential loop.
2024-11-22 16:20:07 +01:00
kodjomoustapha
f4bf7c24b0
fix
2024-11-21 09:57:57 +01:00
kodjomoustapha
d173331829
fix NetflixMirror
2024-11-15 14:40:41 +01:00
kodjomoustapha
828b9b89b0
fix NetflixMirror
2024-11-06 16:09:35 +01:00
RndDev123
5a539c5d0b
Increment AniWorld Version
2024-11-06 01:36:45 +01:00
RndDev123
cfd05732c6
AniWorld - Doodstream & Vidoza Fix
...
- Implemented a vidoza extractor
- Implemented a temporary doodstream extractor until the one in the application is fixed.
- Changed quality from `${hoster} ${language}` to `${language} - ${hoster}` for better sorting and readability
2024-11-06 01:17:44 +01:00
kodjomoustapha
e6f460d86d
fix
2024-11-05 11:16:35 +01:00
kodjomoustapha
7d18d6c1eb
fix AniWorld video extractors
2024-11-05 11:09:20 +01:00
kodjomoustapha
e80a70f2b0
fix
2024-10-24 09:29:07 +01:00
Moustapha Kodjo Amadou
62913d55f1
Merge pull request #92 from yxxyun/dev
...
update UC tip
2024-10-15 09:13:56 +01:00
kodjomoustapha
528ba54c6f
fix
2024-10-15 09:11:39 +01:00
yxxyun
c8ca805ecb
Update yydsys.js
2024-10-14 21:46:39 +08:00
yxxyun
d2ecb573b7
Update wogg.js
2024-10-14 21:45:38 +08:00
kodjomoustapha
576a2e5b1e
fix
2024-10-13 18:45:56 +01:00
kodjomoustapha
60f1e30475
Update netflixmirror.js
2024-10-13 18:40:12 +01:00
kodjomoustapha
86919cdff2
fix
2024-10-13 18:36:03 +01:00
kodjomoustapha
d551f71bf9
add extractor prefix name
2024-10-09 09:52:39 +01:00