1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-22 10:42:34 +01:00
gallery-dl/test/results/imgspice.py

24 lines
725 B
Python
Raw Normal View History

2023-09-10 14:45:01 +02:00
# -*- 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__ = (
{
2024-11-10 20:41:39 +01:00
"#url" : "https://imgspice.com/q1taxkhxprrn/58410038_cal022jsp_308191001.jpg.html",
2023-09-10 14:45:01 +02:00
"#category": ("imagehost", "imgspice", "image"),
"#class" : imagehosts.ImgspiceImageExtractor,
2024-11-10 20:41:39 +01:00
"#urls" : "https://img30.imgspice.com/i/03792/q1taxkhxprrn.jpg",
"#sha1_content" : "f1de8e58a7c2ef747a206a38f96c5623b8a83edc",
"extension": "jpg",
"filename" : "58410038_cal022jsp_308191001",
"token" : "q1taxkhxprrn",
2023-09-10 14:45:01 +02:00
},
)