Compare commits
No commits in common. "25e4f843844d5045bc5f97e223dadc4573999419" and "e80a3b191697385f9eeafefa2c0a38435513c873" have entirely different histories.
25e4f84384
...
e80a3b1916
11
README.md
11
README.md
@ -4,14 +4,13 @@
|
|||||||
|
|
||||||
This is a shitty Web UI for [ydl_api_ng](https://github.com/Totonyus/ydl_api_ng) — API around [yt-dlp](https://github.com/yt-dlp/yt-dlp).
|
This is a shitty Web UI for [ydl_api_ng](https://github.com/Totonyus/ydl_api_ng) — API around [yt-dlp](https://github.com/yt-dlp/yt-dlp).
|
||||||
|
|
||||||
This UI is written for my personal use and may not have the features you would like to see. I want to gradually expand its capabilities, if there is time for this.
|
|
||||||
|
|
||||||
![](images/1.png)
|
![](images/1.png)
|
||||||
![](images/2.png)
|
![](images/2.png)
|
||||||
|
|
||||||
|
This UI is written for my personal use and may not have the features you would like to see. I want to gradually expand its capabilities, if there is time for this.
|
||||||
|
|
||||||
# Roadmap
|
# Roadmap
|
||||||
|
|
||||||
- [] Add Dockerfile and docker-compose.yml
|
|
||||||
- [] Handle non-youtube links
|
- [] Handle non-youtube links
|
||||||
- [] Handle unsupported URLs
|
- [] Handle unsupported URLs
|
||||||
- [] Advanced settings
|
- [] Advanced settings
|
||||||
@ -56,12 +55,6 @@ pip install -r requirements.txt
|
|||||||
pip install black pylint
|
pip install black pylint
|
||||||
```
|
```
|
||||||
|
|
||||||
Set `YDL_API_HOST` environment variable. Put your ydl_api_ng instance URL:
|
|
||||||
|
|
||||||
```
|
|
||||||
export YDL_API_HOST=http://127.0.0.1:5011
|
|
||||||
```
|
|
||||||
|
|
||||||
Run Bottle development server (starts `router.py` with DEBUG):
|
Run Bottle development server (starts `router.py` with DEBUG):
|
||||||
|
|
||||||
```
|
```
|
||||||
|
BIN
images/icon.png
BIN
images/icon.png
Binary file not shown.
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 31 KiB |
Loading…
Reference in New Issue
Block a user