Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kezhengjie/m3u8dc
a m3u8 downloader and decryptor
https://github.com/kezhengjie/m3u8dc
Last synced: 6 days ago
JSON representation
a m3u8 downloader and decryptor
- Host: GitHub
- URL: https://github.com/kezhengjie/m3u8dc
- Owner: kezhengjie
- License: mit
- Created: 2022-04-11T02:19:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-13T10:13:11.000Z (over 2 years ago)
- Last Synced: 2024-12-25T03:22:21.331Z (10 days ago)
- Language: C++
- Size: 12.9 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# m3u8dc
a m3u8 downloader and decryptor# MAIN
## m3u8dc
### usage
```m3u8dc.exe ```
```usage m3u8dc.exe ```
```m3u8_file a m3u8 file with standard m3u8 format```
```key_with_iv_file a json file contains```
```{"key":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], "iv":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}```# EXTRA
## downloader
### usage
downloader.exe [filepath]
```
downloader.exe video.m3u8
```
this will downloads m3u8 clips from
spcefied m3u8 filepath## decryptor
### usage
decryptor.exe [filerange:int]
```
decryptor.exe 1248
```
this will decrypt files from 1.ts to 1248.ts
and then merges them
make sure both ```key.txt``` and ```iv.txt```
exist in current workspace.
they are array string begin with `[` and end with `]`
like ```[85, 150, 74, 145, 54, 65, 245, 159, 123, 41, 152, 4, 250, 115, 126, 251]```