mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 10:42:34 +01:00
111 lines
3.3 KiB
Python
111 lines
3.3 KiB
Python
# -*- 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 koharu
|
|
|
|
|
|
__tests__ = (
|
|
{
|
|
"#url" : "https://koharu.to/g/14216/6c67076fdd45",
|
|
"#category": ("", "koharu", "gallery"),
|
|
"#class" : koharu.KoharuGalleryExtractor,
|
|
"#pattern" : r"https://kisakisexo.xyz/download/59896/a4fbd1828229/f47639c6abaf1903dd69c36a3d961da84741a1831aa07a2906ce9c74156a5d75\?v=1721626410802&w=0",
|
|
"#count" : 1,
|
|
|
|
"count" : 22,
|
|
"created_at": 1721626410802,
|
|
"date" : "dt:2024-07-22 05:33:30",
|
|
"extension" : "cbz",
|
|
"filename" : "f47639c6abaf1903dd69c36a3d961da84741a1831aa07a2906ce9c74156a5d75",
|
|
"id" : 14216,
|
|
"num" : 1,
|
|
"public_key": "6c67076fdd45",
|
|
"tags": [
|
|
"general:beach",
|
|
"general:booty",
|
|
"general:dark skin",
|
|
"general:fingering",
|
|
"general:handjob",
|
|
"general:light hair",
|
|
"general:nakadashi",
|
|
"general:outdoors",
|
|
"general:ponytail",
|
|
"general:swimsuit",
|
|
"general:x-ray",
|
|
"artist:ouchi kaeru",
|
|
"magazine:comic kairakuten 2024-08",
|
|
"female:busty",
|
|
"language:english",
|
|
"language:translated",
|
|
"other:uncensored",
|
|
"other:vanilla",
|
|
],
|
|
"title" : "[Ouchi Kaeru] Summer Business (Comic Kairakuten 2024-08)",
|
|
"updated_at": 1721626410802,
|
|
},
|
|
|
|
{
|
|
"#url" : "https://koharu.to/g/14216/6c67076fdd45",
|
|
"#category": ("", "koharu", "gallery"),
|
|
"#class" : koharu.KoharuGalleryExtractor,
|
|
"#options" : {"cbz": False, "format": "780"},
|
|
"#pattern" : r"https://koharusexo.xyz/data/59905/2df9110af7f1/a7cbeca3fb9c83aa87582a8a74cc8f8ce1b9e9b434dc1af293628871642f42df/[0-9a-f]+/.+",
|
|
"#count" : 22,
|
|
},
|
|
|
|
{
|
|
"#url" : "https://koharu.to/g/14216/6c67076fdd45",
|
|
"#category": ("", "koharu", "gallery"),
|
|
"#class" : koharu.KoharuGalleryExtractor,
|
|
"#options" : {"cbz": False, "format": "780"},
|
|
"#range" : "1",
|
|
"#sha1_content": "08954e0ae18a900ee7ca144d1661c664468c2525",
|
|
},
|
|
|
|
{
|
|
"#url" : "https://anchira.to/g/14216/6c67076fdd45",
|
|
"#category": ("", "koharu", "gallery"),
|
|
"#class" : koharu.KoharuGalleryExtractor,
|
|
},
|
|
|
|
{
|
|
"#url" : "https://koharu.to/reader/14216/6c67076fdd45",
|
|
"#category": ("", "koharu", "gallery"),
|
|
"#class" : koharu.KoharuGalleryExtractor,
|
|
},
|
|
|
|
{
|
|
"#url" : "https://koharu.to/?s=tag:^beach$",
|
|
"#category": ("", "koharu", "search"),
|
|
"#class" : koharu.KoharuSearchExtractor,
|
|
"#pattern" : koharu.KoharuGalleryExtractor.pattern,
|
|
"#count" : ">= 50",
|
|
},
|
|
|
|
{
|
|
"#url" : "https://koharu.to/favorites",
|
|
"#category": ("", "koharu", "favorite"),
|
|
"#class" : koharu.KoharuFavoriteExtractor,
|
|
"#pattern" : koharu.KoharuGalleryExtractor.pattern,
|
|
"#auth" : True,
|
|
"#urls" : [
|
|
"https://koharu.to/g/14216/6c67076fdd45",
|
|
],
|
|
},
|
|
|
|
{
|
|
"#url" : "https://koharu.to/favorites?cat=6&sort=4",
|
|
"#category": ("", "koharu", "favorite"),
|
|
"#class" : koharu.KoharuFavoriteExtractor,
|
|
"#pattern" : koharu.KoharuGalleryExtractor.pattern,
|
|
"#auth" : True,
|
|
"#urls" : [
|
|
"https://koharu.to/g/14216/6c67076fdd45",
|
|
],
|
|
},
|
|
|
|
)
|