mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-21 10:49:02 -05:00
Merge 4daf1f081828dd9137e58bf7a2cc79872f7afa6f into 1ae0f45b0e5dca696986925a06ef4f4b4f43894b
This commit is contained in:
commit
8b79144e0a
@ -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…
x
Reference in New Issue
Block a user