• v0.26.1 6af86ef6a6

    v0.26.1 Stable

    webstreamr released this 2025-06-10 15:54:27 +00:00 | 962 commits to main since this release

    0.26.1 (2025-06-10)

    Miscellaneous Chores

    • extractor: support dooodster links via DoodStream (141c737)
    • extractor: support embed-only SuperVideo URLs (dd1b3a1)
    • handler: generalize KinoGer to support more (external) URLs (42950bc)

    Code Refactoring

    • extractor: add return type to all extract methods (4da121d)
    • extractor: introduce URL normalization (2d615ce)
    • handler: improve KinoGer readability (73ea091)
    • remove always true conditional (7b933bf)
    Downloads
  • v0.26.0 eec2e5030b

    v0.26.0 Stable

    webstreamr released this 2025-06-09 20:46:15 +00:00 | 970 commits to main since this release

    0.26.0 (2025-06-09)

    Miscellaneous Chores

    • deps: update dependency typescript-eslint to v8.34.0 (#127) (b5a4de9)

    Features

    • handler: add support for KinoGer Fsst (8382c00)

    Bug Fixes

    • avoid potential queuing dead lock (16e1aab)

    Code Refactoring

    • season instead of series ;) (7ad61df)

    Tests

    • remove usesless filter calls (bc9c41f)
    Downloads
  • v0.25.3 8f3500385c

    v0.25.3 Stable

    webstreamr released this 2025-06-09 11:37:09 +00:00 | 976 commits to main since this release

    0.25.3 (2025-06-09)

    Miscellaneous Chores

    • deps: update dependency @types/express to v5.0.3 (#124) (ffeb135)
    • deps: update dependency @types/node to v22.15.30 (#125) (315588b)
    • extractor: don't use FlareSolverr for external URLs (1ca4ea4)
    • fetcher: only call FlareSolverr for known challenge blocks (114c383)

    Bug Fixes

    • deps: update dependency cheerio to v1.1.0 (#122) (6c5dcec)
    • handler: fix KinoKiste which is now StreamKiste (cbec7c1)

    Tests

    • use snapshots for manifest config tests (6dff634)
    Downloads
  • v0.25.2 20fa791632

    v0.25.2 Stable

    webstreamr released this 2025-06-08 19:28:59 +00:00 | 984 commits to main since this release

    0.25.2 (2025-06-08)

    Miscellaneous Chores

    • extractor: add bytes detection to DoodStream (d1ff7cd)
    • handler: add height detection to Soaper (7d0544a)

    Code Refactoring

    • UrlResult[] instead of UrlResult | undefined (0446d52)

    Tests

    • handler: avoid side-effects by using a fresh handler for each test (364bf16)
    Downloads
  • v0.25.1 2d9f602256

    v0.25.1 Stable

    webstreamr released this 2025-06-08 15:12:21 +00:00 | 989 commits to main since this release

    0.25.1 (2025-06-08)

    Miscellaneous Chores

    • handler: add year to soaper result movie title (968b7d4)
    • introduce config helper, enable English by default (48209ac)

    Code Refactoring

    • introduce ImdbId and TmdbId (374896c)
    • move ids into dedicated folder (8724e04)
    • simplify id usage and imdb <-> tmdb transformations (fbae392)
    • strictly type ContentType (62f18ec)
    Downloads
  • v0.25.0 82c75b0654

    v0.25.0 Stable

    webstreamr released this 2025-06-07 19:25:45 +00:00 | 996 commits to main since this release

    0.25.0 (2025-06-07)

    Features

    • handler: implement EN Soaper source (717c2af)

    Code Refactoring

    • add custom helper for flags instead of package (a56aea5)

    Tests

    Downloads
  • v0.24.1 f08670bb21

    v0.24.1 Stable

    webstreamr released this 2025-06-06 12:54:21 +00:00 | 1000 commits to main since this release

    0.24.1 (2025-06-06)

    Miscellaneous Chores

    • only warm up cache in prod (99434aa)
    • warm up cache only with trending movies and tv shows (ab39636)
    Downloads
  • v0.24.0 802ec4275d

    v0.24.0 Stable

    webstreamr released this 2025-06-06 12:12:23 +00:00 | 1003 commits to main since this release

    0.24.0 (2025-06-06)

    Miscellaneous Chores

    • add statusText to HttpError and show in result as well (8766988)
    • handler: support TMDB ID in Frembed (01218c7)
    • imdb: stricter parsing checks (860a6ae)
    • tmdb: add getImdbIdFromTmdbId and cache both ID transformations (a0e83f2)
    • tmdb: add parseTmdbId (355663f)

    Features

    • implement hourly movie cache warmup (9ba4e73)
    Downloads
  • v0.23.5 db67a91413

    v0.23.5 Stable

    webstreamr released this 2025-06-05 20:05:39 +00:00 | 1010 commits to main since this release

    0.23.5 (2025-06-05)

    Miscellaneous Chores

    • introduce HttpError and show status in result (d8f0c46)

    Bug Fixes

    • always sort external URLs down (8e57400)
    • handler: skip invalid CSV URLs (04ee59e)
    Downloads
  • v0.23.4 119e338292

    v0.23.4 Stable

    webstreamr released this 2025-06-05 15:21:35 +00:00 | 1014 commits to main since this release

    0.23.4 (2025-06-05)

    Miscellaneous Chores

    • fetcher: simplify queuing and allow parallel requests (be34643)
    Downloads