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

Add optional "license" and "license_url" parameter #600

Open
ioppermann opened this issue Dec 2, 2021 · 4 comments
Open

Add optional "license" and "license_url" parameter #600

ioppermann opened this issue Dec 2, 2021 · 4 comments

Comments

@ioppermann
Copy link

Provided information about media might require that some kind of license for that content is shown on the embedding page. Such license information is currently missing.

Example:

{
   "version": "1.0",
   "type": "video",
   "license": "CC BY 4.0",
   "license_url": "http://creativecommons.org/licenses/by/4.0/",
   ...
}
@iamcal
Copy link
Owner

iamcal commented Dec 3, 2021

great idea!

@CanRau
Copy link

CanRau commented Sep 16, 2023

Flicker already adds license & license_id example

@legendarioLegendario
Copy link

{
"version": "1.0",
"type": "video",
"license": "CC BY 4.0",
"license_url": "http://creativecommons.org/licenses/by/4.0/",
...
}

1 similar comment
@legendarioLegendario
Copy link

{
"version": "1.0",
"type": "video",
"license": "CC BY 4.0",
"license_url": "http://creativecommons.org/licenses/by/4.0/",
...
}

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

5 participants
@ioppermann @iamcal @CanRau @legendarioLegendario and others