docs: more model documentation
This commit is contained in:
parent
305c3ee70e
commit
49f3aa3577
7 changed files with 48 additions and 23 deletions
|
|
@ -465,9 +465,9 @@ pub struct VideoDetails {
|
|||
///
|
||||
/// Information about the license:
|
||||
///
|
||||
/// https://www.youtube.com/t/creative_commons
|
||||
/// <https://www.youtube.com/t/creative_commons>
|
||||
///
|
||||
/// https://creativecommons.org/licenses/by/3.0/
|
||||
/// <https://creativecommons.org/licenses/by/3.0/>
|
||||
pub is_ccommons: bool,
|
||||
/// Chapters of the video
|
||||
pub chapters: Vec<Chapter>,
|
||||
|
|
|
|||
Reference in a new issue