Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feed: add Feed.Process | siddharth | 2021-11-28 | 1 | -0/+80 |
| | | | | | | Main function that gets, parses, and downloads entries in the feed. The Feed.processEntry function is a stub for now. | ||||
* | feed: update Feed.Last | siddharth | 2021-11-28 | 1 | -1/+1 |
| | | | | Change type to `int`. | ||||
* | feed: add Feed.Last | siddharth | 2021-11-28 | 1 | -0/+6 |
| | |||||
* | feed: Feed.Object -> Feed.Entries | siddharth | 2021-11-28 | 1 | -17/+23 |
| | | | | | Also refactor nprUnmarshal and youtubeUnmarshal to return []schema.Entry. | ||||
* | feed: update feed | siddharth | 2021-11-28 | 1 | -2/+10 |
| | | | | Add YDLPath to Feed. Set it during Validate(). | ||||
* | feed: add unmarshal | siddharth | 2021-11-27 | 1 | -0/+22 |
| | | | | Unmarshals the feed and sets Feed.Object | ||||
* | feed: add youtubeUnmarshal | siddharth | 2021-11-27 | 1 | -0/+17 |
| | | | | Unmarshler for a YouTube Feed. | ||||
* | feed: add nprUnmarshal | siddharth | 2021-11-27 | 1 | -0/+23 |
| | | | | Unmarshler for a NPR Feed. | ||||
* | feed: add `get` | siddharth | 2021-11-27 | 1 | -0/+28 |
| | | | | HTTP GETs raw feed from Feed.Source | ||||
* | feed: update Feed | siddharth | 2021-11-27 | 1 | -0/+1 |
| | | | | Add `Object` field. | ||||
* | add feed package | siddharth | 2021-11-27 | 1 | -0/+55 |
Move feed type and function to its own package. |