1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-12-07 16:55:15 +00:00

[ie/youtube] Add tv_simply player client (#13389)

Authored by: gamer191
This commit is contained in:
gamer191
2025-06-07 07:50:36 +10:00
committed by GitHub
parent 231349786e
commit 1fd0e88b67
5 changed files with 13 additions and 3 deletions

View File

@@ -20,6 +20,7 @@ WEBPO_CLIENTS = (
'WEB_EMBEDDED_PLAYER',
'WEB_CREATOR',
'WEB_REMIX',
'TVHTML5_SIMPLY',
'TVHTML5_SIMPLY_EMBEDDED_PLAYER',
)