如何合法使用YouTube视频

如果只是个人使用的话,不传播,没问题。

如果视频有商业目的,可以在搜索里添加Creative Commons 过滤器filter即可

https://www.youtube.com/results?search_query=fed+up&sp=EgIwAQ%253D%253D

API: https://developers.google.com/youtube/v3/docs/search/list

videoLicensestring
The videoLicense parameter filters search results to only include videos with a particular license. YouTube lets video uploaders choose to attach either the Creative Commons license or the standard YouTube license to each of their videos. If you specify a value for this parameter, you must also set the type parameter’s value to video.

Acceptable values are:
any – Return all videos, regardless of which license they have, that match the query parameters.
creativeCommon – Only return videos that have a Creative Commons license. Users can reuse videos with this license in other videos that they create. Learn more.
youtube – Only return videos that have the standard YouTube license.

curl \
‘https://www.googleapis.com/youtube/v3/search?part=snippet&q=fed%20up&videoLicense=creativeCommon&key=[YOUR_API_KEY]’ \
–header ‘Authorization: Bearer [YOUR_ACCESS_TOKEN]’ \
–header ‘Accept: application/json’ \
–compressed

什麼是合理使用原則?

合理使用是一種法律原則,主張在某些特定情況下,您不必徵求版權擁有者的同意,就可以重新使用受版權保護的內容。建議您觀看以下影片,進一步瞭解合理使用原則的實際範例。

如果作品能夠賦予來源內容新的意義,就可以視為合理使用。

Fair use guidelines

對於在什麼情況下可以不必取得版權擁有者的同意就使用對方的內容,不同的國家/地區有不同的標準。舉例來說,在美國,評論、批評、研究、教學或新聞報導之類的作品均可能被認定為符合合理使用原則。在某些其他國家/地區也有類似的概念,也就是所謂的「合理處置」原則,所採行的標準可能會有所不同。

法院會根據各個特定案件的論據,分析可能的合理使用行為。如果影片包含受版權保護的內容,那麼您可能必須在上傳之前,先向專家徵詢法律建議。

https://www.youtube.com/intl/zh-TW/about/copyright/fair-use/

如何合法使用网络视频图片和音乐?|Legally Use Copyrighted Videos, Music and Photos https://www.youtube.com/watch?v=Ca12Mp9gUvs

下载YouTube视频合法吗?https://www.pcpc.me/tech/is-it-legal-to-download-youtube-videos

发表评论

此站点使用Akismet来减少垃圾评论。了解我们如何处理您的评论数据