diff options
Diffstat (limited to 'gallery_dl/extractor/xvideos.py')
| -rw-r--r-- | gallery_dl/extractor/xvideos.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gallery_dl/extractor/xvideos.py b/gallery_dl/extractor/xvideos.py index 59649a0..0922c7c 100644 --- a/gallery_dl/extractor/xvideos.py +++ b/gallery_dl/extractor/xvideos.py @@ -31,7 +31,10 @@ class XvideosGalleryExtractor(XvideosBase, GalleryExtractor): r"/([^/?#]+)/photos/(\d+)") test = ( ("https://www.xvideos.com/profiles/pervertedcouple/photos/751031", { - "url": "cb4657a37eea5ab6b1d333491cee7eeb529b0645", + "count": 8, + "pattern": r"https://profile-pics-l3\.xvideos-cdn\.com" + r"/[0-9a-f]{40}-\d+/videos/profiles/galleries/84/ca/37" + r"/pervertedcouple/gal751031/pic_\d+_big\.jpg", "keyword": { "gallery": { "id" : 751031, |
