refactor: remove microformat parsing for player
This commit is contained in:
parent
ab61cfb4ca
commit
6ee24081da
10 changed files with 22 additions and 108 deletions
|
|
@ -34,7 +34,6 @@ VideoPlayer(
|
|||
id: "UCbxxEi-ImPlbLx5F-fHetEg",
|
||||
name: "RomanSenykMusic - Royalty Free Music",
|
||||
),
|
||||
publish_date: "~",
|
||||
view_count: 426567,
|
||||
keywords: [
|
||||
"no copyright music",
|
||||
|
|
@ -59,9 +58,8 @@ VideoPlayer(
|
|||
"motivational music",
|
||||
"montage music",
|
||||
],
|
||||
category: None,
|
||||
is_live: false,
|
||||
is_live_content: false,
|
||||
is_family_safe: None,
|
||||
),
|
||||
video_streams: [
|
||||
VideoStream(
|
||||
|
|
|
|||
|
|
@ -39,7 +39,6 @@ VideoPlayer(
|
|||
id: "UCbxxEi-ImPlbLx5F-fHetEg",
|
||||
name: "RomanSenykMusic - Royalty Free Music",
|
||||
),
|
||||
publish_date: "2019-05-30T00:00:00",
|
||||
view_count: 426567,
|
||||
keywords: [
|
||||
"no copyright music",
|
||||
|
|
@ -64,9 +63,8 @@ VideoPlayer(
|
|||
"motivational music",
|
||||
"montage music",
|
||||
],
|
||||
category: Some("Music"),
|
||||
is_live: false,
|
||||
is_live_content: false,
|
||||
is_family_safe: Some(true),
|
||||
),
|
||||
video_streams: [
|
||||
VideoStream(
|
||||
|
|
|
|||
|
|
@ -29,34 +29,10 @@ VideoPlayer(
|
|||
id: "UCbxxEi-ImPlbLx5F-fHetEg",
|
||||
name: "Romansenykmusic",
|
||||
),
|
||||
publish_date: "2019-05-30T00:00:00",
|
||||
view_count: 426583,
|
||||
keywords: [
|
||||
"no copyright music",
|
||||
"background music",
|
||||
"copyright free music",
|
||||
"non copyrighted music",
|
||||
"free music",
|
||||
"no copyright music cinematic",
|
||||
"inspiring music",
|
||||
"inspiring background music",
|
||||
"cinematic music",
|
||||
"cinematic background music",
|
||||
"no copyright music inspiring",
|
||||
"free music no copyright",
|
||||
"uplifting music",
|
||||
"trailer music no copyright",
|
||||
"trailer music",
|
||||
"download music",
|
||||
"free background music",
|
||||
"orchestral music",
|
||||
"romansenykmusic",
|
||||
"motivational music",
|
||||
"montage music",
|
||||
],
|
||||
category: Some("Music"),
|
||||
keywords: [],
|
||||
is_live: false,
|
||||
is_live_content: false,
|
||||
is_family_safe: Some(true),
|
||||
),
|
||||
video_streams: [
|
||||
VideoStream(
|
||||
|
|
|
|||
|
|
@ -29,7 +29,6 @@ VideoPlayer(
|
|||
id: "UCbxxEi-ImPlbLx5F-fHetEg",
|
||||
name: "RomanSenykMusic - Royalty Free Music",
|
||||
),
|
||||
publish_date: "~",
|
||||
view_count: 426567,
|
||||
keywords: [
|
||||
"no copyright music",
|
||||
|
|
@ -54,9 +53,8 @@ VideoPlayer(
|
|||
"motivational music",
|
||||
"montage music",
|
||||
],
|
||||
category: None,
|
||||
is_live: false,
|
||||
is_live_content: false,
|
||||
is_family_safe: None,
|
||||
),
|
||||
video_streams: [],
|
||||
video_only_streams: [
|
||||
|
|
|
|||
|
|
@ -39,7 +39,6 @@ VideoPlayer(
|
|||
id: "UCbxxEi-ImPlbLx5F-fHetEg",
|
||||
name: "RomanSenykMusic - Royalty Free Music",
|
||||
),
|
||||
publish_date: "~",
|
||||
view_count: 426567,
|
||||
keywords: [
|
||||
"no copyright music",
|
||||
|
|
@ -64,9 +63,8 @@ VideoPlayer(
|
|||
"motivational music",
|
||||
"montage music",
|
||||
],
|
||||
category: None,
|
||||
is_live: false,
|
||||
is_live_content: false,
|
||||
is_family_safe: None,
|
||||
),
|
||||
video_streams: [
|
||||
VideoStream(
|
||||
|
|
|
|||
Reference in a new issue