mirror of
https://github.com/LucBerge/yt-dlp.git
synced 2025-03-17 19:57:52 +03:00
Split code as a package, compiled into an executable zip
This commit is contained in:
parent
c23d8a74dc
commit
d77c3dfd02
8 changed files with 4333 additions and 4284 deletions
5
Makefile
5
Makefile
|
@ -18,6 +18,9 @@ update-readme:
|
|||
echo "$${footer}" >> README.md
|
||||
|
||||
compile:
|
||||
cp youtube_dl/__init__.py youtube-dl
|
||||
zip --junk-paths youtube-dl youtube_dl/*.py
|
||||
echo '#!/usr/bin/env python' > youtube-dl
|
||||
cat youtube-dl.zip >> youtube-dl
|
||||
rm youtube-dl.zip
|
||||
|
||||
.PHONY: default compile update update-latest update-readme
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue