remove unrelated comment

Co-authored-by: syeopite <70992037+syeopite@users.noreply.github.com>
This commit is contained in:
Émilien (perso) 2024-09-20 00:19:03 +02:00 committed by GitHub
parent 4f680f9a4f
commit a6070ce455
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -108,7 +108,6 @@ def extract_video_info(video_id : String)
# Second try in case WEB_EMBEDDED_PLAYER doesn't work with po_token.
# Only trigger if reason found and po_token configured.
# TvHtml5ScreenEmbed now requires sig helper for it to work but doesn't work with po_token.
if reason && CONFIG.po_token
client_config.client_type = YoutubeAPI::ClientType::WebEmbeddedPlayer
new_player_response = try_fetch_streaming_data(video_id, client_config)