[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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

Fix Twitch Parser #464

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

Fix Twitch Parser #464

wants to merge 2 commits into from

Conversation

r2dev2
Copy link
Member
@r2dev2 r2dev2 commented Nov 25, 2024

Twitch updated their message representation in the HTML by nesting the fragments within a div. This caused an issue in our previous parser which only looked at direct children.

PR changes parser to recursively visit children up to a small depth (3) to search for fragments.

Partially addresses #463 (only the twitch part)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant