Davide Alberani

Results 84 comments of Davide Alberani

pardon for the long delay: thanks for your help!

I do not think that we currently support this, but for sure @uyar knows best.

try without the "-c" option, so that no CSV file is created and the db is written directly (it will be slower). Please consider that the old dataset is obsolete,...

Closed for inactivity. If this happens again, please reopen.

Please consider that the sql parser is obsolete, since the data it uses is not updated since a long time. Having said that, we are open to patches to fix...

Hi, there's no parser for that page. It should not be too complex to write (and you may look at the simpler parsers in movieParser.py), but some things must be...

Hi @dvzrv , good point. We do not have a testsuite for the s3 data access system since it's not easy to do. But I've just used sqlalchemy 1.4.15 to...

Hi @omermikhailk , you are right: I've never seen this kind of listing for the episodes. We should think about a way to parse both, if possible. At the moment...

@kostyafarber thanks! It's not so simple, since it's not just another page about a movie, but let's see... In the `IMDbBase` class (`imdb/__init__.py` file) add a new key named `showtimes`...

hi! I've merged the PR of @kostyafarber (thanks!) after some changes. Now the `get_showtimes()` method returns a list of objects with information about the cinema and the movies. An example...