Skip to content

Commit

Permalink
[urlgalleries] add support
Browse files Browse the repository at this point in the history
  • Loading branch information
JSouthGB committed Dec 5, 2023
1 parent 1770c31 commit ecaa0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gallery_dl/extractor/urlgalleries.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from .. import text


class UrlgalleriesExtractor(GalleryExtractor):
class UrlgalleriesGalleryExtractor(GalleryExtractor):
"""Base class for Urlgalleries extractors"""
category = "urlgalleries"
root = "urlgalleries.net"
Expand Down

0 comments on commit ecaa0fe

Please sign in to comment.