Add the old rottentomatoes to default enabled list
This commit is contained in:
@@ -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',
|
||||
}
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
@@ -12,8 +12,6 @@ class Rottentomatoes(Automation, RSS):
|
||||
|
||||
interval = 1800
|
||||
|
||||
|
||||
|
||||
def getIMDBids(self):
|
||||
|
||||
movies = []
|
||||
|
||||
Reference in New Issue
Block a user