mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 18:53:21 +01:00
21 lines
652 B
Python
21 lines
652 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" : "http://imgclick.net/4tbrre1oxew9/test-_-_.png.html",
|
|
"#category": ("imagehost", "imgclick", "image"),
|
|
"#class" : imagehosts.ImgclickImageExtractor,
|
|
"#sha1_url" : "140dcb250a325f2d26b2d918c18b8ac6a2a0f6ab",
|
|
"#sha1_metadata": "6895256143eab955622fc149aa367777a8815ba3",
|
|
"#sha1_content" : "0c8768055e4e20e7c7259608b67799171b691140",
|
|
},
|
|
|
|
)
|