Find answers from the community

Updated 2 months ago

tried multiple RSS links, but it returns

tried multiple RSS links, but it returns [] at all times
L
M
9 comments
The source code is just using feedparser to parse the rss feed

does this return anything for you?

Plain Text
import feedparser

parsed = feedparser.parse(url)
parsed ... {'bozo': True, 'entries': [], 'feed': {}, 'headers': {}, 'bozo_exception': URLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)'))}
SSL issues are usually because of VPNs on works laptops in my experience
that's right
any suggestions for a better way?
Use google colab for now? πŸ˜†
hmm ... let me chk that out
thx Logan πŸ‘πŸΌ
Add a reply
Sign up and join the conversation on Discord