Youtube search compromised

I have been checking for new and interesting Youtube videos about ED regularly using the following straightforward search:
Code:
https://www.youtube.com/results?search_sort=video_date_uploaded&search_query=elite+dangerous

As of today, this is what I get:
mzf3hxlq.png

And this is what I thought when I first saw it:
vader.jpg

P.S.: :D
 
Fix

Just wrap the search in double quotes and url encode them as %22

Code:
https://www.youtube.com/results?search_sort=video_date_uploaded&search_query=%22elite dangerous%22


:)
 
Back
Top Bottom