Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[behance] Add support for collections #157

Closed
Hrxn opened this issue Jan 19, 2019 · 1 comment
Closed

[behance] Add support for collections #157

Hrxn opened this issue Jan 19, 2019 · 1 comment

Comments

@Hrxn
Copy link
Contributor

Hrxn commented Jan 19, 2019

Support request:

In addition to user profiles and single galleries, Behance also has Collections, which are simply a set of specific projects/galleries on Behance.

I don't know whether I would consider this a "must have" feature, but if this is something pretty straightforward to implement, why not? Maybe take a quick look at it, to see if the existing extractor functionality can be extended easily. You're in the best position to judge, I think.

Some example URLs:

https://www.behance.net/collection/170615607/Sky
https://www.behance.net/collection/150165011/-

The scheme is pretty straightforward, /collection/<id>/<title>.

The title for the second example collection is actually "人像", which is Chinese and not supported in an URL for obvious reasons. Not sure, maybe it is better to convert to safe characters in such cases, or use the ID also as the title here..

@mikf
Copy link
Owner

mikf commented Jan 19, 2019

The collection title is not important and can even be omitted:
https://www.behance.net/collection/170615607 gets treated the same as https://www.behance.net/collection/170615607/Sky when putting it into gallery-dl.

Browsing https://www.behance.net/collection/170615607 gets you a 404, but you can put anything as a title and it still works: https://www.behance.net/collection/170615607/abc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants