Use imdb scraper library in a python addon
#1
Hello,
I am writing a little script which needs to fetch some data from imdb. I know the scrapers can do this stuff perfectly well so I am trying to use their functions.

I added the import to my addon.xml:
Code:
<import addon="metadata.common.imdb.com" version="2.8.5"/>

But how can I access the available functions? They aren't written in python, is it even possible to use?
I want to use GetIMDBAKATitlesById and GetIMDBRatingById if this matters.
Reply
#2
nope, you'd have to write your own functions in python to fetch that data from imdb.
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#3
Okay, thank you for the quick response!
Reply

Logout Mark Read Team Forum Stats Members Help
Use imdb scraper library in a python addon0