[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

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",