Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mkasberg/jekyll-podcast-import-script
A PHP script that will create Jekyll posts (YAML & Markdown) from an iTunes podcast feed.
https://github.com/mkasberg/jekyll-podcast-import-script
itunes-podcast-feed jekyll jekyll-podcast
Last synced: 3 days ago
JSON representation
A PHP script that will create Jekyll posts (YAML & Markdown) from an iTunes podcast feed.
- Host: GitHub
- URL: https://github.com/mkasberg/jekyll-podcast-import-script
- Owner: mkasberg
- License: mit
- Created: 2016-07-30T04:18:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-06T18:22:03.000Z (over 5 years ago)
- Last Synced: 2024-11-20T12:19:35.363Z (2 months ago)
- Topics: itunes-podcast-feed, jekyll, jekyll-podcast
- Language: PHP
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jekyll-podcast-import-script
A PHP script that will create Jekyll posts (YAML & Markdown) from an iTunes podcast feed.
## Usage
1. (Optional) Modify `import_podcast.php` to suit your needs. Specifically, you may want to edit the `writePost()` funciton.
2. Run `import_podcast.php feed.xml` on an iTunes XML feed file. This will create a `_posts` directory with Jekyll posts in it.## Contributing
Feel free to submit a pull request with any improvements.