Quantcast
Channel: Active questions tagged feedparser - Stack Overflow
Viewing all articles
Browse latest Browse all 106

How to use feedparser with proxy in python 3?

$
0
0

I'd like to use a proxy and feedparser. This is how I'd do in urllib2:

import urllib2, feedparserproxy = urllib2.ProxyHandler({"http":"proxy:port"})d = feedparser.parse('http://www.shop.inonit.in/RSSFeedDetails.aspx?PID=801', handlers = [proxy])

How do I do it with urllib3?


Viewing all articles
Browse latest Browse all 106

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>