Compare commits
2 Commits
25e4f84384
...
18ca12c1cb
Author | SHA1 | Date | |
---|---|---|---|
18ca12c1cb | |||
07ae985c07 |
2
Makefile
2
Makefile
@ -5,7 +5,7 @@ css:
|
||||
npx tailwindcss -i input.css -o $(SRCDIR)/static/style.css --watch
|
||||
|
||||
run:
|
||||
DEBUG=1 YDL_API_HOST=$(YDL_API_HOST) pipenv run python $(SRCDIR)/router.py
|
||||
cd $(SRCDIR) && DEBUG=1 YDL_API_HOST=$(YDL_API_HOST) pipenv run python router.py
|
||||
|
||||
lint:
|
||||
pipenv run black $(SRCDIR)
|
||||
|
13
README.md
13
README.md
@ -11,11 +11,14 @@ This UI is written for my personal use and may not have the features you would l
|
||||
|
||||
# Roadmap
|
||||
|
||||
- [] Add Dockerfile and docker-compose.yml
|
||||
- [] Handle non-youtube links
|
||||
- [] Handle unsupported URLs
|
||||
- [] Advanced settings
|
||||
- [] Direct link to downloaded video
|
||||
- [ ] Add Dockerfile and docker-compose.yml
|
||||
- [ ] Handle non-youtube links
|
||||
- [ ] Twitter
|
||||
- [ ] Nicovideo
|
||||
- [ ] Handle unsupported URLs
|
||||
- [ ] YouTube playlists download
|
||||
- [ ] Advanced settings
|
||||
- [ ] Direct link to downloaded video
|
||||
|
||||
# Installation
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user