Skip to content
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

Add connector for VocaDB / UtaiteDB / TouhouDB #4638

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

sorusari343
Copy link

Describe the changes you made
Connector for https://vocadb.net/ and related websites
Revised from #3596

Additional context

@inverse inverse added new-connector For PRs that adds a new connector minor-change For minor changes labels Apr 17, 2024
Copy link
Member

@inverse inverse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes seem fine aside the brittle comment on the selectors. Is there anything that can be done?

@hornbuckle do you have anything to add as you reviewed the previous pull request?

}
}

Connector.playerSelector = '#app .css-1pm1wrk';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These selectors still feel quite brittle to any new deployment as mentioned in #3596 (comment)

Is there any other way the selection could be done?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@inverse Looks like the same previously suggested selectors noted in #3596 (comment) will still work.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sorusari343 could you change to use the selectors noted above and fix the linting issues? Or would you like me to help with that?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, I didn't see these replies earlier. I think the website has been through a few software updates and the selectors seem to still work, and as such, I did not give that part much thought. I turned edits by maintainers on, so please do whatever is necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor-change For minor changes new-connector For PRs that adds a new connector
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants