Skip to content
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

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

Open
larry104 opened this issue May 28, 2020 · 2 comments
Open

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

larry104 opened this issue May 28, 2020 · 2 comments

Comments

@larry104
Copy link

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?

@larry104 larry104 mentioned this issue Jun 17, 2020
@ghost
Copy link

ghost commented Jun 18, 2021

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

@MagiX13
Copy link

MagiX13 commented Dec 11, 2021

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants