From bbacbcccdca9da1268b72c46a0da4ff018522290 Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Thu, 12 Jan 2023 23:57:47 +0000
Subject: [PATCH] Changed termux downloader to yt-dlp and added download path

---
 termux/termux-url-opener |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/termux/termux-url-opener b/termux/termux-url-opener
index 565ba8e..e022b19 100755
--- a/termux/termux-url-opener
+++ b/termux/termux-url-opener
@@ -1 +1 @@
-youtube-dl $1
+yt-dlp -P ~/storage/downloads/youtube $1

--
Gitblit v1.9.3