Subversion Repositories yt_downloader

Compare Revisions

No changes between revisions

Regard whitespace Rev 2 → Rev 3

/trunk/build_stable
11,7 → 11,7
 
cd ..
rm "$dirname"/"$FILENAME"
tar cvfz "$tmpfile" --exclude "yt_downloader2/ffmpeg" --exclude "yt_downloader2/libav" --exclude "yt_downloader2/marschall" --exclude "yt_downloader2/youtube-dl" --exclude "yt_downloader2/upload_to_vts" -- "$dirname"
tar cvfz "$tmpfile" --exclude "yt_downloader2/ffmpeg" --exclude "yt_downloader2/.svn" --exclude "yt_downloader2/libav" --exclude "yt_downloader2/marschall" --exclude "yt_downloader2/youtube-dl" --exclude "yt_downloader2/upload_to_vts" -- "$dirname"
 
# otherwise: "the file has changed while reading"
mv "$tmpfile" "$dirname"/"$FILENAME"
/trunk/install_youtube_dl
0,0 → 1,17
#!/bin/sh
 
# https://ytdl-org.github.io/youtube-dl/download.html
 
sudo curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl
sudo chmod a+rx /usr/local/bin/youtube-dl
 
# sudo wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl
# sudo chmod a+rx /usr/local/bin/youtube-dl
 
# sudo pip install --upgrade youtube_dl
 
DIR=$( dirname "$0" )
cd "$DIR"
rm youtube-dl
ln /usr/local/bin/youtube-dl
 
Property changes:
Added: svn:executable
+*
\ No newline at end of property
/trunk/stable.tar.gz
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream