Skip to content

Instantly share code, notes, and snippets.

@DustinAlandzes
Created June 1, 2018 19:52
Show Gist options
  • Save DustinAlandzes/9d8c2ac5cf8de2f42c809f24eeb81dad to your computer and use it in GitHub Desktop.
Save DustinAlandzes/9d8c2ac5cf8de2f42c809f24eeb81dad to your computer and use it in GitHub Desktop.
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