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

title: fix youtube shorts and live urls #86

Merged
merged 2 commits into from
Jul 18, 2024

Conversation

tfaughnan
Copy link
Contributor

I don't think these worked even before the recent refactor, since there were no regexes in youtube_title to catch them.

Examples which failed before but work now:

I don't think these worked even before the recent refactor, since there
were no regexes in `youtube_title` to catch them.
Previously, urls containing the substring "http" match incorrectly. E.g. a message
such as "foo https://docs.aiohttp.org/en/stable/index.html bar" would match
the regex, but the url capture group would be "http.org/en/stable/index.html".
@tfaughnan
Copy link
Contributor Author

Added another fix for a longstanding subtle bug that touches some of the same lines of code

@pbui
Copy link
Owner

pbui commented Jul 18, 2024

LGTM. TYFYS. o7

@pbui pbui merged commit e40a72d into pbui:bobbit-0.2.x Jul 18, 2024
1 check failed
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.

2 participants