Skip to content
This repository has been archived by the owner on Sep 25, 2021. It is now read-only.

Commit

Permalink
Merge pull request #6010 from razorloves/develop
Browse files Browse the repository at this point in the history
remove defunct imdb dvd rental chart
  • Loading branch information
RuudBurger committed Jan 28, 2016
2 parents 2c939c4 + 17da8ff commit e0e9010
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions couchpotato/core/media/movie/providers/automation/imdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,8 @@ class IMDBBase(Automation, RSS):
'name': 'IMDB - Box Office',
'url': 'http://www.imdb.com/boxoffice/',
},
'rentals': {
'order': 3,
'name': 'IMDB - Top DVD rentals',
'url': 'http://www.imdb.com/boxoffice/rentals',
'type': 'json',
},
'top250': {
'order': 4,
'order': 3,
'name': 'IMDB - Top 250 Movies',
'url': 'http://www.imdb.com/chart/top',
},
Expand Down Expand Up @@ -269,13 +263,6 @@ def getChartList(self):
'description': 'New Movies <a href="http://www.imdb.com/movies-in-theaters/" target="_blank">In-Theaters</a> chart',
'default': True,
},
{
'name': 'automation_charts_rentals',
'type': 'bool',
'label': 'DVD Rentals',
'description': 'Top DVD <a href="http://www.imdb.com/boxoffice/rentals" target="_blank">rentals</a> chart',
'default': True,
},
{
'name': 'automation_charts_top250',
'type': 'bool',
Expand Down Expand Up @@ -318,13 +305,6 @@ def getChartList(self):
'description': 'IMDB <a href="http://www.imdb.com/chart/top/" target="_blank">TOP 250</a> chart',
'default': False,
},
{
'name': 'chart_display_rentals',
'type': 'bool',
'label': 'DVD Rentals',
'description': 'Top DVD <a href="http://www.imdb.com/boxoffice/rentals" target="_blank">rentals</a> chart',
'default': True,
},
{
'name': 'chart_display_boxoffice',
'type': 'bool',
Expand Down

0 comments on commit e0e9010

Please sign in to comment.