Browse Source

Update rentals URL

pull/3465/head
Ruud 11 years ago
parent
commit
530d3cd91e
  1. 4
      couchpotato/core/media/movie/providers/automation/imdb.py

4
couchpotato/core/media/movie/providers/automation/imdb.py

@ -263,7 +263,7 @@ config = [{
'name': 'automation_charts_rentals', 'name': 'automation_charts_rentals',
'type': 'bool', 'type': 'bool',
'label': 'DVD Rentals', 'label': 'DVD Rentals',
'description': 'Top DVD <a href="http://www.imdb.com/boxoffice/rentals/">rentals</a> chart', 'description': 'Top DVD <a href="http://www.imdb.com/boxoffice/rentals">rentals</a> chart',
'default': True, 'default': True,
}, },
{ {
@ -312,7 +312,7 @@ config = [{
'name': 'chart_display_rentals', 'name': 'chart_display_rentals',
'type': 'bool', 'type': 'bool',
'label': 'DVD Rentals', 'label': 'DVD Rentals',
'description': 'Top DVD <a href="http://www.imdb.com/boxoffice/rentals/">rentals</a> chart', 'description': 'Top DVD <a href="http://www.imdb.com/boxoffice/rentals">rentals</a> chart',
'default': True, 'default': True,
}, },
{ {

Loading…
Cancel
Save