2023-09-10 14:45:01 +02:00
|
|
|
# -*- 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 myhentaigallery
|
|
|
|
|
|
|
|
|
|
|
|
__tests__ = (
|
|
|
|
{
|
2023-12-12 20:02:28 +01:00
|
|
|
"#url" : "https://myhentaigallery.com/g/16247",
|
2023-09-10 14:45:01 +02:00
|
|
|
"#category": ("", "myhentaigallery", "gallery"),
|
|
|
|
"#class" : myhentaigallery.MyhentaigalleryGalleryExtractor,
|
2024-03-22 17:57:04 +01:00
|
|
|
"#pattern" : r"https://(cdn|images)\.myhentaicomics\.com/m\w\w/images/[^/]+/original/\d+\.jpg",
|
2023-09-10 14:45:01 +02:00
|
|
|
|
|
|
|
"artist" : list,
|
|
|
|
"count" : 11,
|
|
|
|
"gallery_id": 16247,
|
|
|
|
"group" : list,
|
|
|
|
"parodies" : list,
|
|
|
|
"tags" : ["Giantess"],
|
|
|
|
"title" : "Attack Of The 50ft Woman 1",
|
|
|
|
},
|
|
|
|
|
2023-12-12 20:02:28 +01:00
|
|
|
{
|
|
|
|
"#url" : "https://myhentaigallery.com/gallery/thumbnails/16247",
|
|
|
|
"#category": ("", "myhentaigallery", "gallery"),
|
|
|
|
"#class" : myhentaigallery.MyhentaigalleryGalleryExtractor,
|
|
|
|
},
|
|
|
|
|
2023-09-10 14:45:01 +02:00
|
|
|
{
|
|
|
|
"#url" : "https://myhentaigallery.com/gallery/show/16247/1",
|
|
|
|
"#category": ("", "myhentaigallery", "gallery"),
|
|
|
|
"#class" : myhentaigallery.MyhentaigalleryGalleryExtractor,
|
|
|
|
},
|
|
|
|
|
|
|
|
)
|