We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13d89e4 commit edc8159Copy full SHA for edc8159
youTubeDLPromptBash.sh
@@ -1,10 +1,9 @@
1
#!/bin/sh
2
-# Updated: 2019-12-01 16:05:05
+# Updated: 2019-12-04 09:54:01
3
# This script is created primarily for using with Termux on Andriod
4
read -p "What is the video url? " video
5
echo "Updating YouTube-DL before Downloading"
6
pip install --upgrade pip youtube-dl ffmpeg
7
echo "Downloading Video"
8
-# youtube-dl -o "~/storage/downloads/%(title)s.%(ext)s" --restrict-filenames
9
youtube-dl -o '~/storage/downloads/%(title)s-%(id)s.%(ext)s' $video --restrict-filenames
10
echo "The Script has Finished!"
0 commit comments