[util] rename 'USERAGENT' to 'USERAGENT_GALLERYDL'

This commit is contained in:
Mike Fährmann
2026-01-03 10:30:24 +01:00
parent e33a63231f
commit a28fbbc3c6
6 changed files with 6 additions and 7 deletions

View File

@@ -26,7 +26,7 @@ class MangadexExtractor(Extractor):
"{manga}_c{chapter:>03}{chapter_minor}_{page:>03}.{extension}")
archive_fmt = "{chapter_id}_{page}"
root = "https://mangadex.org"
useragent = util.USERAGENT
useragent = util.USERAGENT_GALLERYDL
_cache = {}
def _init(self):