Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hyugogirubato authored Mar 26, 2022
1 parent 137ece2 commit 97bde14
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DashToHLS [![Total Downloads](https://img.shields.io/github/downloads/hyugogirubato/dash2hls/total.svg?style=plastic)](https://github.com/hyugogirubato/dash2hls/releases)
# DashToHLS [![Release](https://img.shields.io/github/release-date/hyugogirubato/dash2hls?style=plastic)](https://github.com/hyugogirubato/dash2hls/releases) ![Total Downloads](https://img.shields.io/github/downloads/hyugogirubato/dash2hls/total.svg?style=plastic)

You can now convert all of your dash files to HLS format so that you can use them more easily.

Expand All @@ -8,7 +8,7 @@ You can now convert all of your dash files to HLS format so that you can use the
* Convert dash file to HLS file
* Convert dash file to source url list

## Download Anime Downloader [Windows]
## DashToHLS [Windows]
> Note : Currently only windows executable is provided (Linux, Mac users go to [Build from source](#Building-from-source))
Download the [Latest Release](https://github.com/hyugogirubato/dash2hls/releases) from here and extract the zip file
Expand All @@ -24,7 +24,7 @@ If you're running from source files, execute the "main.py" script
python3 ./main.py
```

## How to convert using dash2hls (CLI)?
## How to convert using DashToHLS (CLI)?

First, you need to familiarize yourself with the commands you can use the dash to HLS converter.

Expand Down Expand Up @@ -63,7 +63,6 @@ print(mdp.get_url_list(selected[0], selected[1]))
# Audio
selected = [mdp.json_manifest[media_audio], bandwidth_audio]
mdp.save_hls(selected[0], selected[1])
print(mdp.get_url_list(selected[0], selected[1]))
```

## Building from source
Expand Down

0 comments on commit 97bde14

Please sign in to comment.