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 youtube url detection #1

Merged
merged 1 commit into from
May 26, 2023
Merged

fix youtube url detection #1

merged 1 commit into from
May 26, 2023

Conversation

jrodal98
Copy link
Owner

Fix a bug where the youtube URL detection was matching if there was a youtube URL somewhere in the text, rather than being the only thing in the text.

The consequence of this is that you could have an arbitrarily long text, and if there was a single youtube URL, that is all you would summarize.

With this fix, the URL matching behaves as expected

@jrodal98 jrodal98 merged commit 41508da into master May 26, 2023
@jrodal98 jrodal98 deleted the fix-youtube-url-detection branch May 26, 2023 18:46
@jrodal98 jrodal98 added the bug Something isn't working label May 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant