Code Monkey home page Code Monkey logo

m3u8-downloader's Introduction

M3U8-Downloader-Build

M3U8-Downloader 直接下载

M3U8-Downloader是基于Electron框架开发的一款可以下载、播放HLS视频流的APP,功能特点如下:

功能 支持
HLS协议点播源
自定义Http协议头下载
自定义KEY和IV解密
本地M3U8文件下载
HLS协议直播源
标准 AES-128-CBC加密
标准 AES-196-CBC加密
标准 AES-256-CBC加密
非标准 AES-*-CBC加密 ㄨ(可定制)

M3U8-Downloader

M3U8-Downloader

M3U8-Downloader

流程原理图



M3U8-Downloader

官网

M3U8-Downloader 官网

QQ交流群:341972319

点我加QQ交流群

获取M3U8视频地址

在chrome浏览器打开视频网页,按下F12,页签点击到Network页面,在Filter框里输入"m3u8",然后按F5刷新页面,如果网页里的视频使用的是HLS源,就可以在这里捕获到视频流地址,然后选中右键 Copy -> Copy Link Address. 提供m3u8源地址,下载并无损转码Mp4文件

自定义头添加-视频教程

下载可执行包

[推荐] 蓝奏下载

Github 下载

运行源码

NodeJS开发环境搭建

安装NodeJs最新版,NodeJs Download

Clone 代码

在任意文件夹下新建一个文件夹存放代码,并执行以下命令

cd newdir

git clone https://github.com/HeiSir2014/M3U8-Downloader.git .

Yarn 环境安装

npm install yarn -g

Package 依赖安装

yarn

运行M3U8-Downloader

yarn start

打包发布

//windows 平台打包
yarn pack-win

//mac 平台打包
yarn pack-mac

Enjoy it

赞赏

赞赏链接

m3u8-downloader's People

Contributors

dependabot[bot] avatar heisir2014 avatar hunlongyu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.