webstreamr-github/src/extractor
2026-03-27 19:26:31 +00:00
..
__fixtures__ fix(extractor): don't fail for HubDrive if HubCloud link is missing 2026-03-27 18:02:48 +00:00
__snapshots__ chore(extractor): detect resolution from HubCloud title 2026-03-27 19:26:31 +00:00
DoodStream.test.ts fix(extractor): use MediaFlow Proxy for DoodStream (#676) 2026-01-20 21:49:37 +01:00
DoodStream.ts refactor(extractor): introduce internal type to reduce common code 2026-01-26 13:47:55 +00:00
Dropload.test.ts fix(extractor): support Dropload with missing height/size info 2025-10-07 18:54:36 +00:00
Dropload.ts fix(extractor): hard-code referer for Dropload and SuperVideo for now 2026-03-23 15:06:05 +00:00
ExternalUrl.test.ts refactor: simplify passing around meta 2025-09-03 19:55:58 +00:00
ExternalUrl.ts refactor(extractor): introduce internal type to reduce common code 2026-01-26 13:47:55 +00:00
Extractor.ts chore(extractor): add cacheVersion and bump it for HubCloud and HubDrive 2026-03-17 20:51:57 +00:00
ExtractorRegistry.test.ts fix(extractor): avoid caching results with empty meta, add some self-healing 2026-01-26 14:12:10 +00:00
ExtractorRegistry.ts chore(extractor): add cacheVersion and bump it for HubCloud and HubDrive 2026-03-17 20:51:57 +00:00
Fastream.test.ts fix(extractor): handle Fastream deleted or expired file 2025-10-24 14:56:19 +00:00
Fastream.ts refactor(extractor): introduce internal type to reduce common code 2026-01-26 13:47:55 +00:00
FileLions.test.ts fix(extractor): handle FileLions deleted by administration 2026-01-02 15:00:50 +00:00
FileLions.ts refactor(extractor): introduce internal type to reduce common code 2026-01-26 13:47:55 +00:00
FileMoon.test.ts fix(extractor): handle FileMoon with missing height info in packed 2025-12-12 16:26:43 +00:00
FileMoon.ts refactor(extractor): introduce internal type to reduce common code 2026-01-26 13:47:55 +00:00
Fsst.test.ts feat(extractor): bring back Fsst 2026-01-06 15:20:12 +00:00
Fsst.ts chore(extractor): increase Fsst TTL to 3 hours 2026-01-26 19:33:10 +00:00
HubCloud.test.ts feat(extractor): support FSLv2 server in HubCloud 2026-03-25 09:01:25 +00:00
HubCloud.ts chore(extractor): detect resolution from HubCloud title 2026-03-27 19:26:31 +00:00
HubDrive.test.ts fix(extractor): don't fail for HubDrive if HubCloud link is missing 2026-03-27 18:02:48 +00:00
HubDrive.ts fix(extractor): don't fail for HubDrive if HubCloud link is missing 2026-03-27 18:02:48 +00:00
index.ts fix(extractor): remove StreamUp 2026-02-23 10:58:55 +00:00
KinoGer.test.ts feat(extractor): switch KinoGer from cf to source, add kinoger.p2pplay.pro support 2026-01-06 19:10:15 +00:00
KinoGer.ts refactor(extractor): introduce internal type to reduce common code 2026-01-26 13:47:55 +00:00
LuluStream.test.ts perf(extractor): do not guess resolution via MFP playlist for LuluStream 2025-10-07 18:54:36 +00:00
LuluStream.ts refactor(extractor): introduce internal type to reduce common code 2026-01-26 13:47:55 +00:00
Mixdrop.test.ts chore: bring back mediaflow proxy redirect url generation 2025-09-28 20:47:01 +00:00
Mixdrop.ts chore(extractor): adapt mixdrop host check 2026-02-06 14:04:40 +00:00
RgShows.test.ts fix(extractor): support non-HLS streams in RgShows 2026-01-10 22:27:44 +00:00
RgShows.ts refactor(extractor): introduce internal type to reduce common code 2026-01-26 13:47:55 +00:00
SaveFiles.test.ts fix(extractor): gracefully handle deleted files for SaveFiles 2025-09-06 19:31:21 +00:00
SaveFiles.ts refactor(extractor): introduce internal type to reduce common code 2026-01-26 13:47:55 +00:00
StreamEmbed.test.ts fix(extractor): handle StreamEmbed video is not ready 2025-10-06 12:55:48 +00:00
StreamEmbed.ts chore(extractor): increase StreamEmbed TTL to 3d 2026-01-28 18:12:03 +00:00
Streamtape.test.ts chore: rework referer header passing and mediaflow proxy URL creation 2025-09-25 20:01:02 +00:00
Streamtape.ts refactor(extractor): introduce internal type to reduce common code 2026-01-26 13:47:55 +00:00
SuperVideo.test.ts refactor: simplify passing around meta 2025-09-03 19:55:58 +00:00
SuperVideo.ts fix(extractor): hard-code referer for Dropload and SuperVideo for now 2026-03-23 15:06:05 +00:00
Uqload.test.ts fix(extractor): handle Uqload File Not Found 2025-09-30 08:10:30 +00:00
Uqload.ts refactor(extractor): introduce internal type to reduce common code 2026-01-26 13:47:55 +00:00
Vidora.test.ts feat(extractor): add Vidora extractor (#466) 2025-10-31 23:14:48 +01:00
Vidora.ts refactor(extractor): introduce internal type to reduce common code 2026-01-26 13:47:55 +00:00
VidSrc.test.ts feat(extractor): add back VidSrc 2026-01-14 13:38:09 +00:00
VidSrc.ts refactor(extractor): introduce internal type to reduce common code 2026-01-26 13:47:55 +00:00
VixSrc.test.ts fix(extractor): make VixSrc fall back to multi instead of it if language cannot be determined 2026-01-15 09:49:21 +00:00
VixSrc.ts refactor(extractor): introduce internal type to reduce common code 2026-01-26 13:47:55 +00:00
Voe.test.ts fix(extractor): support embed-only VOE urls 2025-11-01 20:22:00 +00:00
Voe.ts fix(extractor): add missing VOE domain 2026-03-13 15:52:08 +00:00
YouTube.test.ts refactor: simplify passing around meta 2025-09-03 19:55:58 +00:00
YouTube.ts refactor(extractor): introduce internal type to reduce common code 2026-01-26 13:47:55 +00:00