From 7b257b08294d81ec066137ed5b1991f2c03dc6f4 Mon Sep 17 00:00:00 2001 From: Marco D'Agostini Date: Thu, 18 Jun 2020 15:40:11 -0500 Subject: [PATCH] Better descriptions to each Install-option --- install youtube-dl in android.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install youtube-dl in android.md b/install youtube-dl in android.md index 77678c7..780ba57 100644 --- a/install youtube-dl in android.md +++ b/install youtube-dl in android.md @@ -21,7 +21,7 @@ https://termux.com/ ## Youtube-dl + sharing + dialog **(Recommended)** -After sharing to termux, a dialog will appear so you can choose to download video or just audio +After sharing a URL to termux, a dialog will appear so you can choose to download video or just audio ```bash # Ask for storage permission @@ -60,7 +60,7 @@ After sharing to termux, a dialog will appear so you can choose to download vide ## Youtube-dl + sharing -This will always download video. But if you always want just audio, replace `youtube-dl $url` with `youtube-dl -x $url` +Afeter sharing URL to termux this will automatically download the video. But if you always want just audio, replace `youtube-dl $url` with `youtube-dl -x $url` ```bash # Ask for storage permission @@ -81,7 +81,7 @@ This will always download video. But if you always want just audio, replace `you ## Youtube-dl -This will only install youtube-dl in termux, you need to run it manually from the terminal, e.g `youtube-dl https://youtu.be/blahblahblah` +This will only install youtube-dl in termux, sharing a URL to Termux will not work, you'll need to run the command manually from the terminal, e.g `youtube-dl https://youtu.be/blahblahblah` ```bash # Ask for storage permission