mediathekview / mediathekviewweb

Eine Weboberfläche als Alternative zum Java-Client
https://mediathekviewweb.de/
GNU General Public License v3.0
887 stars 67 forks source link

RSS query returns only partial results (limited to 50) #166

Open larry104 opened 4 years ago

larry104 commented 4 years ago

A regular search e.g. "#Tatort" (https://mediathekviewweb.de/#query=%23Tatort) results for instance in 580 results (on multiple pages) where the RSS version of that search https://mediathekviewweb.de/feed?query=%23Tatort seems limited to 50.

Is there any workaround to get the complete set of results for the "feed" query?

ghost commented 3 years ago

I would also be interested in how a workaround could look like...

MagiX13 commented 2 years ago

As I had the same issue, I found some information in the code A workaround/fix is simply adding the size argument to the feed url, like so: https://mediathekviewweb.de/feed?query=%23Tatort&size=1 (to get only the most recent result) or https://mediathekviewweb.de/feed?query=%23Tatort&size=100 (the most recent 100 results etc)