Hi Anupam,
asking for help always include what you want to do and what you have
already tried.

Most of the parental guide parsers are broken, at the moment.
The correct way to access what's available is:
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

import sys

from imdb import IMDb
ia = IMDb()

tm = ia.get_movie('0133093', info=['parents guide'])
print(sorted(tm.keys()))


On Thu, Aug 1, 2019 at 6:49 PM Anupam Yedida <[email protected]> wrote:
>
> Hi
>
> I am having trouble accessing the parents guide. Can you kindly help me out?
> _______________________________________________
> Imdbpy-help mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/imdbpy-help



-- 
Davide Alberani <[email protected]>  [PGP KeyID: 0x3845A3D4AC9B61AD]
http://www.mimante.net/


_______________________________________________
Imdbpy-help mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/imdbpy-help

Reply via email to