All Projects → mrzhangfelix → m3u8Downloader

mrzhangfelix / m3u8Downloader

Licence: other
meijuba.net,Python crawler,M3U8格式视频下载,桌面应用

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to m3u8Downloader

Vbrowser Android
全网视频嗅探缓存APP
Stars: ✭ 499 (+841.51%)
Mutual labels:  downloader, m3u8
N m3u8dl Cli
[.NET] m3u8 downloader 开源的命令行m3u8/HLS/dash下载器,支持普通AES-128-CBC解密,多线程,自定义请求头等. 支持简体中文,繁体中文和英文. English Supported.
Stars: ✭ 6,752 (+12639.62%)
Mutual labels:  downloader, m3u8
M3u8downloader
a downloader for m3u8 video 一款m3u8视频下载解密合并工具
Stars: ✭ 48 (-9.43%)
Mutual labels:  downloader, m3u8
Aria
下载可以很简单
Stars: ✭ 4,777 (+8913.21%)
Mutual labels:  downloader, m3u8
M3u8
A mini M3U8 downloader written in Golang for downloading and merging TS(Transport Stream) files. 一个迷你 M3U8 视频下载工具。
Stars: ✭ 215 (+305.66%)
Mutual labels:  downloader, m3u8
tinydownloader
a tiny downloader with console panel.
Stars: ✭ 80 (+50.94%)
Mutual labels:  downloader
m3u8-downloader
一个M3U8 视频下载(M3U8 downloader)工具。跨平台: 提供windows、linux、mac三大平台可执行文件,方便直接使用。
Stars: ✭ 461 (+769.81%)
Mutual labels:  m3u8
KGrabber
Userscript for extracting links from kissanime.ru and similar sites.
Stars: ✭ 29 (-45.28%)
Mutual labels:  downloader
MiXLab
MiXLab is a mix of multiple amazing Colab Notebooks found on the internet such as rcloneLab, RLabClone, Torrent to Google Drive Downloader and some more.
Stars: ✭ 143 (+169.81%)
Mutual labels:  downloader
http-downloader
A download tool that is baked for the GitHub release assets. 专注于 GitHub 项目的工具安装
Stars: ✭ 18 (-66.04%)
Mutual labels:  downloader
aria2lib
A small library that is capable to run an aria2 executable without UI
Stars: ✭ 22 (-58.49%)
Mutual labels:  downloader
m3u8 downloader
Flutter M3U8下载器
Stars: ✭ 43 (-18.87%)
Mutual labels:  m3u8
eodag
Earth Observation Data Access Gateway
Stars: ✭ 183 (+245.28%)
Mutual labels:  downloader
twist-dl
Simple Twist.moe/AnimeTwist anime downloader in CLI with support for batch downloading.
Stars: ✭ 28 (-47.17%)
Mutual labels:  downloader
ESOLinuxAddonManager
[MIRROR] Elder Scrolls Online addon downloader, for Linux! Check the link below for the development repo which has the releases and issuetracker.
Stars: ✭ 25 (-52.83%)
Mutual labels:  downloader
anime-scraper
[partially working] Scrape and add anime episode stream URLs to uGet (Linux) or IDM (Windows) ~ Python3
Stars: ✭ 21 (-60.38%)
Mutual labels:  downloader
peerstohttp
Simple torrent proxy to http stream controlled over REST-like api
Stars: ✭ 30 (-43.4%)
Mutual labels:  downloader
hls-segment-reader
Node.js Readable for retrieving HLS segments.
Stars: ✭ 18 (-66.04%)
Mutual labels:  m3u8
nts
NTS Radio downloader and metadata parser
Stars: ✭ 58 (+9.43%)
Mutual labels:  downloader
VandaDownloader
强大的下载特性支持,更加清晰的特性设计。
Stars: ✭ 25 (-52.83%)
Mutual labels:  downloader

downloader_lite2.py

精简版多线程下载

推荐使用这个下载脚本,速度快,能批量下载

使用方法

在代码中录入m3u8的url、下载文件保存的地址、保存的文件名

  • urllist:m3u8的url地址列表
  • dirlist:下载视频的目录地址列表,可以把每个url下载到对应的目录里面去
  • videoNameList:每个视频的名称列表,可以给每个视频取相应的名称

线程数大小更改

threadListSize = 5

#队列大小更改,队列大小应大于线程数的大小

queueSize = 10

UI.py

桌面客户端

使用方法

使用命令启动客户端界面,需要安装python环境和相关依赖 python UI.py

在输入框中录入m3u8的url(多个使用分号分割开)、下载文件保存的地址、保存的文件名 点击启动按钮即可开始下载。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].