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

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