Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fern.go: update doc | siddharth ravikumar | 2022-11-26 | 1 | -2/+2 |
| | | | | Add information about podcast feeds. | ||||
* | feed: update `Feed.unmarshal` | siddharth ravikumar | 2022-11-26 | 2 | -0/+44 |
| | | | | Add handling to unmarshal 'podcast' feeds. | ||||
* | feed/feed_test.go: TestPodcastUnmarshal: `go fmt` | siddharth ravikumar | 2022-11-26 | 1 | -4/+4 |
| | |||||
* | feed: add `podcastUnmarshal` | siddharth ravikumar | 2022-11-26 | 7 | -1/+91 |
| | |||||
* | README.md: remove `bugs` section | siddharth ravikumar | 2022-11-25 | 1 | -4/+0 |
| | |||||
* | Makefile: update `test` | siddharth ravikumar | 2022-11-25 | 1 | -1/+1 |
| | |||||
* | schema: add `PodcastFeed` | siddharth ravikumar | 2022-11-25 | 6 | -0/+38028 |
| | |||||
* | file: add `ReadFile` | siddharth ravikumar | 2022-11-25 | 3 | -0/+33 |
| | |||||
* | feed: fix `go vet` warnings | siddharth ravikumar | 2022-11-25 | 1 | -4/+22 |
| | |||||
* | Makefile: add `vet` | siddharth ravikumar | 2022-11-25 | 1 | -1/+4 |
| | |||||
* | Makefile: add `fix` | siddharth ravikumar | 2022-11-25 | 1 | -1/+4 |
| | |||||
* | Makefile: update `fmt` | siddharth ravikumar | 2022-11-25 | 2 | -3/+2 |
| | |||||
* | fern.go: go fmt | siddharth ravikumar | 2022-11-25 | 1 | -14/+14 |
| | |||||
* | go.mod: bump to go version 1.19 | siddharth ravikumar | 2022-11-25 | 1 | -1/+1 |
| | |||||
* | README.md: fix contact infov0.4.3 | siddharth | 2022-04-17 | 2 | -2/+2 |
| | |||||
* | move contact info to readmev0.4.2 | siddharth | 2022-04-17 | 2 | -5/+5 |
| | |||||
* | fern: update docv0.4.1 | siddharth | 2022-04-17 | 1 | -1/+5 |
| | |||||
* | fern: bump to version 0.4.0v0.4.0 | siddharth | 2022-04-17 | 1 | -1/+1 |
| | |||||
* | LICENSE: bump copyright year | siddharth | 2022-04-17 | 1 | -1/+1 |
| | |||||
* | fern: update doc | siddharth | 2022-04-17 | 1 | -3/+4 |
| | |||||
* | feed: update Process | siddharth | 2022-04-17 | 1 | -10/+23 |
| | | | | Add capability to filter entries based on title. | ||||
* | schema: add Entry.TitleContains | siddharth | 2022-04-17 | 1 | -1/+6 |
| | |||||
* | fern: add -run and -version flagsv0.3.0 | siddharth | 2022-04-17 | 1 | -2/+30 |
| | | | | | From now, the `-run` flag needs to be explicitly given for running fern. | ||||
* | feed: update ydlv0.2.3 | siddharth | 2022-04-16 | 1 | -2/+1 |
| | | | | Don't barf out output from the ydl program. | ||||
* | db/db.go: add docs | siddharth | 2021-12-13 | 1 | -0/+19 |
| | |||||
* | config/config.go: add docs. | siddharth | 2021-12-13 | 1 | -3/+12 |
| | |||||
* | state/state.go: add docs | siddharth | 2021-12-13 | 1 | -0/+3 |
| | |||||
* | schema/schema.go: add docs | siddharth | 2021-12-13 | 1 | -2/+7 |
| | |||||
* | fern.go: fix typov0.2.2 | siddharth | 2021-12-01 | 1 | -2/+2 |
| | |||||
* | fern.go: fix indentation in docv0.2.1 | siddharth | 2021-12-01 | 1 | -1/+1 |
| | |||||
* | README.md: rewrite itv0.2.0 | siddharth | 2021-12-01 | 1 | -14/+2 |
| | |||||
* | fern.go: add doc | siddharth | 2021-12-01 | 1 | -1/+37 |
| | |||||
* | state: update ProcessState.DB | siddharth | 2021-11-29 | 1 | -1/+2 |
| | | | | Add documentation. | ||||
* | fern: update init | siddharth | 2021-11-29 | 1 | -0/+2 |
| | | | | Add comments. | ||||
* | state: update ProcessState | siddharth | 2021-11-29 | 2 | -7/+6 |
| | | | | | Remove FeedsProcessing. Use a local variable to track the feeds that are being processed instead in the `main` function. | ||||
* | state: update ProcessState | siddharth | 2021-11-29 | 2 | -4/+0 |
| | | | | Remove unused fields -- YDLPath and DumpDir. | ||||
* | feed: update ydlv0.1.0 | siddharth | 2021-11-29 | 1 | -12/+3 |
| | | | | | | Instead of 'cd'ing into the dumpdir, use the '-o' flag in youtube-dl to specify the directory under which the enttry needs to be downloaded to. | ||||
* | feed: update Feed.processEntry | siddharth | 2021-11-29 | 1 | -0/+2 |
| | | | | Barf to stdout when about to download an entry. | ||||
* | feed: update Feed.Process | siddharth | 2021-11-29 | 1 | -0/+6 |
| | | | | Display number of entries yet to be processed. | ||||
* | fern: update main | siddharth | 2021-11-29 | 1 | -0/+6 |
| | | | | Display number of feeds yet to be processed. | ||||
* | Makefile: update fmt | siddharth | 2021-11-29 | 1 | -1/+2 |
| | |||||
* | README.md: building -> installing | siddharth | 2021-11-28 | 1 | -4/+12 |
| | |||||
* | README.md: update description | siddharth | 2021-11-28 | 1 | -1/+3 |
| | |||||
* | feed: flesh out feed.processEntry | siddharth | 2021-11-28 | 1 | -2/+32 |
| | |||||
* | feed: update Process | siddharth | 2021-11-28 | 1 | -3/+4 |
| | | | | | Make a copy of `entry` into `e` in the loop that processes all Entries. Then use `e` instead of `entry`. | ||||
* | feed: fix Validate | siddharth | 2021-11-28 | 2 | -11/+6 |
| | | | | | Don't set YDLPath and DumpDir on Feed in `Validate` function. Set it in the FeedConfig's `validate` function instead. | ||||
* | fern: flush out main | siddharth | 2021-11-28 | 1 | -1/+55 |
| | |||||
* | 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. | ||||
* | state: add ProcessState.DB | siddharth | 2021-11-28 | 1 | -0/+3 |
| | |||||
* | state: add EntryResult.EntryTitle | siddharth | 2021-11-28 | 1 | -2/+3 |
| |