diff options
author | Cem Keylan <cem@ckyln.com> | 2023-02-03 17:30:23 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-02-03 17:30:23 +0100 |
commit | 848d5fe1de3b498c983d568e4fd90a1933f6a2f0 (patch) | |
tree | b508c1fdb6519f5bb3660680e99b41f53a6c1233 /community/yt-dlp/files | |
parent | 2416d5af54d26807d77833eb851dd0218b437760 (diff) | |
download | repository-848d5fe1de3b498c983d568e4fd90a1933f6a2f0.tar.gz |
yt-dlp: add new package at 2023.01.06
Diffstat (limited to 'community/yt-dlp/files')
-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 "$@" |