1
0
Fork 0
mirror of synced 2024-06-29 11:30:30 +12:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: