Compare commits

..

No commits in common. "18ca12c1cb03766cdc89480c19d06e856bd51710" and "25e4f843844d5045bc5f97e223dadc4573999419" have entirely different histories.

2 changed files with 6 additions and 9 deletions

View File

@ -5,7 +5,7 @@ css:
npx tailwindcss -i input.css -o $(SRCDIR)/static/style.css --watch npx tailwindcss -i input.css -o $(SRCDIR)/static/style.css --watch
run: run:
cd $(SRCDIR) && DEBUG=1 YDL_API_HOST=$(YDL_API_HOST) pipenv run python router.py DEBUG=1 YDL_API_HOST=$(YDL_API_HOST) pipenv run python $(SRCDIR)/router.py
lint: lint:
pipenv run black $(SRCDIR) pipenv run black $(SRCDIR)

View File

@ -11,14 +11,11 @@ This UI is written for my personal use and may not have the features you would l
# Roadmap # Roadmap
- [ ] Add Dockerfile and docker-compose.yml - [] Add Dockerfile and docker-compose.yml
- [ ] Handle non-youtube links - [] Handle non-youtube links
- [ ] Twitter - [] Handle unsupported URLs
- [ ] Nicovideo - [] Advanced settings
- [ ] Handle unsupported URLs - [] Direct link to downloaded video
- [ ] YouTube playlists download
- [ ] Advanced settings
- [ ] Direct link to downloaded video
# Installation # Installation