mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 18:53:21 +01:00
21 lines
641 B
Python
21 lines
641 B
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 imagehosts
|
|
|
|
|
|
__tests__ = (
|
|
{
|
|
"#url" : "https://acidimg.cc/img-5acb6b9de4640.html",
|
|
"#category": ("imagehost", "acidimg", "image"),
|
|
"#class" : imagehosts.AcidimgImageExtractor,
|
|
"#sha1_url" : "f132a630006e8d84f52d59555191ed82b3b64c04",
|
|
"#sha1_metadata": "135347ab4345002fc013863c0d9419ba32d98f78",
|
|
"#sha1_content" : "0c8768055e4e20e7c7259608b67799171b691140",
|
|
},
|
|
|
|
)
|