mirror of https://github.com/yt-dlp/yt-dlp
[skip travis] tweaks
parent
cefecac12c
commit
3fba008111
@ -1,6 +0,0 @@
|
|||||||
#!/usr/bin/env python
|
|
||||||
|
|
||||||
import youtube_dl
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
youtube_dl.main()
|
|
@ -1,24 +0,0 @@
|
|||||||
# This allows the youtube-dlc command to be installed in ZSH using antigen.
|
|
||||||
# Antigen is a bundle manager. It allows you to enhance the functionality of
|
|
||||||
# your zsh session by installing bundles and themes easily.
|
|
||||||
|
|
||||||
# Antigen documentation:
|
|
||||||
# http://antigen.sharats.me/
|
|
||||||
# https://github.com/zsh-users/antigen
|
|
||||||
|
|
||||||
# Install youtube-dlc:
|
|
||||||
# antigen bundle ytdl-org/youtube-dl
|
|
||||||
# Bundles installed by antigen are available for use immediately.
|
|
||||||
|
|
||||||
# Update youtube-dlc (and all other antigen bundles):
|
|
||||||
# antigen update
|
|
||||||
|
|
||||||
# The antigen command will download the git repository to a folder and then
|
|
||||||
# execute an enabling script (this file). The complete process for loading the
|
|
||||||
# code is documented here:
|
|
||||||
# https://github.com/zsh-users/antigen#notes-on-writing-plugins
|
|
||||||
|
|
||||||
# This specific script just aliases youtube-dlc 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-dlc="PYTHONPATH=$(dirname $0) $(dirname $0)/bin/youtube-dlc"
|
|
Loading…
Reference in New Issue