Add the old rottentomatoes to default enabled list

This commit is contained in:
Ruud
2013-08-24 13:34:45 +02:00
parent 8ac2869de3
commit 08554889fd
2 changed files with 3 additions and 3 deletions

View File

@@ -21,19 +21,21 @@ config = [{
{
'name': 'automation_urls_use',
'label': 'Use',
'default': '1',
},
{
'name': 'automation_urls',
'label': 'url',
'type': 'combined',
'combine': ['automation_urls_use', 'automation_urls'],
'default': 'http://www.rottentomatoes.com/syndication/rss/in_theaters.xml',
},
{
'name': 'tomatometer_percent',
'default': '80',
'label': 'Tomatometer',
'description': 'Use as extra scoring requirement',
}
},
],
},
],

View File

@@ -12,8 +12,6 @@ class Rottentomatoes(Automation, RSS):
interval = 1800
def getIMDBids(self):
movies = []