skorokithakis / episode-renamer

Episode renamer is a simple python script that renames folders of TV episode video files to their proper names.
http://pypi.python.org/pypi/episode-renamer/
41 stars 8 forks source link

Use google search API for '-g' option. #8

Closed bboe closed 12 years ago

bboe commented 12 years ago

The google search soup parsing appeared to be broken, thus I replaced that with the deprecated (limited queries per day) json-search API.

Also updated setup.py to be a non-DOS file and to only require simplejson if json could not be imported. Finally bumped up the beautifulsoup requirement as setup.py failed with the older version.

skorokithakis commented 12 years ago

You are a gentleman and a scholar.