1
0
Fork 0

Remove duplicate entries

This commit is contained in:
Serene-Arc 2022-09-20 17:33:44 +10:00
parent 06816098dc
commit 1dff7500e7
1 changed files with 0 additions and 4 deletions

View File

@ -40,10 +40,6 @@ class DownloadFactory:
return Gallery
elif re.match(r'gfycat\.', sanitised_url):
return Gfycat
elif re.match(r'(redgifs|gifdeliverynetwork)', sanitised_url):
return Redgifs
elif re.match(r'(m\.)?imgur.*', sanitised_url):
return Imgur
elif re.match(r'reddit\.com/r/', sanitised_url):
return SelfPost
elif re.match(r'(m\.)?youtu\.?be', sanitised_url):