1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-22 18:53:21 +01:00

[bato] Added mangatoto alias

This commit is contained in:
bug-assassin 2023-12-26 23:44:27 -05:00
parent 663b8d789a
commit 9c1ce28f68

View File

@ -10,7 +10,8 @@ from .common import ChapterExtractor, MangaExtractor
from .. import text, exception
import re
BASE_PATTERN = r"(?:https?://)?(?:bato\.to|dto\.to|batotoo\.com|wto\.to)"
BASE_PATTERN = r"(?:https?://)?" \
r"(?:bato\.to|dto\.to|batotoo\.com|wto\.to|mangatoto\.com)"
MANGA_PATTERN = r"/title/\d+(?:-[0-9a-z]+)*/?"
CHAPTER_PATTERN = r"/\d+(?:-vol_\d+)?-ch_\d+\.?\d*/?"