WebStreamr
8e1ea10c5a
fix(extractor): fix KinoGer and add new domains
2025-11-03 11:12:14 +00:00
WebStreamr
82b810ed36
chore(extractor): register Vidora extractor
2025-11-02 21:57:50 +00:00
WebStreamr
053dce0729
fix(extractor): remove flaky HubCloud head requests
...
potentially non-working URLs might be returned now from time to time, but that's still better than not returning working ones because of flakyness or blocking. should also improve performance slightly.
reverts changes from c819dd6
2025-11-01 20:29:47 +00:00
WebStreamr
a36d152b61
fix(extractor): support embed-only VOE urls
2025-11-01 20:22:00 +00:00
webstreamr
db25f98251
feat(extractor): add Vidora extractor ( #466 )
2025-10-31 23:14:48 +01:00
WebStreamr
4bc5e42e50
chore(extractor): cache not found results for 12 hours
2025-10-29 11:08:15 +00:00
WebStreamr
bd1e184023
fix(extractor): handle Fastream deleted or expired file
2025-10-24 14:56:19 +00:00
WebStreamr
e2eaa9143b
chore(extractor): add VOE domain
2025-10-24 14:38:35 +00:00
WebStreamr
23da8dc637
chore(extractor): add KinoGer domains
2025-10-24 14:37:46 +00:00
WebStreamr
e6d8d5076c
chore: remove noCache option
2025-10-24 14:30:57 +00:00
WebStreamr
77164dfaa7
chore(extractor): do not make any requests for external URLs
2025-10-24 14:09:12 +00:00
WebStreamr
56e72b73fe
chore: cache playlist heights for a month
2025-10-24 14:07:04 +00:00
WebStreamr
d59658fb7b
chore: switch to new VidSrc domains, pass-through TMDB IDs if given
2025-10-18 19:57:31 +00:00
WebStreamr
ad61be8626
chore(extractor): add goofy-banana.com to Voe
2025-10-18 18:52:16 +00:00
WebStreamr
bcd868850d
chore: full remove Fsst
2025-10-17 14:51:43 +00:00
WebStreamr
da24e96fb4
chore: fully remove soaper
2025-10-13 10:36:15 +00:00
WebStreamr
22c6754efc
refactor: use .at() instead of .slice() construct
2025-10-07 19:07:42 +00:00
WebStreamr
5e1c3eea24
perf(extractor): do not guess size from mp4 for Uqload
2025-10-07 19:01:41 +00:00
WebStreamr
e11cf8986e
perf(extractor): do not guess size from mp4 for Streamtape
2025-10-07 18:54:36 +00:00
WebStreamr
b8c5c1a4f3
perf(extractor): do not guess size from mp4 for DoodStream
2025-10-07 18:54:36 +00:00
WebStreamr
06e0ba23d7
fix(extractor): support Dropload with missing height/size info
2025-10-07 18:54:36 +00:00
WebStreamr
8fb3320868
perf(extractor): do not guess resolution via MFP playlist for Voe
2025-10-07 18:54:36 +00:00
WebStreamr
b3db546e00
perf(extractor): do not guess resolution via MFP playlist for LuluStream
2025-10-07 18:54:36 +00:00
WebStreamr
312f60660a
perf(extractor): do not guess resolution via MFP playlist for FileMoon
2025-10-07 18:54:36 +00:00
WebStreamr
bab0da2a8f
chore(extractor): use MEDIAFLOW_DEFAULT_INIT where it was forgotten
2025-10-07 18:54:36 +00:00
WebStreamr
a7360b68f0
perf(extractor): do not guess resolution via MFP playlist for FileLions
2025-10-07 18:54:36 +00:00
WebStreamr
298ac96558
fix(extractor): do not pass referer for Uqload MFP requests
...
deals with error_wrong_ip responses we got before
2025-10-07 11:39:47 +00:00
WebStreamr
d0958e8771
fix(extractor): handle another LuluStream file not found case
2025-10-06 18:55:08 +00:00
WebStreamr
c27c1f9541
chore(extractor): add KinoGer domain
2025-10-06 13:16:19 +00:00
WebStreamr
424c2fd1e0
fix(extractor): handle StreamEmbed video is not ready
2025-10-06 12:55:48 +00:00
WebStreamr
bb21bbc7fa
feat(extractor): add new MediaFlow Proxy extractors FileMoon, LuluStream and Voe
2025-10-06 12:52:59 +00:00
WebStreamr
d1493cbb57
fix(extractor): handle FileLions Not Found case
2025-10-06 09:43:42 +00:00
WebStreamr
c610a995c2
chore(extractor): work around VidSrc blocking by generating random IPs
2025-10-06 08:23:04 +00:00
WebStreamr
78125c7f37
chore(extractor): add FileLions domain
2025-10-06 08:18:56 +00:00
WebStreamr
7191c59b8a
chore(extractor): re-use and optimise mediaflow default fetch init slightly
2025-10-06 08:00:43 +00:00
WebStreamr
eea8cac018
fix(extractor): remove referer header from Mixdrop
2025-10-06 07:48:55 +00:00
WebStreamr
ac7d2480ea
fix(extractor): bring back VixSrc language exclusion
2025-10-02 15:39:36 +00:00
WebStreamr
34b7fddfc7
chore(extractor): configure new VidSrc TLDs
2025-10-02 15:05:01 +00:00
WebStreamr
012b1648e1
chore(extractor): make VixSrc work without MediaFlow proxy
2025-09-30 20:13:12 +00:00
WebStreamr
04b8987c30
chore: use concurrency of 4 for mediaflow proxy requests
...
by default mediaflow also runs with 4 workers, this should avoid
pressure
2025-09-30 19:29:11 +00:00
WebStreamr
f0a66e1984
fix(extractor): handle Uqload File Not Found
2025-09-30 08:10:30 +00:00
WebStreamr
d8a4375783
chore: bring back mediaflow proxy redirect url generation
...
reverts parts of 25b326ee48
2025-09-28 20:47:01 +00:00
WebStreamr
25b326ee48
chore: rework referer header passing and mediaflow proxy URL creation
2025-09-25 20:01:02 +00:00
WebStreamr
1fb7d0c66b
feat: add source info
2025-09-25 14:51:26 +00:00
WebStreamr
da556d3523
chore(extractor): add DoodStream host
2025-09-24 18:06:51 +00:00
WebStreamr
6f412d736b
chore(extractor): add FileLions domain
2025-09-24 18:04:35 +00:00
WebStreamr
6d5a511cb4
chore: remove XPrime
...
backend API responses are encrypted and use webassembly for decryption
2025-09-22 09:30:14 +00:00
WebStreamr
c819dd6bb7
fix(extractor): filter out non-accessible HubCloud streams
2025-09-16 12:40:01 +00:00
WebStreamr
aeb7ce5f54
fix(extractor): normalize Streamtape URLs
2025-09-15 14:02:37 +00:00
WebStreamr
737bf6aa94
feat: allow to disable extractors via env var
2025-09-14 19:30:32 +00:00