Page 1 of 1

[SNIPPET] IMDb Original Title

Posted: 24 Jul 2013, 15:14
by rednoah
Here's a format hack that hooks into filebot internals and tries to scrape the original title from the imdb movie page.

e.g.
Appleseed (2004) => Appurushîdo

Code: Select all

{net.sourceforge.filebot.WebServices.IMDb.scrape(imdbid, '''//SPAN[@class='title-extra']''').match('"(.+)"')}