You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I input 'https://www.youtube.com/channel/{channel_id}/live' instead of directly inputting 'https://www.youtube.com/watch?v={video_id}' in URL, if the channel has two live stream windows, it will prioritize resolving to the non-live streaming room rather than the one currently streaming. However, on the web interface or using yt-dlp, it will correctly prioritize resolving to the streaming room that is currently live.
Basic information
Describe the bug
If I input 'https://www.youtube.com/channel/{channel_id}/live' instead of directly inputting 'https://www.youtube.com/watch?v={video_id}' in URL, if the channel has two live stream windows, it will prioritize resolving to the non-live streaming room rather than the one currently streaming. However, on the web interface or using yt-dlp, it will correctly prioritize resolving to the streaming room that is currently live.
Command/Code used
chat_downloader --logging debug https://www.youtube.com/channel/UCfipDDn7wY-C-SoUChgxCQQ/live
If running from the command line, provide the following:
-v
):Expected behavior
Correctly resolving to the streaming room that is currently live rather than others.
The text was updated successfully, but these errors were encountered: