{"id":15696719,"url":"https://github.com/fliiiix/cron-podcast","last_synced_at":"2025-07-20T02:37:38.311Z","repository":{"id":32865748,"uuid":"36459657","full_name":"fliiiix/cron-podcast","owner":"fliiiix","description":"Podcast fetcher written in python.","archived":false,"fork":false,"pushed_at":"2019-03-23T15:52:54.000Z","size":14,"stargazers_count":7,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-11T15:32:59.902Z","etag":null,"topics":["cli","cron","podcast","podcatcher","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fliiiix.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-28T19:01:28.000Z","updated_at":"2023-09-09T08:59:40.000Z","dependencies_parsed_at":"2022-09-12T14:12:48.921Z","dependency_job_id":null,"html_url":"https://github.com/fliiiix/cron-podcast","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/fliiiix/cron-podcast","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fliiiix%2Fcron-podcast","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fliiiix%2Fcron-podcast/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fliiiix%2Fcron-podcast/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fliiiix%2Fcron-podcast/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fliiiix","download_url":"https://codeload.github.com/fliiiix/cron-podcast/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fliiiix%2Fcron-podcast/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264972125,"owners_count":23691374,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","cron","podcast","podcatcher","python"],"created_at":"2024-10-03T19:09:45.414Z","updated_at":"2025-07-20T02:37:38.281Z","avatar_url":"https://github.com/fliiiix.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cron-podcast\n\nDownloads your podcasts.\n\n## Quickstart\n\n1. install python (Tested with Python 3.7.2)\n2. install virtualenv (probably something like `apt-get install python-virtualenv`)\n3. clone this repo\n4. create a virtualenv with `virtualenv env`\n5. load it `. env/bin/activate`\n6. install dependencies `pip install -r requirements.txt`\n7. your done, run it `./podcatcher.py -f feedlist.conf -d /here/are/your/podcast/stored`\n\n## Usage\n\n```\nPodcatcher 0.2.2\nusage: podcatcher.py [-h] [-f FEED] [-d DOWNLOAD_DIR] [--version]\n\nCLI podcast client.\n\noptional arguments:\n  -h, --help            show this help message and exit\n  -f FEED, --feed FEED  A file where every feed url is listed.\n  -d DOWNLOAD_DIR, --download-dir DOWNLOAD_DIR\n                        A directory where the files are saved.\n  --version             The Podcatcher version.\n```\n\n## The config (feedlist.conf)\n\nThe configuration is really simple: just add for each podcast a new line with the feed url.\n\n\n**Example feedlist.conf**\n```\nhttp://blog.binaergewitter.de/podcast_feed/all/mp3/atom.xml\nhttp://feeds.feedburner.com/DieWrintheit\n```\n\nMy Podcastlist can be found in this gist: [fliiiix/259bc74a40c9bf56cef7d9cb9b7441b5](https://gist.github.com/fliiiix/259bc74a40c9bf56cef7d9cb9b7441b5)\n\n## Internals\n\n### How to keep track what's downloaded\n\nEach item should have a guid which is saved to `$podcastname/.guid_cache` where each line represents a\ndownloaded podcast. The format for it is `%Y_%m_%d %H:%M|GUID` the date is the download time.\n\nTo migrate from 0.1 to 0.2 or later just add `XXXX_XX_XX XX:XX|`.\n\nThis should do the trick.\n\n```\nfor f in $(find . -name .guid_cache); do sed -i -e 's/^/XXXX_XX_XX XX:XX|/' $f; done\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffliiiix%2Fcron-podcast","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffliiiix%2Fcron-podcast","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffliiiix%2Fcron-podcast/lists"}