[pururin] remove module
"This domain name has been seized in accordance with a seizure warrant issued by the United States District Court for the District of Idaho"
This commit is contained in:
@@ -1,56 +0,0 @@
|
||||
# -*- 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 pururin
|
||||
|
||||
|
||||
__tests__ = (
|
||||
{
|
||||
"#url" : "https://pururin.to/gallery/38661/iowant-2",
|
||||
"#category": ("", "pururin", "gallery"),
|
||||
"#class" : pururin.PururinGalleryExtractor,
|
||||
"#pattern" : r"https://i\.pururin\.[ct]o/38661/\d+\.jpg",
|
||||
|
||||
"title" : r"re:I ?owant 2!!",
|
||||
"title_en" : r"re:I ?owant 2!!",
|
||||
"title_ja" : "",
|
||||
"gallery_id": 38661,
|
||||
"count" : 19,
|
||||
"artist" : ["Shoda Norihiro"],
|
||||
"group" : ["Obsidian Order"],
|
||||
"parody" : ["Kantai Collection"],
|
||||
"characters": [
|
||||
"Iowa",
|
||||
"Teitoku",
|
||||
],
|
||||
"tags" : list,
|
||||
"type" : "Doujinshi",
|
||||
"collection": ["I owant you!"],
|
||||
"convention": ["C92"],
|
||||
"rating" : float,
|
||||
"uploader" : "demo",
|
||||
"scanlator" : [
|
||||
"mrwayne",
|
||||
"The Lost Light",
|
||||
],
|
||||
"lang" : "en",
|
||||
"language" : "English",
|
||||
},
|
||||
|
||||
{
|
||||
"#url" : "https://pururin.to/gallery/7661/unisis-team-vanilla",
|
||||
"#category": ("", "pururin", "gallery"),
|
||||
"#class" : pururin.PururinGalleryExtractor,
|
||||
"#count" : 17,
|
||||
},
|
||||
|
||||
{
|
||||
"#url" : "https://pururin.io/gallery/38661/iowant-2",
|
||||
"#category": ("", "pururin", "gallery"),
|
||||
"#class" : pururin.PururinGalleryExtractor,
|
||||
},
|
||||
|
||||
)
|
||||
Reference in New Issue
Block a user