mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-08-02 10:20:23 +00:00
Move code into a separate Python module
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user