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 <anup...@gmail.com> wrote:
>
> Hi
>
> I am having trouble accessing the parents guide. Can you kindly help me out?
> _______________________________________________
> Imdbpy-help mailing list
> Imdbpy-help@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/imdbpy-help



-- 
Davide Alberani <davide.alber...@gmail.com>  [PGP KeyID: 0x3845A3D4AC9B61AD]
http://www.mimante.net/


_______________________________________________
Imdbpy-help mailing list
Imdbpy-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-help

Reply via email to