~ddormer/renamer/1125067-add-prepare-method

« back to all changes in this revision

Viewing changes to renamer/plugins/tv.py

  • Committer: Jonathan Jacobs
  • Date: 2010-04-29 13:12:48 UTC
  • Revision ID: korpse@slipgate.za.net-20100429131248-bfgpb7juvzzbia7k
Use new TV Rage quickinfo URL.

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
        Look up TV episode information on TV Rage.
88
88
        """
89
89
        qs = urllib.urlencode([('show', showName), ('ep', key)])
90
 
        url = 'http://www.tvrage.com/quickinfo.php?%s' % (qs,)
 
90
        url = 'http://services.tvrage.com/tools/quickinfo.php?%s' % (qs,)
91
91
 
92
92
        def getParams(page):
93
93
            data = {}