Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | remove config/process package | siddharth | 2021-11-28 | 1 | -9/+0 |
| | |||||
* | feed: update feed | siddharth | 2021-11-28 | 1 | -1/+1 |
| | | | | Add YDLPath to Feed. Set it during Validate(). | ||||
* | config: add process package | siddharth | 2021-11-27 | 1 | -0/+9 |
| | |||||
* | 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 |