public
Description: Simple to use TVDB (thetvdb.com) API in Python, and automatic TV episode namer
Homepage: http://dbr.lighthouseapp.com/projects/13342-tvdb_api/tickets
Clone URL: git://github.com/dbr/tvdb_api.git
Search Repo:
Removed unused interactive flag from _getSeries function
dbr (author)
Fri May 16 07:56:39 -0700 2008
commit  bec8258b2561b6bbc4e9576f74644d654bb00763
tree    3328146c5443e617643681e6f739ba60bef934d9
parent  4aa3f868c4aefda279afe7efde0540c506e06f6e
...
104
105
106
107
 
108
109
110
...
104
105
106
 
107
108
109
110
0
@@ -104,7 +104,7 @@
0
         return mirrors
0
     #end _getMirrors
0
 
0
- def _getSeries(self,series,interactive=False):
0
+ def _getSeries(self,series):
0
         seriesSoup = self._getsoupsrc( self.config['url_getSeries'] % (series) )
0
         allSeries=[]
0
         for series in seriesSoup.findAll('series'):

Comments

    No one has commented yet.