You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gallery-dl/test/results/thebarchive.py

37 lines
1.0 KiB

# -*- 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 foolfuuka
__tests__ = (
{
"#url" : "https://thebarchive.com/b/thread/739772332/",
"#category": ("foolfuuka", "thebarchive", "thread"),
"#class" : foolfuuka.FoolfuukaThreadExtractor,
"#sha1_url": "e8b18001307d130d67db31740ce57c8561b5d80c",
},
{
"#url" : "https://thebarchive.com/b/",
"#category": ("foolfuuka", "thebarchive", "board"),
"#class" : foolfuuka.FoolfuukaBoardExtractor,
},
{
"#url" : "https://thebarchive.com/_/search/text/test/",
"#category": ("foolfuuka", "thebarchive", "search"),
"#class" : foolfuuka.FoolfuukaSearchExtractor,
},
{
"#url" : "https://thebarchive.com/b/gallery/9",
"#category": ("foolfuuka", "thebarchive", "gallery"),
"#class" : foolfuuka.FoolfuukaGalleryExtractor,
},
)