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