Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |