commit 5707dce

hovercats  ·  2024-10-10 21:30:32 +0000 UTC
parent 7e6b485
yt-dlp: force python to be /usr/bin/python and not /usr/bin/env python, as this doesnt exist ootb unless its created manually
1 files changed,  +2, -2
+2, -2
 1@@ -1,7 +1,7 @@
 2 #!/bin/sh -e
 3 
 4-make lazy-extractors
 5-make yt-dlp
 6+make PYTHON=/usr/bin/python lazy-extractors
 7+make PYTHON=/usr/bin/python yt-dlp
 8 
 9 chmod 755 yt-dlp
10