Skip to content

Commit edc8159

Browse files
committed
Update youTubeDLPromptBash.sh
1 parent 13d89e4 commit edc8159

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

youTubeDLPromptBash.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
#!/bin/sh
2-
# Updated: 2019-12-01 16:05:05
2+
# Updated: 2019-12-04 09:54:01
33
# This script is created primarily for using with Termux on Andriod
44
read -p "What is the video url? " video
55
echo "Updating YouTube-DL before Downloading"
66
pip install --upgrade pip youtube-dl ffmpeg
77
echo "Downloading Video"
8-
# youtube-dl -o "~/storage/downloads/%(title)s.%(ext)s" --restrict-filenames
98
youtube-dl -o '~/storage/downloads/%(title)s-%(id)s.%(ext)s' $video --restrict-filenames
109
echo "The Script has Finished!"

0 commit comments

Comments
 (0)