Skip to content

Releases: eyeseast/feed-to-sqlite

Fix missing entry description field

29 Aug 19:02

Choose a tag to compare

What's Changed

  • Use feedparser entry object, not dict, to populate fields by @eyeseast in #20

Full Changelog: v0.6.1...v0.6.2

Set headers in CLI

29 Aug 01:39

Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

Migrate to UV

28 Aug 20:29

Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.6.0

v0.5.1

21 Mar 20:13

Choose a tag to compare

Pass through --alter flag in CLI.

v0.5.0

28 Feb 20:44

Choose a tag to compare

Add --alter flag and corresponding argument to ingest_feed to add missing fields.

v0.4.1

28 Feb 19:40

Choose a tag to compare

v0.4.1

Requests -> HTTPX

27 Feb 20:20
0833652

Choose a tag to compare

Switching to HTTPX, and using a shared httpx.Client instance, in anticipation of (eventual) async support.