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)