mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-25 04:02:32 +01:00
[azurlanewiki] supportedsites + test
This commit is contained in:
parent
88a06df165
commit
5d9ec91896
@ -1517,6 +1517,12 @@ Consider all listed sites to potentially be NSFW.
|
|||||||
<td>Articles</td>
|
<td>Articles</td>
|
||||||
<td></td>
|
<td></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Azur Lane Wiki</td>
|
||||||
|
<td>https://azurlane.koumakan.jp/</td>
|
||||||
|
<td>Articles</td>
|
||||||
|
<td></td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="4"><strong>Moebooru and MyImouto</strong></td>
|
<td colspan="4"><strong>Moebooru and MyImouto</strong></td>
|
||||||
|
@ -30,6 +30,7 @@ CATEGORY_MAP = {
|
|||||||
"artstation" : "ArtStation",
|
"artstation" : "ArtStation",
|
||||||
"aryion" : "Eka's Portal",
|
"aryion" : "Eka's Portal",
|
||||||
"atfbooru" : "ATFBooru",
|
"atfbooru" : "ATFBooru",
|
||||||
|
"azurlanewiki" : "Azur Lane Wiki",
|
||||||
"b4k" : "arch.b4k.co",
|
"b4k" : "arch.b4k.co",
|
||||||
"baraag" : "baraag",
|
"baraag" : "baraag",
|
||||||
"batoto" : "BATO.TO",
|
"batoto" : "BATO.TO",
|
||||||
|
17
test/results/azurlanewiki.py
Normal file
17
test/results/azurlanewiki.py
Normal 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,
|
||||||
|
},
|
||||||
|
|
||||||
|
)
|
Loading…
Reference in New Issue
Block a user