mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-02 16:37:59 +09:00
11 lines
254 B
Plaintext
11 lines
254 B
Plaintext
#compdef youtube-dl
|
|
|
|
__youtube_dl() {
|
|
local curcontext="$curcontext" fileopts diropts cur prev
|
|
typeset -A opt_args
|
|
_arguments {{args}} \
|
|
'*: :(::ytfavorites ::ytrecommended ::ytsubscriptions ::ytwatchlater ::ythistory)'
|
|
}
|
|
|
|
__youtube_dl
|