1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-22 02:32:33 +01:00

[wikimedia] add azurlane.koumakan.jp to presets

This commit is contained in:
thatfuckingbird 2024-02-29 19:28:50 +01:00
parent 495c9ee126
commit 88a06df165

View File

@ -162,6 +162,11 @@ BASE_PATTERN = WikimediaExtractor.update({
"pattern": r"(?:www\.)?pidgi\.net",
"api-path": "/wiki/api.php",
},
"azurlanewiki": {
"root": "https://azurlane.koumakan.jp",
"pattern": r"azurlane\.koumakan\.jp",
"api-path": "/w/api.php",
},
})