dddddddddzzzz / OpenStories

The Open Stories format.
https://openstories.fyi
234 stars 6 forks source link

Require `feed_url` strongly. #12

Closed robb closed 12 months ago

robb commented 12 months ago

The JSON Feed spec states:

feed_url (optional but strongly recommended, string) is the URL of the feed, and serves as the unique identifier for the feed. As with home_page_url, this should be considered required for feeds on the public web.

We should just strongly require feed_url and call it a day, this gives every feed a guaranteed unique identifier to key by.