Added "jpeg" as file format to be downloaded

This commit is contained in:
Phil Fox
2020-10-12 14:50:32 +02:00
committed by GitHub
parent 2ba763e03b
commit f9ac4f925b

View File

@@ -342,7 +342,7 @@ def extractDirectLink(URL):
if not, return False
"""
imageTypes = ['jpg','png','mp4','webm','gif']
imageTypes = ['jpg','jpeg','png','mp4','webm','gif']
if URL[-1] == "/":
URL = URL[:-1]