1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-26 04:32:51 +01:00
gallery-dl/test/results/xbunkr.py

29 lines
741 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 lolisafe
__tests__ = (
{
"#url" : "https://xbunkr.com/a/TA0bu3F4",
"#category": ("lolisafe", "xbunkr", "album"),
"#class" : lolisafe.LolisafeAlbumExtractor,
"#pattern" : r"https://media\.xbunkr\.com/[^.]+\.\w+",
"#count" : 861,
"album_id" : "TA0bu3F4",
"album_name": "Hannahowo Onlyfans Photos",
},
{
"#url" : "https://xbunkr.com/a/GNQc2I5d",
"#category": ("lolisafe", "xbunkr", "album"),
"#class" : lolisafe.LolisafeAlbumExtractor,
},
)