Files
gallery-dl/test/results/urlgalleries.py
Mike Fährmann b2a354f0d2 [urlgalleries] do not strip query parameters (#7888)
fixes regression introduced in fc06243b89
2025-07-24 08:46:59 +02:00

88 lines
3.0 KiB
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 urlgalleries
__tests__ = (
{
"#url" : "https://urlgalleries.net/b/photos2q/porn-gallery-7851311/clarice-window-8",
"#category": ("", "urlgalleries", "gallery"),
"#class" : urlgalleries.UrlgalleriesGalleryExtractor,
"#range" : "1-3",
"#results" : (
"https://fappic.com/x207mqkn2463/4gq1yv.jpg?gname=Clarice+window+8",
"https://fappic.com/q684ua2rp0j9/4gq1xv.jpg?gname=Clarice+window+8",
"https://fappic.com/8vf3n8fgz9po/4gq1ya.jpg?gname=Clarice+window+8",
),
"blog" : "photos2q",
"count" : 39,
"date" : "dt:2023-12-08 00:00:00",
"gallery_id": "7851311",
"num" : range(1, 3),
"title" : "Clarice window 8 g7rn2ebbao",
},
{
"#url" : "https://photos2q.urlgalleries.net/porn-gallery-7851311/clarice-window-8",
"#category": ("", "urlgalleries", "gallery"),
"#class" : urlgalleries.UrlgalleriesGalleryExtractor,
"#range" : "1-3",
"#results" : (
"https://fappic.com/x207mqkn2463/4gq1yv.jpg?gname=Clarice+window+8",
"https://fappic.com/q684ua2rp0j9/4gq1xv.jpg?gname=Clarice+window+8",
"https://fappic.com/8vf3n8fgz9po/4gq1ya.jpg?gname=Clarice+window+8",
),
"blog" : "photos2q",
"count" : 39,
"date" : "dt:2023-12-08 00:00:00",
"gallery_id": "7851311",
"num" : range(1, 3),
"title" : "Clarice window 8 g7rn2ebbao",
},
{
"#url" : "https://dreamer.urlgalleries.net/7645840",
"#category": ("", "urlgalleries", "gallery"),
"#class" : urlgalleries.UrlgalleriesGalleryExtractor,
"#range" : "1-3",
"#results" : (
"https://www.fappic.com/vj7up04ny487/AmourAngels-0001.jpg",
"https://www.fappic.com/zfgsmpm36iyv/AmourAngels-0002.jpg",
"https://www.fappic.com/rqpt37rdbwa5/AmourAngels-0003.jpg",
),
"blog" : "Dreamer",
"count" : 105,
"date" : "dt:2020-03-10 00:00:00",
"gallery_id": "7645840",
"num" : range(1, 3),
"title" : "Angelika - Rustic Charm - AmourAngels 2016-09-27 7722lhrmys",
},
{
"#url" : "https://urlgalleries.net/b/xarchivesx/porn-gallery-6722560/caroline",
"#comment" : "image host URLs with query parameters (#7888)",
"#class" : urlgalleries.UrlgalleriesGalleryExtractor,
"#range" : "1-3",
"#results" : (
"http://img272.imagevenue.com/img.php?image=63353_qedf2jsd4j_123_376lo.jpg",
"http://img220.imagevenue.com/img.php?image=63140_hl2kkhv0n4_123_621lo.jpg",
"http://img217.imagevenue.com/img.php?image=63140_z2edqlkpkz_123_986lo.jpg",
),
"blog" : "The Archives Blog",
"count" : 141,
"date" : "dt:2016-06-11 00:00:00",
"gallery_id": "6722560",
"num" : range(1, 3),
"title" : "Caroline q5c75eeybn",
},
)