Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #61479 > unrolled thread
| Started by | Dan Stromberg <drsalists@gmail.com> |
|---|---|
| First post | 2013-12-10 08:35 -0800 |
| Last post | 2013-12-10 08:35 -0800 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Movie (MPAA) ratings and Python? Dan Stromberg <drsalists@gmail.com> - 2013-12-10 08:35 -0800
| From | Dan Stromberg <drsalists@gmail.com> |
|---|---|
| Date | 2013-12-10 08:35 -0800 |
| Subject | Re: Movie (MPAA) ratings and Python? |
| Message-ID | <mailman.3836.1386693308.18130.python-list@python.org> |
[Multipart message — attachments visible in raw view] — view raw
On Mon, Dec 9, 2013 at 10:48 PM, Paul Scott <pscott209@gmail.com> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 10/12/2013 08:40, Ben Finney wrote: > > Dan Stromberg <drsalists@gmail.com> writes: > > > >> Is anyone using a module or database that gives Python 3.x access > >> to MPAA ratings (EG G, PG, PG-13, etc.)? > > If you are already using IMDB you should have a look at > http://imdbpy.sourceforge.net/downloads.html as well. It provides a > relatively simple Python interface to either a local or hosted IMDB > dataset and allows you to grab the MPAA rating directly from the > canonical movie name. > I believe this was the module I got the farthest with. I was using it without a local database, instead querying IMDB's website. However, it appeared to be 2.x only (no 3.x yet), and it was tracebacking a lot. The rest of the IMDB-related packages on Pypi appeared to have tiny version numbers, or to have not been updated in quite a while.
Back to top | Article view | comp.lang.python
csiph-web