Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | config/config.go: add docs. | siddharth | 2021-12-13 | 1 | -3/+12 |
| | |||||
* | feed: fix Validate | siddharth | 2021-11-28 | 1 | -2/+4 |
| | | | | | Don't set YDLPath and DumpDir on Feed in `Validate` function. Set it in the FeedConfig's `validate` function instead. | ||||
* | feed: update feed | siddharth | 2021-11-28 | 1 | -1/+1 |
| | | | | Add YDLPath to Feed. Set it during Validate(). | ||||
* | add feed package | siddharth | 2021-11-27 | 1 | -35/+5 |
| | | | | Move feed type and function to its own package. | ||||
* | add config package | siddharth | 2021-11-27 | 1 | -0/+127 |