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

Feature request: Add video license to output dict of Flickr videos #9425

Closed
zhuyifei1999 opened this issue May 7, 2016 · 0 comments
Closed

Feature request: Add video license to output dict of Flickr videos #9425

zhuyifei1999 opened this issue May 7, 2016 · 0 comments

Comments

@zhuyifei1999
Copy link

@zhuyifei1999 zhuyifei1999 commented May 7, 2016

(Related ticket for YouTube: #8725)
There is no mentioning of video license in output dict of Flickr videos:

>>> dl.extract_info('https://www.flickr.com/photos/medea_material/3533537450/', download=False).keys()
[Flickr] 3533537450: Downloading api key
[Flickr] 3533537450: Downloading video info
[Flickr] 3533537450: Downloading streams info
[u'display_id', u'extractor', u'protocol', u'description', u'tags', u'timestamp', u'preference', u'uploader', u'duration', u'format_id', u'upload_date', u'id', u'requested_subtitles', u'view_count', u'playlist', u'http_headers', u'title', u'url', u'extractor_key', u'format', u'ext', u'uploader_id', u'comment_count', u'playlist_index', u'webpage_url', u'formats', u'webpage_url_basename']

In a browser, the license in linked to by "Some rights reserved". Ideally, the output should be clear that the license is "Creative Commons Attribution 2.0 Generic" instead of the ambiguous "Some rights reserved".

Why is this needed? It is usually necessary to know the license in order to comply with the terms (see downstream requests).

@remitamine remitamine closed this in 3fd6332 May 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.