[b4k] update domain to arch.b4k.dev

This commit is contained in:
NecRaul
2025-02-09 01:28:23 +04:00
parent e2134b349d
commit dae82f1519
4 changed files with 8 additions and 8 deletions

View File

@@ -9,20 +9,20 @@ from gallery_dl.extractor import foolfuuka
__tests__ = (
{
"#url" : "https://arch.b4k.co/meta/thread/196/",
"#url" : "https://arch.b4k.dev/meta/thread/196/",
"#category": ("foolfuuka", "b4k", "thread"),
"#class" : foolfuuka.FoolfuukaThreadExtractor,
"#sha1_url": "d309713d2f838797096b3e9cb44fe514a9c9d07a",
},
{
"#url" : "https://arch.b4k.co/meta/",
"#url" : "https://arch.b4k.dev/meta/",
"#category": ("foolfuuka", "b4k", "board"),
"#class" : foolfuuka.FoolfuukaBoardExtractor,
},
{
"#url" : "https://arch.b4k.co/meta/gallery/",
"#url" : "https://arch.b4k.dev/meta/gallery/",
"#category": ("foolfuuka", "b4k", "gallery"),
"#class" : foolfuuka.FoolfuukaGalleryExtractor,
},