mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-23 03:02:50 +01:00
21 lines
671 B
Python
21 lines
671 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://www.turboimagehost.com/p/39078423/test--.png.html",
|
|
"#category": ("imagehost", "turboimagehost", "image"),
|
|
"#class" : imagehosts.TurboimagehostImageExtractor,
|
|
"#sha1_url" : "b94de43612318771ced924cb5085976f13b3b90e",
|
|
"#sha1_metadata": "704757ca8825f51cec516ec44c1e627c1f2058ca",
|
|
"#sha1_content" : "f38b54b17cd7462e687b58d83f00fca88b1b105a",
|
|
},
|
|
|
|
)
|