-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
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
func_check_state() METADATA_CURL parsing failed #7
Comments
This bug stems from: Line 430 in ea1cfd7
becoming an empty string (maybe due to changes in youtube). Changing that line to
passes the "testcases" listed in the README.md, except the 4th test (playlist). However, this change make the jq on Line 439 in ea1cfd7
Thus, this change is merely a temporarily workaround. |
fix for METADATA_CURL: |
Sorry, it was my mistake. After I put the two fixes together, it worked. |
(cherry picked from commit d63f410)
When checking private videos/streams (for example, member only streams), cookies are required here. But the original code does not work with cookie files. Therefore, I modified the perl regex to make it work. My docker image can ensure that there must be a cookie file passed in, so there is no need to check in my case. **(Please note that if no cookie file is passed in, it will not work properly. And you should use the original code.)**
Hello, I want to report the error, this program has not worked since yesterday. Either the channel url or the video url will not work.
This is the log that appears when the live broadcast starts.
I'm almost sure that the regex replacement here failed. It may be that Youtube changed the page.
I cut a simple script to verify this.
I am not familiar with regex and bash, I found the problem but not able to fix it.
Hope you can handle it, thank you.
The text was updated successfully, but these errors were encountered: