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 Vimeo videos #8726

Closed
zhuyifei1999 opened this issue Mar 2, 2016 · 4 comments
Closed

Feature request: Add video license to output dict of Vimeo videos #8726

zhuyifei1999 opened this issue Mar 2, 2016 · 4 comments
Labels

Comments

@zhuyifei1999
Copy link

@zhuyifei1999 zhuyifei1999 commented Mar 2, 2016

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

>>> dl.extract_info('https://vimeo.com/157316669', download=False).keys()
WARNING: Parameter outtmpl is bytes, but should be a unicode string. Put  from __future__ import unicode_literals  at the top of your code file or consider switching to Python 3.x.
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2016.03.01
[debug] Python version 2.7.6 - Linux-3.19.0-49-generic-x86_64-with-Ubuntu-14.04-trusty
[debug] exe versions: avconv 9.18-6, avprobe 9.18-6
[debug] Proxy map: {}
[vimeo] 157316669: Downloading webpage
[vimeo] 157316669: Extracting information
[vimeo] 157316669: Downloading webpage
[vimeo] 157316669: Downloading JSON metadata
[vimeo] 157316669: Downloading m3u8 information
[u'display_id', u'upload_date', u'protocol', u'description', u'extractor', u'requested_subtitles', u'format', u'tbr', u'height', u'like_count', u'uploader', u'duration', u'format_id', u'id', u'subtitles', u'view_count', u'playlist', u'thumbnails', u'fps', u'title', u'url', u'extractor_key', u'http_headers', u'ext', u'uploader_id', u'width', u'comment_count', u'playlist_index', u'webpage_url', u'formats', u'thumbnail', u'webpage_url_basename']

In a browser, the license is shown in the popup of "more" link beside the uploader.

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

@jaimeMF jaimeMF added the request label Mar 2, 2016
@dstftw
Copy link
Collaborator

@dstftw dstftw commented Mar 2, 2016

Do you have any example URL with non CC licensed videos?

@zhuyifei1999
Copy link
Author

@zhuyifei1999 zhuyifei1999 commented Mar 3, 2016

This one on front page seems to have no license.
There are examples for Creative Commons and Public Domain videos on https://vimeo.com/creativecommons

@JeanFred
Copy link

@JeanFred JeanFred commented May 7, 2016

I had started implementing this ages ago in JeanFred/youtube-dl@423587d ; I have no clue whether this is even remotely rebase-able, but let me know :)

@legoktm legoktm mentioned this issue Jan 30, 2017
4 of 8 tasks complete
@legoktm
Copy link

@legoktm legoktm commented Jan 31, 2017

@dstftw fixed this with c38a67b. Thanks!

@yan12125 yan12125 closed this Feb 1, 2017
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.

6 participants
You can’t perform that action at this time.