python-tvrage icon indicating copy to clipboard operation
python-tvrage copied to clipboard

python-tvrage is a client interface for tvrage.com's XML-based api feeds (see http://www.tvrage.com/xmlfeeds.php).

Results 5 python-tvrage issues
Sort by recently updated
recently updated
newest added

includes ckreutzer:master pull requests #2,#4,#5,#6,#7,#8; uses logging for output timeouts in requests

1. ValueError when parsing 'Ended@' making split('@') fail. See: http://services.tvrage.com/tools/quickinfo.php?show=big%20brother 2. ValueError when show name begins with '@'. See: http://services.tvrage.com/tools/quickinfo.php?show=@midnight

This text is dedicated for executables, but lacks the executable bits and cannot thus be executed.

I am getting tvrage error [Errno 10054] An existing connection was forcibly closed by the remote host. I think this relates to urllib2 and the connection timing out. Is there...