[lensdump] subcategory

This commit is contained in:
chio0hai
2023-05-26 03:51:42 -04:00
parent 82ba6bfdc0
commit d5300cf381

View File

@@ -97,6 +97,7 @@ class LensdumpAlbumExtractor(LensdumpExtractor):
class LensdumpAlbumsExtractor(LensdumpExtractor):
"""Extractor for album list from lensdump.com"""
subcategory = "albums"
pattern = r"(?:https?://)?lensdump\.com/\w+/albums"
def __init__(self, match):