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

Can't get entries for a single feed #18

Closed
lemon24 opened this issue Feb 3, 2018 · 0 comments
Closed

Can't get entries for a single feed #18

lemon24 opened this issue Feb 3, 2018 · 0 comments
Labels

Comments

@lemon24
Copy link
Owner

lemon24 commented Feb 3, 2018

There is no way of getting the entries of a single feed, so stuff like this happens:

reader/reader/app.py

Lines 44 to 45 in 3d0adea

if feed_url:
entries = [(f, e) for f, e in entries if f.url == feed_url]

@lemon24 lemon24 added the API label Feb 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant