Compare commits
No commits in common. "18ca12c1cb03766cdc89480c19d06e856bd51710" and "25e4f843844d5045bc5f97e223dadc4573999419" have entirely different histories.
18ca12c1cb
...
25e4f84384
2
Makefile
2
Makefile
@ -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)
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user