Remove broken gifv support

This commit is contained in:
Les De Ridder 2016-01-18 16:33:15 +01:00
parent 84c2a66294
commit 0c2b28d11c
2 changed files with 3 additions and 1 deletions

View File

@ -75,7 +75,7 @@ function isCoolUrl(url) {
var extensionIndex = url.lastIndexOf('.');
var extension = url.substr(extensionIndex + 1);
var validExtensions = ["jpg", "jpeg", "png", "gif", "webm", "gifv"];
var validExtensions = ["jpg", "jpeg", "png", "gif", "webm"];
var blackList = ["pomf", "mixtape.moe", "catgirlsare.sexy", "cocaine.ninja"];

View File

@ -45,6 +45,8 @@
* Add imageboard thread archival support
* Add booru support
* Add imgur album support
* Add gifv support
* Option to download a copy (checkbox)
* Error checks and messages
-->