diff options
author | Florrie <towerofnix@gmail.com> | 2018-12-22 13:58:42 -0400 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2018-12-22 13:58:42 -0400 |
commit | d3b452445076de6676391bf071f3c2d8f2048929 (patch) | |
tree | 40e570ca459b10d8d2e4a5efd25e58a6c932f9db /crawlers.js | |
parent | 50a3f912da28bc6a23864c0160295e219a990869 (diff) |
Remove code that requires youtube downloader
Diffstat (limited to 'crawlers.js')
-rw-r--r-- | crawlers.js | 6 |
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 } |