Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.