-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Bug] Channel: parameter search returns no results #3594
Comments
It seems like you may need to have a space after the colon for it to work (not sure if this was always the case) I also noticed that the link your provided did not properly encode the ":" character which can also be part of the issue. And this should work (notice the |
This doesn't return results from the specified channel though, just generic search results containing the raw channel ID and query included. Fwiw, the original syntax was non spaces, eg seen in an earlier bug report of mine (#3148). If we use the colon escaped encoding (without the space, as per original syntax) it similarly doesn't return results for the specified channel (example). |
Would like to add that this issue also affects the API Ex: |
That's possible that Youtube changed their channel search |
Describe the bug
Using the
channel:
parameter for queries no longer returns results.Steps to Reproduce
channel:<channelID> <query>
Example: this channel is all about antennas. However querying
antenna
with such a channel search returns no results (Snopyta example query).According to my history the last time this parameter search worked was 2023-01-21 (unsure what Invidious version the instance I was using was on at that time though).
Additional context
Noticed on both Snopyta (2023.01.24-9a9f8231) and Yewtu.be (2023.01.28-71f980b) instances.
The text was updated successfully, but these errors were encountered: