Added Top Web Models update and scene scraper.

This commit is contained in:
DebaucheryLibrarian
2021-01-15 04:04:32 +01:00
parent 451ffdc48b
commit b8df8e6507
13 changed files with 158 additions and 77 deletions

View File

@@ -400,7 +400,7 @@ async function storeFile(media, options) {
}
}
if (media.meta.type === 'image') {
if (media.meta.type === 'image' && media.meta.subtype !== 'gif') {
return storeImageFile(media, hashDir, hashSubDir, filename, filedir, filepath, options);
}