Add TvSimply client

Data taken from: 8cf658151f, 689fb0b90e and b15f623dab
This commit is contained in:
Fijxu 2025-06-12 01:24:45 -04:00
parent df8839d1f0
commit 4daf1f0818
No known key found for this signature in database
GPG Key ID: 32C1DDF333EDA6A4

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",
},
}
####################################################################