summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* version: bump to version 0.5.0v0.5.0siddharth ravikumar2022-11-261-1/+1
|
* feed: update `Feed.ydl`siddharth ravikumar2022-11-261-1/+8
| | | | | Add custom handling to set the output file name for media from buzzsprout.com.
* feed: update `Feed.get`siddharth ravikumar2022-11-261-1/+8
| | | | Add User-Agent header for the http GET call.
* add `version` package.siddharth ravikumar2022-11-262-3/+8
|
* feed: update `Feed.Process`siddharth ravikumar2022-11-261-1/+1
| | | | Fix handling that processes last `Feed.Last` entries.
* feed: update `Feed.processEntry`siddharth ravikumar2022-11-261-1/+1
| | | | Update stdout string. Add quotes arount the entry title.
* feed: update `Feed.Validate`siddharth ravikumar2022-11-261-1/+1
| | | | Allow "podcast" schema.
* fern.go: update docsiddharth ravikumar2022-11-261-2/+2
| | | | Add information about podcast feeds.
* feed: update `Feed.unmarshal`siddharth ravikumar2022-11-262-0/+44
| | | | Add handling to unmarshal 'podcast' feeds.
* feed/feed_test.go: TestPodcastUnmarshal: `go fmt`siddharth ravikumar2022-11-261-4/+4
|
* feed: add `podcastUnmarshal`siddharth ravikumar2022-11-267-1/+91
|
* README.md: remove `bugs` sectionsiddharth ravikumar2022-11-251-4/+0
|
* Makefile: update `test`siddharth ravikumar2022-11-251-1/+1
|
* schema: add `PodcastFeed`siddharth ravikumar2022-11-256-0/+38028
|
* file: add `ReadFile`siddharth ravikumar2022-11-253-0/+33
|
* feed: fix `go vet` warningssiddharth ravikumar2022-11-251-4/+22
|
* Makefile: add `vet`siddharth ravikumar2022-11-251-1/+4
|
* Makefile: add `fix`siddharth ravikumar2022-11-251-1/+4
|
* Makefile: update `fmt`siddharth ravikumar2022-11-252-3/+2
|
* fern.go: go fmtsiddharth ravikumar2022-11-251-14/+14
|
* go.mod: bump to go version 1.19siddharth ravikumar2022-11-251-1/+1
|
* README.md: fix contact infov0.4.3siddharth2022-04-172-2/+2
|
* move contact info to readmev0.4.2siddharth2022-04-172-5/+5
|
* fern: update docv0.4.1siddharth2022-04-171-1/+5
|
* fern: bump to version 0.4.0v0.4.0siddharth2022-04-171-1/+1
|
* LICENSE: bump copyright yearsiddharth2022-04-171-1/+1
|
* fern: update docsiddharth2022-04-171-3/+4
|
* feed: update Processsiddharth2022-04-171-10/+23
| | | | Add capability to filter entries based on title.
* schema: add Entry.TitleContainssiddharth2022-04-171-1/+6
|
* fern: add -run and -version flagsv0.3.0siddharth2022-04-171-2/+30
| | | | | From now, the `-run` flag needs to be explicitly given for running fern.
* feed: update ydlv0.2.3siddharth2022-04-161-2/+1
| | | | Don't barf out output from the ydl program.
* db/db.go: add docssiddharth2021-12-131-0/+19
|
* config/config.go: add docs.siddharth2021-12-131-3/+12
|
* state/state.go: add docssiddharth2021-12-131-0/+3
|
* schema/schema.go: add docssiddharth2021-12-131-2/+7
|
* fern.go: fix typov0.2.2siddharth2021-12-011-2/+2
|
* fern.go: fix indentation in docv0.2.1siddharth2021-12-011-1/+1
|
* README.md: rewrite itv0.2.0siddharth2021-12-011-14/+2
|
* fern.go: add docsiddharth2021-12-011-1/+37
|
* state: update ProcessState.DBsiddharth2021-11-291-1/+2
| | | | Add documentation.
* fern: update initsiddharth2021-11-291-0/+2
| | | | Add comments.
* state: update ProcessStatesiddharth2021-11-292-7/+6
| | | | | Remove FeedsProcessing. Use a local variable to track the feeds that are being processed instead in the `main` function.
* state: update ProcessStatesiddharth2021-11-292-4/+0
| | | | Remove unused fields -- YDLPath and DumpDir.
* feed: update ydlv0.1.0siddharth2021-11-291-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.processEntrysiddharth2021-11-291-0/+2
| | | | Barf to stdout when about to download an entry.
* feed: update Feed.Processsiddharth2021-11-291-0/+6
| | | | Display number of entries yet to be processed.
* fern: update mainsiddharth2021-11-291-0/+6
| | | | Display number of feeds yet to be processed.
* Makefile: update fmtsiddharth2021-11-291-1/+2
|
* README.md: building -> installingsiddharth2021-11-281-4/+12
|
* README.md: update descriptionsiddharth2021-11-281-1/+3
|