diff --git a/src/searcher.py b/src/searcher.py index 912cd55..a891322 100644 --- a/src/searcher.py +++ b/src/searcher.py @@ -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]