Remove broken gifv support
This commit is contained in:
parent
84c2a66294
commit
0c2b28d11c
|
@ -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"];
|
||||
|
||||
|
|
|
@ -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
|
||||
-->
|
||||
|
||||
|
|
Loading…
Reference in New Issue