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:
parent
217a0687ef
commit
9b8ac12eed
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user