[lolisafe] remove 'xbunkr.com'

This commit is contained in:
Mike Fährmann
2024-10-10 16:19:08 +02:00
parent 4a1cbe94a9
commit bcd920e24d
3 changed files with 2 additions and 34 deletions

View File

@@ -1,28 +0,0 @@
# -*- 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,
},
)