mirror of
https://github.com/LucBerge/yt-dlp.git
synced 2025-03-17 19:57:52 +03:00
Move code into a separate Python module
This commit is contained in:
parent
5b3330e0cf
commit
235b3ba479
4 changed files with 4237 additions and 7 deletions
7
Makefile
7
Makefile
|
@ -1,6 +1,6 @@
|
|||
default: update
|
||||
|
||||
update: update-readme update-latest
|
||||
update: compile update-readme update-latest
|
||||
|
||||
update-latest:
|
||||
./youtube-dl --version > LATEST_VERSION
|
||||
|
@ -15,6 +15,7 @@ update-readme:
|
|||
echo -e '\n## FAQ' >> README.md && \
|
||||
echo "$${footer}" >> README.md
|
||||
|
||||
compile:
|
||||
cp youtube_dl/__init__.py youtube-dl
|
||||
|
||||
|
||||
.PHONY: default update update-latest update-readme
|
||||
.PHONY: default compile update update-latest update-readme
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue