Add native gallery catch

This commit is contained in:
Erik Johnson
2021-01-07 10:48:47 +01:00
committed by GitHub
parent c6a346eb90
commit e7bf66f28b

View File

@@ -332,7 +332,7 @@ def matchWithDownloader(submission):
elif 'gifdeliverynetwork' in submission.domain:
return {'TYPE': 'gifdeliverynetwork'}
if 'reddit.com/gallery' in submission.url: #EBJ
if 'reddit.com/gallery' in submission.url:
return {'TYPE': 'gallery'}
elif submission.is_self and 'self' not in GLOBAL.arguments.skip: