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
Hi,
haven't had the time to send a PR, but the title and description boxes under _set_basic_settings have changed from
'//ytcp-mention-textbox[@label="Title"]//div[@id="textbox"]',
to
'//ytcp-social-suggestions-textbox[@label="Title"]//div[@id="textbox"]',
and from
'//ytcp-mention-textbox[@label="Description"]//div[@id="textbox"]'
'//ytcp-social-suggestions-textbox[@label="Description"]//div[@id="textbox"]'
As always with YouTube, this is a breaking change. Fun times!
The text was updated successfully, but these errors were encountered:
Improve detection of some elements
0cefa6e
Fixes ContentAutomation#14
should've sent a PR bro
Sorry, something went wrong.
Fair point. I moved on from the issue since YouTube regularly breaks things. I'll send a PR of currently working stuff when I can.
No branches or pull requests
Hi,
haven't had the time to send a PR, but the title and description boxes under _set_basic_settings have changed from
to
and from
to
As always with YouTube, this is a breaking change. Fun times!
The text was updated successfully, but these errors were encountered: