chriseidhof / pomotv

http://www.pomo.tv
182 stars 29 forks source link

Add Atom feed for recent videos #41

Closed eelco closed 8 years ago

eelco commented 8 years ago

This PR adds an atom feed for the last 25 videos.

Note that, similar to the home page, since there’s no data on when a certain video is added, there’s no guarantee that the videos are actually the most recently added ones.

The updated timestamp is always set to the time of built, but I don’t expect this to be a problem since the id’s are stable.

At the current rate, 25 videos might be too limited, I don’t expect the feed to be very useful until all the initial imports are done.

Tested with the W3 feed validator (passes with warnings) and informally with NetNewsWire.

chriseidhof commented 8 years ago

Awesome, thanks @eelco!