« get me outta code hell

Remove code that requires youtube downloader - mtui - Music Text User Interface - user-friendly command line music player
about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2018-12-22 13:58:42 -0400
committerFlorrie <towerofnix@gmail.com>2018-12-22 13:58:42 -0400
commitd3b452445076de6676391bf071f3c2d8f2048929 (patch)
tree40e570ca459b10d8d2e4a5efd25e58a6c932f9db
parent50a3f912da28bc6a23864c0160295e219a990869 (diff)
Remove code that requires youtube downloader
-rw-r--r--crawlers.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/crawlers.js b/crawlers.js
index 9309f7d..8583d5c 100644
--- a/crawlers.js
+++ b/crawlers.js
@@ -209,12 +209,6 @@ crawlHTTP.isAppropriateForArg = function(arg) {
     return false
   }
 
-  // Just to avoid conflict with crawl-youtube, assume crawl-http is not used
-  // for URLs on YouTube:
-  if (crawlYouTube.isAppropriateForArg(arg)) {
-    return false
-  }
-
   return true
 }