mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-04 08:39:49 +01:00
Add TVHtml5 client
This commit is contained in:
parent
349d90b60e
commit
618ab01cd7
@ -25,6 +25,7 @@ module YoutubeAPI
|
|||||||
IOSEmbedded
|
IOSEmbedded
|
||||||
IOSMusic
|
IOSMusic
|
||||||
|
|
||||||
|
TvHtml5
|
||||||
TvHtml5ScreenEmbed
|
TvHtml5ScreenEmbed
|
||||||
end
|
end
|
||||||
|
|
||||||
@ -96,8 +97,13 @@ module YoutubeAPI
|
|||||||
|
|
||||||
# TV app
|
# TV app
|
||||||
|
|
||||||
|
ClientType::TvHtml5 => {
|
||||||
|
name: "TVHTML5", # 7
|
||||||
|
version: "7.20220325",
|
||||||
|
api_key: DEFAULT_API_KEY,
|
||||||
|
},
|
||||||
ClientType::TvHtml5ScreenEmbed => {
|
ClientType::TvHtml5ScreenEmbed => {
|
||||||
name: "TVHTML5_SIMPLY_EMBEDDED_PLAYER",
|
name: "TVHTML5_SIMPLY_EMBEDDED_PLAYER", # 85
|
||||||
version: "2.0",
|
version: "2.0",
|
||||||
api_key: DEFAULT_API_KEY,
|
api_key: DEFAULT_API_KEY,
|
||||||
screen: "EMBED",
|
screen: "EMBED",
|
||||||
|
Loading…
Reference in New Issue
Block a user