I still can’t believe they don’t let you search videos within a channel for example.
Or filter out music playlist from video ones.
Or search within transcripts.
It’s peak irony a company owned by the search overlord.
You can search videos within a channel, go to the channel page and look for the magnifying glass all the way at the end of the nav bar that has
Home | Videos | Shorts | Playlists | Posts | *Magnifying glass here*
Well at least in browser its there, I can't find it on mobile for whatever reason.
It’s peak irony a company owned by the search overlord.
...whose search engine has itself become noticeably less of a search engine and more of a recommendation/sheeple-herding engine over time.
> I still can’t believe they don’t let you search videos within a channel for example.
Uh, yeah, they do.
https://www.youtube.com/@PuddleOfMuddTV/search?query=blurry
> Or search within transcripts.
Yeah, I also wish this were possible using the normal CTRL+F just doesn't work properly
I made a little TUI last month for searching within a channel! It supports before: / after:, fuzzy/exact/regex matching, lets you order by upload date/views/duration, lets you search over just a video's titles or descriptions, etc: https://github.com/nolenroyalty/yt-browse
The vast majority of my youtube watching is "go to a specific channel and try to find a certain kind of video" so it drives me nuts that youtube channel search is so bad (and afaik you can't search a channel on mobile?). I end up using my tool to find a bunch of videos and get them into my history to watch on my ipad.
n.b. my tool downloads all video metadata for a channel and then searches over it locally, so it's pretty slow the first time you search a channel (results are cached for 24 hours though).