forked from blallo/rss-bridge
[AutoPodcasterBridge] fix metadata
This commit is contained in:
parent
9529e44326
commit
1a4aea48df
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ class AutoPodcasterBridge extends FeedExpander {
|
|||
const MAINTAINER='boyska';
|
||||
const NAME='Auto Podcaster';
|
||||
const URI = '';
|
||||
const CACHE_TIMEOUT = 0;
|
||||
const DESCRIPTION='Crea un podcast multimediale a partire da un feed normale';
|
||||
const CACHE_TIMEOUT = 300; // 5 minuti
|
||||
const DESCRIPTION='Make a "multimedia" podcast out of a normal feed';
|
||||
const PARAMETERS = array('url' => array(
|
||||
'url' => array(
|
||||
'name' => 'URL',
|
||||
|
|
Loading…
Reference in a new issue