Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
1 vote
0 answers
81 views

UnicodeEncode error in the process of inserting RSS data into the Mysql database

I am currently working on personal project that make news aggregator. For that, i collected some sources about articles from some sites using Python feedparser lib. Following codes are functions of my ...
Antenna_'s user avatar
  • 147
0 votes
1 answer
915 views

inserting rss feed images into mysql database with feedparser, MySQldb and python

i am able to parse an rss feed and save the links, tiles and description to my database successfully, however when i try to do the same for images in the same feed, i'm getting an error. I already ...
Shingai Munyuki's user avatar