Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Reading rss from https://in.pycon.org/blog/feeds/all.atom.xml was not possible due to Cross domain that's why I used crossorigin.me so that I can successfully get the xml from the source. As I was on the localhost and reading xml from the source was not possible and reason I used crossorigin.me. For now I have commented out most of the code so that It can be understood. So now we can see the feed parsing from the source is working. I will be uploading my second patch after following the pythonic way :p. Please review and let me know. Issue #22 can be closed now.