mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-05 12:00:21 +00:00
Merge pull request #2281 from matthewfranglen/master
Fix #2280: Antigen now links to python script
This commit is contained in:
commit
c0c2ddddcd
@ -18,6 +18,7 @@
|
||||
# code is documented here:
|
||||
# https://github.com/zsh-users/antigen#notes-on-writing-plugins
|
||||
|
||||
# This specific script just adds the downloaded folder to the end of the $PATH,
|
||||
# which allows the contained youtube-dl executable to be found.
|
||||
export PATH=${PATH}:$(dirname $0)
|
||||
# This specific script just aliases youtube-dl to the python script that this
|
||||
# library provides. This requires updating the PYTHONPATH to ensure that the
|
||||
# full set of code can be located.
|
||||
alias youtube-dl="PYTHONPATH=$(dirname $0) $(dirname $0)/bin/youtube-dl"
|
||||
|
Loading…
Reference in New Issue
Block a user