Created
June 1, 2018 19:52
-
-
Save DustinAlandzes/9d8c2ac5cf8de2f42c809f24eeb81dad to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import feedparser | |
d = feedparser.parse("http://external.cloud.theadsontop.com/rss/display?namespace=prospects&displayRid=ri.display.main.display.46fe604f-9f63-49d6-8029-9aec0602d656") | |
for item in d['items']: | |
print(item['link']) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment