• v0.22.4 d271b2c337

    v0.22.4 Stable

    webstreamr released this 2025-06-01 19:38:06 +00:00 | 1058 commits to main since this release

    0.22.4 (2025-06-01)

    Miscellaneous Chores

    • generalize forbidden/blocked handling (2eb09fc)

    Bug Fixes

    • fetcher: use "node" as user agent explicitly (c3a2f9f)
    • handler: disable Eurostreaming as long as it doesn't work (cd8ff60)
    Downloads
  • v0.22.3 f3cbc92286

    v0.22.3 Stable

    webstreamr released this 2025-06-01 13:42:44 +00:00 | 1062 commits to main since this release

    0.22.3 (2025-06-01)

    Miscellaneous Chores

    • fetcher: hardcode user-agent for now to avoid using "node" (424ed78)
    Downloads
  • v0.22.2 ba9f33230f

    v0.22.2 Stable

    webstreamr released this 2025-06-01 13:21:25 +00:00 | 1064 commits to main since this release

    0.22.2 (2025-06-01)

    Miscellaneous Chores

    • fetcher: add response header info to non-expected errors (717019e)
    • fetcher: remove Origin header (ca98122)
    Downloads
  • v0.22.1 a85a483732

    v0.22.1 Stable

    webstreamr released this 2025-05-31 21:15:58 +00:00 | 1067 commits to main since this release

    0.22.1 (2025-05-31)

    Miscellaneous Chores

    • deps: update eslint monorepo to v9.28.0 (#85) (2f9a349)

    Bug Fixes

    • switch back to fetch and do not generate user agents (fbc1aa9)
    Downloads
  • v0.22.0 0f19b4b7a7

    v0.22.0 Stable

    webstreamr released this 2025-05-29 19:25:43 +00:00 | 1070 commits to main since this release

    0.22.0 (2025-05-29)

    Miscellaneous Chores

    • deps: lock file maintenance (#79) (17b6d79)
    • deps: update dependency @types/node to v22.15.21 (#78) (19d7a8b)
    • deps: update dependency typescript-eslint to v8.33.0 (#82) (62098f8)
    • fetcher: reduce timeout to 5s (5bfe2f8)
    • fetcher: set more headers to mimick browser requests (07ddaab)
    • fetcher: use more realistic referer/origin header values (02b73b4)

    Features

    • make external URL exclusion configurable (799ca97)

    Bug Fixes

    • detect and report Cloudflare challenge blocks (0638ce0)

    Code Refactoring

    • handler: remove not needed 404 special handling (862d3bb)

    Tests

    • remove duplicated Fetcher test parts (f2a7da2)
    Downloads
  • v0.21.0 fbc35550b9

    v0.21.0 Stable

    webstreamr released this 2025-05-25 18:48:23 +00:00 | 1081 commits to main since this release

    0.21.0 (2025-05-25)

    Miscellaneous Chores

    • deps: update dependency @stylistic/eslint-plugin to v4.3.0 (#75) (61a17b1)
    • deps: update dependency @stylistic/eslint-plugin to v4.4.0 (#77) (9e9d4b2)

    Features

    • add title to meta, restructure result name (d4e402e)
    • extractor: cache not found results too (6b5c9a4)

    Code Refactoring

    • introduce type for CountryCode (f27fc6c)
    • move bytes, height and countryCode into meta object (979dddd)

    Tests

    • update fetch fixtures only when requested (faa6eb6)
    Downloads
  • v0.20.1 9b0d416393

    v0.20.1 Stable

    webstreamr released this 2025-05-23 11:47:32 +00:00 | 1090 commits to main since this release

    0.20.1 (2025-05-23)

    Miscellaneous Chores

    • better handle not found streams/links (8e791bb)
    • deps: update node.js to v22.16.0 (#72) (305ce3d)
    • extractor: use HEAD instead of GET to check external URLs (0a99f1e)
    • fetcher: set Origin header and add back proxy headers (b313c4e)
    • log IP in stream request (5c51abb)
    • reduce axios retries to 1 again, avoid risky retries (1447ada)

    Bug Fixes

    • handler: do not ignore main link in Eurostreaming (f4a0b03)

    Tests

    • do not reset but only clear mocks (1e9ebd5)
    Downloads
  • v0.20.0 7be71c965f

    v0.20.0 Stable

    webstreamr released this 2025-05-21 20:41:51 +00:00 | 1099 commits to main since this release

    0.20.0 (2025-05-21)

    Features

    • extractor: add external URL support (23445c1)

    Tests

    • use snapshots, also use fixtures for axios errors (e90c89a)
    Downloads
  • v0.19.4 3f64ba0f9b

    v0.19.4 Stable

    webstreamr released this 2025-05-21 15:46:15 +00:00 | 1102 commits to main since this release

    0.19.4 (2025-05-21)

    Bug Fixes

    • handler: return only results for configured country/language in CineHDPlus (ac8dd43)
    Downloads
  • v0.19.3 8367b7d6e1

    v0.19.3 Stable

    webstreamr released this 2025-05-20 19:23:17 +00:00 | 1104 commits to main since this release

    0.19.3 (2025-05-20)

    Miscellaneous Chores

    • fetcher: increase timeout to 15s (#64) (8daabf1)
    Downloads