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/imgspice.py

21 lines
649 B

# -*- 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",
},
)