Detect LiveStreams via search Query?

Is it possible to create a feed based on a search string on youtube’s “live” filter page?

https://createfeed.fivefilters.org/index.php?url=https%3A%2F%2Fwww.youtube.com%2Fresults%3Fsearch_query%3Dberlin%26sp%3DEgJAAQ%25253D%25253D&item=.video-title&max=5&order=document

Doesn’t look like the results are contained in the HTML that’s returned, so probably not with Feed Creator.

Yes, they are behind the titles: https://www.youtube.com/results?search_query=berlin&sp=EgJAAQ%253D%253D

I think you’re using your browser’s developer tools to inspect the elements. Feed Creator works on the HTML sent by the server. To see that, you need to right-click on the page and click ‘View Page Source’. You’ll see the titles are not in the HTML. See our comment here about how these differ: Is there a way to override stripping of display:none elements?