1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-26 12:42:29 +01:00

[behance] enable 'categorytransfer' for collections (#157)

This commit is contained in:
Mike Fährmann 2019-01-19 20:01:39 +01:00
parent 217a0687ef
commit 9b8ac12eed
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

View File

@ -160,6 +160,7 @@ class BehanceUserExtractor(BehanceExtractor):
class BehanceCollectionExtractor(BehanceExtractor):
"""Extractor for a collection's galleries from www.behance.net"""
subcategory = "collection"
categorytransfer = True
pattern = [r"(?:https?://)?(?:www\.)?behance\.net/collection/(\d+)"]
test = [("https://www.behance.net/collection/170615607/Sky", {
"count": ">= 13",