From b120ffd60cb2a05c243aa75a5ac4562245eb1c83 Mon Sep 17 00:00:00 2001 From: Marco D'Agostini Date: Thu, 16 Apr 2020 13:26:08 -0500 Subject: [PATCH] Improved comments and titles --- install youtube-dl in android.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/install youtube-dl in android.md b/install youtube-dl in android.md index 25944f7..2c14f6c 100644 --- a/install youtube-dl in android.md +++ b/install youtube-dl in android.md @@ -1,6 +1,8 @@ [//]: # "Ctrl+K,V o Ctrl+Shift+V - Para ver vista previa en VSCode" -Tutorial to fast install [youtube-dl](https://github.com/ytdl-org/youtube-dl/) in android and configure it to download any url shared to it. Based on https://www.reddit.com/r/Piracy/comments/baufql/youtubedl_the_easy_way_on_android/ +Tutorial to fast install [youtube-dl](https://github.com/ytdl-org/youtube-dl/) in android and configure it to download any url shared to it. + +*Based on https://www.reddit.com/r/Piracy/comments/baufql/youtubedl_the_easy_way_on_android/* # Quick Install @@ -9,7 +11,7 @@ https://termux.com/ ## Open Termux and run this: -### Install youtube-dl +### Install and configure youtube-dl termux-setup-storage && apt update && apt upgrade && apt install python ffmpeg && pip install youtube-dl &&