SIGN IN SIGN UP
nilaoda / N_m3u8DL-CLI UNCLAIMED

[.NET] m3u8 downloader 开源的命令行m3u8/HLS/dash下载器,支持普通AES-128-CBC解密,多线程,自定义请求头等. 支持简体中文,繁体中文和英文. English Supported.

Import incomplete

This repository was imported from GitHub but the migration didn't fully complete. You can retry the import to fix it.

Quick setup

Get started by creating a new file or uploading an existing file. We recommend every repository include a README, LICENSE, and .gitignore.

https://gitmorph.com/nilaoda/N_m3u8DL-CLI.git

CREATE A NEW REPOSITORY ON THE COMMAND LINE

touch README.md
git init
git checkout -b main
git add README.md
git commit -m "first commit"
git remote add origin https://gitmorph.com/nilaoda/N_m3u8DL-CLI.git
git push -u origin main

PUSH AN EXISTING REPOSITORY

git remote add origin https://gitmorph.com/nilaoda/N_m3u8DL-CLI.git
git push -u origin main