Run this script line by line here, and when you make it work there it will work in pourover.
from google.appengine.api import urlfetch
resp = urlfetch.fetch('http://www.vlachbild.de/feed/', deadline=60)
print resp.contentRun this script line by line here, and when you make it work there it will work in pourover.
from google.appengine.api import urlfetch
resp = urlfetch.fetch('http://www.vlachbild.de/feed/', deadline=60)
print resp.content