nilaoda / N_m3u8DL-CLI

[.NET] m3u8 downloader 开源的命令行m3u8/HLS/dash下载器,支持普通AES-128-CBC解密,多线程,自定义请求头等. 支持简体中文,繁体中文和英文. English Supported.
https://nilaoda.github.io/N_m3u8DL-CLI/
MIT License
14.14k stars 2.14k forks source link

How to get the m3u8 link without looking on developer tool #168

Closed zackmark29 closed 3 years ago

zackmark29 commented 4 years ago

I watched someone used this javascript to easily get the m3u8 link: avascript:prompt(PLAYER._DownloadMonitor.context.dataset.title,PLAYER._DownloadMonitor.context.dataset.currentVideoUrl.replace(/:.*qq.com/g,"://defaultts.tc.qq.com/defaultts.tc.qq.com"));

is it possible to do this with m3u8DL-CLI? to easily get the m3u8 link

arbarbosa1979 commented 4 years ago

Stream Detector (Easily detect .m3u8 url etc.)

This Firefox extension which allow you to easily get the .m3u8 or mpd links without looking on developer's network tab.

Info: 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.

Also assembles readymade youtube-dl (recommended)/FFmpeg/Streamlink/hlsdl commands which (should) include all of the necessary cookies and headers.

Firefox extension link:

Firefox Extension

Just play the video and it will automatically detect and give you the links via right click or the extension icon.

Features:

  • Can easily detect any website that using .m3u8 or mpd links after you load the video
  • Copy the links as youtube-dl/streamlink/ffmpeg/hlsdl command or just the url for .m3u8 or mpd
  • Can add custom additional parameters (from options)

For more info from the creator: Github Stream Detector