Skip to content

Commit

Permalink
[behance] enable 'categorytransfer' for collections (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikf committed Jan 19, 2019
1 parent 217a068 commit 9b8ac12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gallery_dl/extractor/behance.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ def galleries(self):
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",
Expand Down

0 comments on commit 9b8ac12

Please sign in to comment.