Add native gallery catch
This commit is contained in:
parent
825fc5da53
commit
c40ee547b5
@ -332,6 +332,9 @@ def matchWithDownloader(submission):
|
||||
elif 'gifdeliverynetwork' in submission.domain:
|
||||
return {'TYPE': 'gifdeliverynetwork'}
|
||||
|
||||
if 'reddit.com/gallery' in submission.url: #EBJ
|
||||
return {'TYPE': 'gallery'}
|
||||
|
||||
elif submission.is_self and 'self' not in GLOBAL.arguments.skip:
|
||||
return {'TYPE': 'self',
|
||||
'CONTENT': submission.selftext}
|
||||
|
Loading…
Reference in New Issue
Block a user