Skip to content

Commit

Permalink
[lensdump] subcategory
Browse files Browse the repository at this point in the history
  • Loading branch information
chio0hai committed May 26, 2023
1 parent 82ba6bf commit d5300cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gallery_dl/extractor/lensdump.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ def images(self, page):

class LensdumpAlbumsExtractor(LensdumpExtractor):
"""Extractor for album list from lensdump.com"""
subcategory = "albums"
pattern = r"(?:https?://)?lensdump\.com/\w+/albums"

def __init__(self, match):
Expand Down

0 comments on commit d5300cf

Please sign in to comment.