refactor: remove microformat parsing for player
This commit is contained in:
parent
ab61cfb4ca
commit
6ee24081da
10 changed files with 22 additions and 108 deletions
|
|
@ -32,7 +32,6 @@
|
|||
}
|
||||
],
|
||||
"channel": { "id": "UCYq-iAOSZBvoUxvfzwKIZWA", "name": "Jacob + Katie Schwarz" },
|
||||
"publish_date": "2018-06-12T00:00:00Z",
|
||||
"view_count": 216221243,
|
||||
"keywords": [
|
||||
"4K",
|
||||
|
|
@ -55,9 +54,8 @@
|
|||
"ultra HD video",
|
||||
"red digital cinema"
|
||||
],
|
||||
"category": "Film & Animation",
|
||||
"is_live_content": false,
|
||||
"is_family_safe": true
|
||||
"is_live": false,
|
||||
"is_live_content": false
|
||||
},
|
||||
"video_streams": [
|
||||
{
|
||||
|
|
@ -1124,5 +1122,7 @@
|
|||
}
|
||||
],
|
||||
"subtitles": [],
|
||||
"expires_in_seconds": 21540
|
||||
"expires_in_seconds": 21540,
|
||||
"hls_manifest_url": null,
|
||||
"dash_manifest_url": null
|
||||
}
|
||||
|
|
|
|||
|
|
@ -35,9 +35,8 @@
|
|||
"publish_date": "2022-07-23T00:00:00Z",
|
||||
"view_count": 71877575,
|
||||
"keywords": [],
|
||||
"category": "Entertainment",
|
||||
"is_live_content": false,
|
||||
"is_family_safe": true
|
||||
"is_live": false,
|
||||
"is_live_content": false
|
||||
},
|
||||
"video_streams": [
|
||||
{
|
||||
|
|
@ -1069,5 +1068,7 @@
|
|||
"auto_generated": false
|
||||
}
|
||||
],
|
||||
"expires_in_seconds": 21540
|
||||
"expires_in_seconds": 21540,
|
||||
"hls_manifest_url": null,
|
||||
"dash_manifest_url": null
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue