aboutsummaryrefslogtreecommitdiff
path: root/src/invidious/videos/parser.cr
diff options
context:
space:
mode:
Diffstat (limited to 'src/invidious/videos/parser.cr')
-rw-r--r--src/invidious/videos/parser.cr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/invidious/videos/parser.cr b/src/invidious/videos/parser.cr
index ca6500ed..811a0a03 100644
--- a/src/invidious/videos/parser.cr
+++ b/src/invidious/videos/parser.cr
@@ -106,7 +106,7 @@ def extract_video_info(video_id : String)
106 106
107 new_player_response = nil 107 new_player_response = nil
108 108
109 # Second try in case WEB_EMBEDDED_PLAYER doesn't work with po_token. 109 # Second try in case WEB_CREATOR doesn't work with po_token.
110 # Only trigger if reason found and po_token configured. 110 # Only trigger if reason found and po_token configured.
111 if reason && CONFIG.po_token 111 if reason && CONFIG.po_token
112 client_config.client_type = YoutubeAPI::ClientType::WebEmbeddedPlayer 112 client_config.client_type = YoutubeAPI::ClientType::WebEmbeddedPlayer