YTAPI: Add TvSimply client (#5344)

This commit is contained in:
syeopite 2025-08-23 03:17:28 -07:00
commit cac2397494
No known key found for this signature in database
GPG Key ID: A73C186DA3955A1A

View File

@ -42,6 +42,7 @@ module YoutubeAPI
TvHtml5
TvHtml5ScreenEmbed
TvSimply
end
# List of hard-coded values used by the different clients
@ -178,6 +179,11 @@ module YoutubeAPI
version: "2.0",
screen: "EMBED",
},
ClientType::TvSimply => {
name: "TVHTML5_SIMPLY",
name_proto: "74",
version: "1.0",
},
}
####################################################################