« get me outta code hell

Let downloader be specified manually, per-track (e.g. use youtube-dl for non-YT links) - http-music - Command-line music player + utils (not a server!)
about summary refs log tree commit diff
path: root/todo.txt
diff options
context:
space:
mode:
authorliam4 <towerofnix@gmail.com>2017-07-26 12:43:44 -0300
committerliam4 <towerofnix@gmail.com>2017-07-26 12:43:44 -0300
commit07c9f7622567d822670c1021280c4dba4d161794 (patch)
tree197d1c394f266ba9f5d1fe02123acd932afb6873 /todo.txt
parent943b3447c7dc6743ec7c6d1c644f2eb9cc4669cb (diff)
Let downloader be specified manually, per-track (e.g. use youtube-dl for non-YT links)
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt
index c16f680..030862e 100644
--- a/todo.txt
+++ b/todo.txt
@@ -235,3 +235,8 @@ TODO: The filter utility function shouldn't work at all if it fails to find
 TODO: Make the filter/remove/keep options do a search of some sort.
 
 TODO: Make those options also work with tracks!
+
+TODO: The URL 'http://somesite.com/youtube.com.mp3' would probably
+      automatically assume the YouTube downloader. Instead of checking for the
+      string 'youtube.com' included in the downloader arg, check if it is a
+      valid URL and that the URL's domain is 'youtube.com'.