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

Update the imdb api endpoint URL #10

Closed benjaminch closed 8 years ago

benjaminch commented 8 years ago

Hello,

Just noticed that the imdb api endpoint has been updated from http://imdbapi.poromenos.org/json/?name= to http://imdbapi.poromenos.org/js/?name= The old endpoint returns a 500.

Thanks a lot for this really cool tool :)

Cheers, Benjamin

skorokithakis commented 8 years ago

Oh, oops, I updated IMDBAPI and must have changed the link. Rather than breaking all the scripts out there, I'll add an alias to the server, but thank you for the pull request.

Let me fix the server and I'll see if this should be merged as well, thanks again!

skorokithakis commented 8 years ago

Fixed, thanks for the heads up!

benjaminch commented 8 years ago

No probs ! Thanks you for this great tool :)