mirror of
https://github.com/iv-org/invidious.git
synced 2025-07-15 18:08:29 +00:00
Merge 4daf1f0818
into df8839d1f0
This commit is contained in:
commit
efe46e8905
@ -42,6 +42,7 @@ module YoutubeAPI
|
|||||||
|
|
||||||
TvHtml5
|
TvHtml5
|
||||||
TvHtml5ScreenEmbed
|
TvHtml5ScreenEmbed
|
||||||
|
TvSimply
|
||||||
end
|
end
|
||||||
|
|
||||||
# List of hard-coded values used by the different clients
|
# List of hard-coded values used by the different clients
|
||||||
@ -178,6 +179,11 @@ module YoutubeAPI
|
|||||||
version: "2.0",
|
version: "2.0",
|
||||||
screen: "EMBED",
|
screen: "EMBED",
|
||||||
},
|
},
|
||||||
|
ClientType::TvSimply => {
|
||||||
|
name: "TVHTML5_SIMPLY",
|
||||||
|
name_proto: "74",
|
||||||
|
version: "1.0",
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
####################################################################
|
####################################################################
|
||||||
|
Loading…
Reference in New Issue
Block a user