[azurlanewiki] supportedsites + test

This commit is contained in:
Mike Fährmann
2024-02-29 21:49:13 +01:00
parent 88a06df165
commit 5d9ec91896
3 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# -*- coding: utf-8 -*-
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
from gallery_dl.extractor import wikimedia
__tests__ = (
{
"#url" : "https://azurlane.koumakan.jp/wiki/Azur_Lane_Wiki",
"#category": ("wikimedia", "azurlanewiki", "article"),
"#class" : wikimedia.WikimediaArticleExtractor,
},
)