Compare commits

...

2 Commits

Author SHA1 Message Date
ge 18ca12c1cb fix make run 2023-02-19 02:36:04 +03:00
ge 07ae985c07 upd roadmap 2023-02-19 02:35:45 +03:00
2 changed files with 9 additions and 6 deletions

View File

@ -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)

View File

@ -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