From a2eeef1f5e36bca50c238a210ec2a0aa6d11ebd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Sun, 19 Aug 2018 21:17:21 +0200 Subject: [PATCH] [behance] replace test The "UVMW Studio" account and their galleries are gone. --- gallery_dl/extractor/behance.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gallery_dl/extractor/behance.py b/gallery_dl/extractor/behance.py index f56f3758..c7e0d0a1 100644 --- a/gallery_dl/extractor/behance.py +++ b/gallery_dl/extractor/behance.py @@ -35,10 +35,10 @@ class BehanceGalleryExtractor(Extractor): "comments": int, }, }), - ("https://www.behance.net/gallery/13706563/Fundacja-ING-Dzieciom", { - "count": 7, - "url": "3b78be2a5652524529962cf2dc81b383129c1363", - "keyword": {"user": "UVMW Studio"}, + ("https://www.behance.net/gallery/21324767/Nevada-City", { + "count": 6, + "url": "2b2a689d57f113617088eeab4dc81b884bf24410", + "keyword": {"user": "Alex Strohl"}, }), ]