Add missing gfycat URL check

このコミットが含まれているのは:
Les De Ridder 2016-06-14 05:48:20 +02:00
コミット d3179bff89
2個のファイルの変更1行の追加2行の削除

ファイルの表示

@ -246,7 +246,7 @@ function isCoolUrl(url, callback) {
console.log('blacklist disabled!');
}
callback(validExtensions.indexOf(extension) != -1 || isInstagramUrl(url) || isPixivUrl(url) || isSkypeUrl(url));
callback(validExtensions.indexOf(extension) != -1 || isInstagramUrl(url) || isPixivUrl(url) || isSkypeUrl(url) || isGfycatUrl(url));
});
}

ファイルの表示

@ -51,7 +51,6 @@
* Add imageboard thread archival support
* Add booru support
* Add imgur album support
* Add gfycat support
* Option to download a copy (checkbox)
* Error checks and messages
* Context menu item