Browse Source

IMDB description csv link

pull/1861/merge
Ruud 12 years ago
parent
commit
bfe8bc89c0
  1. 2
      couchpotato/core/providers/automation/imdb/__init__.py

2
couchpotato/core/providers/automation/imdb/__init__.py

@ -11,7 +11,7 @@ config = [{
'list': 'watchlist_providers', 'list': 'watchlist_providers',
'name': 'imdb_automation', 'name': 'imdb_automation',
'label': 'IMDB', 'label': 'IMDB',
'description': 'From any <strong>public</strong> IMDB watchlists. Url should be the RSS link.', 'description': 'From any <strong>public</strong> IMDB watchlists. Url should be the CSV link.',
'options': [ 'options': [
{ {
'name': 'automation_enabled', 'name': 'automation_enabled',

Loading…
Cancel
Save