mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 18:53:21 +01:00
21 lines
649 B
Python
21 lines
649 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://imgspice.com/nwfwtpyog50y/test.png.html",
|
|
"#category": ("imagehost", "imgspice", "image"),
|
|
"#class" : imagehosts.ImgspiceImageExtractor,
|
|
"#sha1_url" : "b8c30a8f51ee1012959a4cfd46197fabf14de984",
|
|
"#sha1_metadata": "100e310a19a2fa22d87e1bbc427ecb9f6501e0c0",
|
|
"#sha1_content" : "0c8768055e4e20e7c7259608b67799171b691140",
|
|
},
|
|
|
|
)
|