Commit graph

93 commits

Author SHA1 Message Date
WebStreamr
b313c4eb8d
chore(fetcher): set Origin header and add back proxy headers 2025-05-23 10:52:49 +00:00
WebStreamr
8e791bbe24
chore: better handle not found streams/links 2025-05-23 10:40:59 +00:00
WebStreamr
1e9ebd5905
test: do not reset but only clear mocks 2025-05-23 10:37:13 +00:00
WebStreamr
0a99f1e501
chore(extractor): use HEAD instead of GET to check external URLs 2025-05-22 16:36:28 +00:00
webstreamr
7be71c965f
chore(release): release v0.20.0 (#71) 2025-05-21 22:41:51 +02:00
WebStreamr
e90c89af89
test: use snapshots, also use fixtures for axios errors 2025-05-21 20:37:35 +00:00
WebStreamr
23445c143b
feat(extractor): add external URL support
This could still be a useful fallback on some devices since it indicates
that we found a potential embed URL but could not extract the video URL.
2025-05-21 19:22:32 +00:00
webstreamr
3f64ba0f9b
chore(release): release v0.19.4 (#69) 2025-05-21 15:46:15 +00:00
webstreamr
8367b7d6e1
chore(release): release v0.19.3 (#65) 2025-05-20 19:23:17 +00:00
webstreamr
8daabf1f5a
chore(fetcher): increase timeout to 15s (#64) 2025-05-20 19:22:08 +00:00
webstreamr
e6980e5676
chore(release): release v0.19.2 (#63) 2025-05-19 12:06:03 +02:00
WebStreamr
c2c5331861
chore(fetcher): remove proxy headers, add default timeout
The proxy headers are not improving anything and only cause issues with
another extractor that using IP-locking.
2025-05-19 08:47:52 +00:00
webstreamr
1197b9aba3
chore(release): release v0.19.1 (#60) 2025-05-18 23:04:59 +02:00
WebStreamr
57799a777a
revert: "feat(extractor): implement UQLoad"
This reverts commit fb61d39225.

UQLoad is IP-locked.
2025-05-18 22:50:31 +02:00
webstreamr
6a166b29a9
chore(release): release v0.19.0 (#59) 2025-05-18 22:26:30 +02:00
WebStreamr
fb61d39225
feat(extractor): implement UQLoad 2025-05-18 21:20:48 +02:00
WebStreamr
d8a19d4916
refactor(handler): switch Frembed to TMDB search which is more reliable 2025-05-18 21:19:58 +02:00
WebStreamr
03cb05e2a3
feat: implement IMDb -> TMDB ID conversion helper 2025-05-18 21:16:47 +02:00
webstreamr
91eb1de1c4
chore(release): release v0.18.0 (#58) 2025-05-17 22:10:13 +00:00
WebStreamr
ac4ded4614
chore(manifest): add stremio-addons.net signature 2025-05-18 00:09:17 +02:00
WebStreamr
5b389ada9e
feat: configure languages instead of handlers
just feels more natural and helps maintainence. handlers should be an
internal thing.
2025-05-18 00:00:10 +02:00
webstreamr
d368b3a9de
chore(release): release v0.17.0 (#56) 2025-05-17 21:41:29 +02:00
WebStreamr
f2fb4821e3
refactor: use template literal consistently 2025-05-17 21:10:40 +02:00
WebStreamr
f635d6c233
chore: create ID per request for logging and error response 2025-05-17 21:06:51 +02:00
WebStreamr
4a705ce088
refactor: cleanup url and extractorRegistry variable/prop names 2025-05-17 20:25:51 +02:00
WebStreamr
8b82215c32
feat(handler): limited Frembed support 2025-05-17 20:20:19 +02:00
webstreamr
b331dc66ac
chore(release): release v0.16.1 (#54) 2025-05-17 01:06:50 +02:00
WebStreamr
bb395f0375
revert: "feat(extractor): implement Mixdrop"
This reverts commit 4c53161e98.

Mixdrop seems to be IP-locked.
2025-05-17 01:05:40 +02:00
webstreamr
2c4cccab66
chore(release): release v0.16.0 (#53) 2025-05-16 22:37:17 +02:00
WebStreamr
63a79f8758
fix(extractor): do not throw for broken/outdated link 2025-05-16 22:36:20 +02:00
WebStreamr
b790cc7954
refactor: use url.href instead of url.toString() 2025-05-16 22:34:19 +02:00
WebStreamr
4c53161e98
feat(extractor): implement Mixdrop 2025-05-16 22:34:19 +02:00
WebStreamr
07ffe444f3
chore: return stream.behaviorHints.videoSize when possible 2025-05-16 20:48:31 +02:00
WebStreamr
e06b8a2d95
chore: rename behaviourHints to behaviorHints 🤦
This fixes DoodStream by fixing the Referer header usage hint.
2025-05-16 20:36:33 +02:00
webstreamr
7698757865
chore(release): release v0.15.2 (#48) 2025-05-16 15:33:12 +00:00
WebStreamr
e13ab0c70f
chore: compare by label if both height and bytes are the same 2025-05-16 15:31:54 +00:00
webstreamr
269a05499d
chore(release): release v0.15.1 (#47) 2025-05-16 17:24:05 +02:00
WebStreamr
241e6b0b77
fix: rename behaviourHints.group to behaviourHints.bingeGroup
as stated in 3950d57076/docs/api/responses/stream.md
TS types seem to be quite outdated...
2025-05-16 15:22:39 +00:00
webstreamr
4857bc0494
chore(release): release v0.15.0 (#46) 2025-05-16 17:12:11 +02:00
WebStreamr
87ec328a66
refactor(extractor): remove embed part from extractor 2025-05-16 15:07:03 +00:00
WebStreamr
8740979a80
feat(extractor): try to semi-blindly implement DoodStream support 2025-05-16 15:03:57 +00:00
WebStreamr
938f6cb2c3
refactor(fetcher): use origin for the referrer 2025-05-16 12:27:48 +00:00
webstreamr
7d465c0229
chore(release): release v0.14.1 (#45) 2025-05-15 16:55:00 +02:00
WebStreamr
e8ed101176
fix(fetcher): do not overwrite config 2025-05-15 14:25:34 +00:00
webstreamr
5206aa2c4a
chore(release): release v0.14.0 (#43) 2025-05-14 13:12:40 +00:00
WebStreamr
956ba68550
refactor(handler): also pass content type to handle() 2025-05-14 12:00:58 +00:00
WebStreamr
281cba8da1
chore(fetcher): always set same URL host as referer 2025-05-14 11:51:48 +00:00
webstreamr
c5112124f5
chore(release): release v0.13.0 (#42) 2025-05-14 12:14:37 +02:00
WebStreamr
c6d9bfb01b
feat(handler): add Eurostream (it series) 2025-05-14 10:12:57 +00:00
WebStreamr
7f26047250
feat(handler): add CineHDPlus (es/mx series) 2025-05-14 09:13:14 +00:00