Coder Social home page Coder Social logo

m3u8downloader's Introduction

中文

m3u8 下载器

一个 m3u8 下载器
使用 Python 编写,支持 AES-128 解密,支持图形界面

环境

Python3.8

依赖库

  • requests
  • pycryptodome

怎么安装依赖库

pip3 install requests
pip3 install pycryptodome

怎么使用

注意:m3u8 下载器需要搭配 ffmpeg 使用,把 ffmpeg.exe 放在和 run.py 的同级目录下
ffmpeg 下载链接:https://ffmpeg.org/download.html

命令行

打开CMD,进入m3u8Donwloader所在目录

  • 使用链接下载
run.py -u https://example.com/index.m3u8
  • 使用本地文件下载
run.py -f example.m3u8

界面

打开CMD,进入m3u8Donwloader所在目录

GUI.py

image


English

m3u8Downloader

An m3u8 Downloader.
Written in Python, Support AES-128 decryption, support graphical interface.

Environment

Python3.8

Dependency Library

  • requests
  • pycryptodome

How to install dependency library

pip3 install requests
pip3 install pycryptodome

How to use it

Note:The m3u8Downloader require ffmpeg,please put the ffmpeg.exe into the same directory as run.py.
ffmpeg download link: https://ffmpeg.org/download.html

Command Line

  • Use the url to download
run.py -u https://example.com/index.m3u8
  • Use local files to download
run.py -f example.m3u8

GUI

Open the CMD and enter the directory of m3u8dongwloader.

GUI.py

image

m3u8downloader's People

Contributors

leenshady avatar

Stargazers

dev avatar

Watchers

 avatar

m3u8downloader's Issues

关于IV的问题

我这报错提示IV必须为16位byte,我看代码里面没有关于IV的内容

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.