From d3b452445076de6676391bf071f3c2d8f2048929 Mon Sep 17 00:00:00 2001 From: Florrie Date: Sat, 22 Dec 2018 13:58:42 -0400 Subject: Remove code that requires youtube downloader --- crawlers.js | 6 ------ 1 file changed, 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 } -- cgit 1.3.0-6-gf8a5