We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Youtube live links show 404 error not found. Simple bypass is changing url to format "https://youtu.be/videoid".
-v
chat_downloader "https://www.youtube.com/live/YPm_OqrzMIs?feature=share" -v
[DEBUG] Python version: 3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0] [DEBUG] Program version: 0.2.7 [DEBUG] Initialisation parameters: {'headers': None, 'cookies': None, 'proxy': None} [DEBUG] Created YouTubeChatDownloader session. [INFO] Site: youtube.com [DEBUG] Program parameters: {'url': 'https://www.youtube.com/live/YPm_OqrzMIs?feature=share', 'start_time': None, 'end_time': None, 'max_attempts': 15, 'retry_timeout': None, 'interruptible_retry': True, 'timeout': None, 'inactivity_timeout': None, 'max_messages': None, 'message_groups': ['messages'], 'message_types': None, 'output': None, 'overwrite': True, 'sort_keys': True, 'indent': 4, 'format': 'youtube', 'format_file': None, 'chat_type': 'live', 'ignore': None, 'message_receive_timeout': 0.1, 'buffer_size': 4096} [DEBUG] Match found: "<re.Match object; span=(0, 28), match='https://www.youtube.com/live'>". Running "_get_chat_by_user" function in "YouTubeChatDownloader". [DEBUG] Chat information: {'chat': <generator object YouTubeChatDownloader._get_chat_messages_by_user_args at 0x7f239c259b40>, 'title': 'live', 'duration': None, 'status': None, 'video_type': None, 'start_time': None, 'id': 'live', '_output_writer': None, '_output_callback': None, 'format': <function ChatDownloader.get_chat.<locals>.<lambda> at 0x7f239c175bc0>, 'site': <chat_downloader.sites.youtube.YouTubeChatDownloader object at 0x7f239cb4ad90>} [INFO] Retrieving chat for "live". [DEBUG] Starting new HTTPS connection (1): www.youtube.com:443 [DEBUG] https://www.youtube.com:443 "GET /c/live/streams HTTP/1.1" 404 None [ERROR] 404 Not Found [DEBUG] Session closed.
The text was updated successfully, but these errors were encountered:
You can use the "https://www.youtube.com/watch?v=YPm_OqrzMIs" url instead. In fact, the live URL you linked redirects to the /watch endpoint.
If someone wants to make a PR for this, that would be appreciated.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Basic information
Describe the bug
Youtube live links show 404 error not found. Simple bypass is changing url to format "https://youtu.be/videoid".
Command/Code used
If running from the command line, provide the following:
-v
):The text was updated successfully, but these errors were encountered: