We got nominated! Help us out and vote for GitHub as Best Bootstrapped Startup of 2008. (You can vote once a day.) [ hide ]

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
Bumped version to 0.2 for inital PyPi release
dbr (author)
Tue Jul 22 05:57:36 -0700 2008
commit  0f200b60faea59902ada2cc1a829de97beb508cb
tree    3c691e4a449b9a1d68082b958b0cf2fe01623a5b
parent  b03eae8539a86fb9dbd41f9a28a044ee7b800c7a
...
18
19
20
21
 
22
23
24
...
18
19
20
 
21
22
23
24
0
@@ -18,7 +18,7 @@ Example usage:
0
 'Cabin Fever'
0
 """
0
 __author__ = "dbr/Ben"
0
-__version__ = "0.1"
0
+__version__ = "0.2"
0
 
0
 class _Ddict(dict):
0
     """Lazy-dict, automatically creates multidimensional dicts
...
13
14
15
16
 
17
18
19
...
13
14
15
 
16
17
18
19
0
@@ -13,7 +13,7 @@ Uses data from www.thetvdb.com via tvdb_api
0
 """
0
 
0
 __author__ = "dbr/Ben"
0
-__version__ = "0.1"
0
+__version__ = "0.2"
0
 
0
 import os, sys, re
0
 from optparse import OptionParser

Comments

    No one has commented yet.