Quantcast
Channel: how to handle 30x when using feedparser to parse rss url - Stack Overflow
Viewing all articles
Browse latest Browse all 2

Answer by Ptank for how to handle 30x when using feedparser to parse rss url

$
0
0

Use requests to get the feed before like:

import requestsimport feedparserpage = requests.get("https://ucw.moe/feed/rss")print(page.status_code)feed = feedparser.parse(page.content)

Viewing all articles
Browse latest Browse all 2

Trending Articles



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