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 bridge query issue using url instead of creating string #1929

Merged
merged 1 commit into from
Aug 2, 2024

Conversation

mariusbegby
Copy link
Contributor

Changes

YoutubeExtractor bridge() method used track.url for searching resulting in no search results (e.g. spotify url provided when using youtube as bridge, then youtube extractor tries searching for spotify track url..).

This PR fixes this bug by creating an actual searchable query string which then gets executed, to finally return a track.

Status

  • These changes have been tested and formatted properly.
  • This PR includes only documentation changes, no code change.
  • This PR introduces some Breaking changes.

@mariusbegby mariusbegby requested a review from twlite August 2, 2024 15:55
Copy link

vercel bot commented Aug 2, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
discord-player-website ⬜️ Ignored (Inspect) Aug 2, 2024 3:55pm

Copy link
Collaborator

@twlite twlite left a comment

Choose a reason for hiding this comment

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

We might need this for SoundCloud as well

@mariusbegby
Copy link
Contributor Author

We might need this for SoundCloud as well

Yes I thought @retrouser955 did that, but see it's not merged.

@mariusbegby
Copy link
Contributor Author

@twlite Oh it was comitted directly to stable: 305e66b

@twlite twlite merged commit 8d73011 into stable Aug 2, 2024
4 checks passed
@twlite twlite deleted the youtube-bridge-query-fix branch August 2, 2024 16:25
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