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

24 lines
740 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://www.turboimagehost.com/p/39078423/test--.png.html",
"#category": ("imagehost", "turboimagehost", "image"),
"#class" : imagehosts.TurboimagehostImageExtractor,
"#sha1_url" : "b94de43612318771ced924cb5085976f13b3b90e",
"#sha1_metadata": "704757ca8825f51cec516ec44c1e627c1f2058ca",
"#sha1_content" : (
"f38b54b17cd7462e687b58d83f00fca88b1b105a",
"0c8768055e4e20e7c7259608b67799171b691140",
),
},
)