Skip to content

no cookie | regex website title | default use page title | mpv %url% --referer %referrer% | A Firefox addon for keeping track of manifests used by various streaming protocols and downloading media files.

License

dw5/stream-detector

 
 

Repository files navigation

The Stream Detector PLUS

What is this?

This is a Firefox addon written in JavaScript which provides an easy way to keep track of URLs to playlists and subtitles used by Apple HLS, Adobe HDS, MPEG-DASH, and Microsoft Smooth Streaming streams as well as download video/audio files directly and monitor any other file extensions and Content-Type headers.

Also assembles readymade yt-dlp/FFmpeg/Streamlink/hlsdl/N_m3u8DL-RE/mpv commands which (should) include all of the necessary cookies and headers.

A screenshot of the options menu.

More details and screenshots available in the AMO listing or the Web Store listing of the Chrome port.

Where can I download this?

What is this written in?

  • Javascript,
  • WebExtensions API, including:
    • Clipboard,
    • Downloads,
    • Notifications,
    • Storage,
    • Tabs.

What's the point?

Being able to easily find direct URLs to streams on the Internet. I wrote this initially for my own use - I was fed up with hunting for URLs in the Network Monitor and manually adding all the necessary headers and cookies.

How do I use this?

Upon being notified that a stream has been detected (as in the screenshot above), click the toolbar button, and then click on the appropriate filename to copy the URL in its desired form. Use the addon's options page to customize your experience and e.g. download media files directly.


Additional notes

  • The Chrome version of this addon is not maintained or supported in any way. It's only published as-is on the off chance that it works. Don't expect it to.
  • Websites such as YouTube, Vimeo, Facebook, etc. are very likely to use proprietary technologies which are not supported by this addon.
  • This should go without saying, but I am not responsible for and do not condone this addon being used for any nefarious purposes. Copyrighted content is probably DRM-ed anyway.

Development

  • Node.JS + NPM
  • Install dependencies npm install

Building for release

  • Development + npm run build
  • You'll see folder named dist for firefox, dist-chrome for that toxic web browser
  • Create zip for those folder and publish to extension places!
  • For DIY .xpi web-ext sign For Firefox npm install --global web-ext More info
  • For DIY .crx npm install -g crx3 ??

About

no cookie | regex website title | default use page title | mpv %url% --referer %referrer% | A Firefox addon for keeping track of manifests used by various streaming protocols and downloading media files.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 72.7%
  • HTML 22.2%
  • CSS 5.1%