diff options
Diffstat (limited to 'community/yt-dlp/files/youtube-dl')
-rw-r--r-- | community/yt-dlp/files/youtube-dl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/community/yt-dlp/files/youtube-dl b/community/yt-dlp/files/youtube-dl new file mode 100644 index 00000000..a525b6b2 --- /dev/null +++ b/community/yt-dlp/files/youtube-dl @@ -0,0 +1,2 @@ +#!/bin/sh -e +exec yt-dlp --compat-options youtube-dl "$@" |