cquest / tootbot

python bot to clone tweets to a mastodon account
GNU Affero General Public License v3.0
101 stars 35 forks source link

Catch if the date of a feed is invalid #23

Open pheraph opened 1 year ago

pheraph commented 1 year ago

I had tried to use tootbot to push an RSS feed to Mastodon that is invalid. Thus the date field cannot be parsed and the function aborts. My simple approach for this case is to ignore the date field.

Please take this PR with a grain of salt, as I don't know Python too well.