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

21 lines
652 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" : "http://imgclick.net/4tbrre1oxew9/test-_-_.png.html",
"#category": ("imagehost", "imgclick", "image"),
"#class" : imagehosts.ImgclickImageExtractor,
"#sha1_url" : "140dcb250a325f2d26b2d918c18b8ac6a2a0f6ab",
"#sha1_metadata": "6895256143eab955622fc149aa367777a8815ba3",
"#sha1_content" : "0c8768055e4e20e7c7259608b67799171b691140",
},
)