23 lines
619 B
Python
23 lines
619 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://imgwallet.com/img-62fd3045ceec6.html",
|
|
"#category": ("imagehost", "imgwallet", "image"),
|
|
"#class" : imagehosts.ImgdriveImageExtractor,
|
|
"#results" : "https://imgwallet.com/images/big/2022/08/17/62fd3045ceec5.JPG",
|
|
|
|
"filename" : "S0ph (1)",
|
|
"extension": "jpg",
|
|
"token" : "62fd3045ceec6",
|
|
},
|
|
|
|
)
|