From a6070ce455f07ce2c7f7cac6b1d136af76630c33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milien=20=28perso=29?= <4016501+unixfox@users.noreply.github.com> Date: Fri, 20 Sep 2024 00:19:03 +0200 Subject: [PATCH] remove unrelated comment Co-authored-by: syeopite <70992037+syeopite@users.noreply.github.com> --- src/invidious/videos/parser.cr | 1 - 1 file changed, 1 deletion(-) diff --git a/src/invidious/videos/parser.cr b/src/invidious/videos/parser.cr index ea75a227..ca6500ed 100644 --- a/src/invidious/videos/parser.cr +++ b/src/invidious/videos/parser.cr @@ -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)