https://github.com/amiad/feed2podcast
Convert feed with audio files to podcast feed
https://github.com/amiad/feed2podcast
Last synced: 22 days ago
JSON representation
Convert feed with audio files to podcast feed
- Host: GitHub
- URL: https://github.com/amiad/feed2podcast
- Owner: amiad
- Created: 2012-08-21T15:12:48.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-12-27T11:15:28.000Z (over 13 years ago)
- Last Synced: 2025-02-23T01:44:54.614Z (over 1 year ago)
- Language: PHP
- Size: 225 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# feed2podcast
Convert feed rss with audio files or html page with audio files to podcast feed with enclosure element.
## Instructions
* Copy f2pc.php (for to convert feed) or l2pc.php (for convert html page with links) and rename.
* Edit the new file and change the settings according to what you want.
### Settings
* feed - feed url for proccess (f2pc only, required)
* page - page url for proccess (l2pc only, required)
* type - type of audio files, default mp3. multi types in array. example: array('mp3','wma')
* image - url of feed image
* delStr - delete substring in file url. for sites that redirect the download via other
* updateHours - how often the cache is updated (in hours), default 5
* title - feed title (l2pc only)
* desc - feed description (l2pc only)
* exclude - links with this string not adding to feed (l2pc only)
* delType - to delete file extension from item title, default true (l2pc only)