-
Notifications
You must be signed in to change notification settings - Fork 40
Add "show_topn" and try find image from summary filed #20
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
Conversation
show_topn > number of rss entries
| return False | ||
| else: | ||
| self._state = len(parsedFeed.entries) | ||
| #self._state = len(parsedFeed.entries) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Go ahead and remove thid
| self._entries = [] | ||
|
|
||
| for entry in parsedFeed.entries: | ||
| #for entry in parsedFeed.entries: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This too
iantrich
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you could remove those commented out lines, I’ll merge this
|
i removed commented out lines and i add a new function: can you see the changes? |
it's disabled when show_topn > number of rss entries