M3U8 Detector version history - 3 versions
M3U8 Detector by Alberto Licea
M3U8 Detector version history - 3 versions
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 1.16
Released Sep 21, 2026 - 69.69 KBWorks with firefox 140.0 and laterChanged
- Options page — dropped the dedicated "Colab Notebook" nav tab/section; the script list now lives in README.md and renders through the existing Help/README tab, avoiding duplication.
- README — added a "Helpful Scripts" section with links to each companion script/notebook and a usage disclaimer.Source code released under MIT License
Older versions
Version 1.13
Released Sep 18, 2026 - 65.59 KBWorks with firefox 140.0 and laterhls-colab.ipynb— some captured exports log the same progressive-file URL once per HTTP range-request during playback instead of real HLS chunks. Feeding that list straight into the parallel downloader made every worker pull the full file body into memory at once (WORKERS × file size), crashing the Colab session. Segment lists are now deduped before download; a single surviving URL routes to a direct download instead of the chunked pipeline.hls-colab.ipynbdownload_all/retry_failed— segment bodies are now streamed straight to disk instead of buffered fully in memory (r.content), hardening the same code path for legitimately large real HLS segments.
src/scripts/dl-tubi.sh— local (non-Colab) downloader for the duplicate-URL case: dedupe + single resumablecurldownload.
Full changelog: CHANGELOG.mdSource code released under MIT License
Version 1.12
Released Sep 4, 2026 - 63.13 KBWorks with firefox 140.0 and laterSource code released under MIT License