Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!goblin3!goblin2!goblin.stu.neva.ru!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.005 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'url:sourceforge': 0.03; 'subject:Python': 0.06; 'pypi': 0.07; 'dan': 0.09; 'pgp': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; '>>': 0.16; ' -----begin': 0.16; 'cc:name:python list': 0.16; 'finney': 0.16; 'hash:': 0.16; 'imdb': 0.16; "imdb's": 0.16; 'sha1': 0.16; 'url:imdbpy': 0.16; 'website.\xa0': 0.16; 'wrote:': 0.18; 'module': 0.19; 'message-----': 0.19; 'pfxlen:0': 0.19; 'email addr:gmail.com>': 0.22; 'cc:addr:python.org': 0.22; '2.x': 0.24; 'mon,': 0.24; 'paul': 0.24; 'cc:2**0': 0.24; '>': 0.26; 'signed': 0.27; 'header:In-Reply-To:1': 0.27; 'rest': 0.29; 'subject:) ': 0.29; 'database,': 0.30; 'dec': 0.30; 'message- id:@mail.gmail.com': 0.30; 'gives': 0.31; '3.x': 0.31; 'lot.': 0.31; 'writes:': 0.31; 'anyone': 0.31; 'allows': 0.31; 'interface': 0.32; 'quite': 0.32; 'updated': 0.34; 'subject: (': 0.35; 'received:google.com': 0.35; 'version': 0.36; 'url:downloads': 0.36; 'subject:?': 0.36; 'should': 0.36; 'ben': 0.38; 'pm,': 0.38; 'hosted': 0.39; 'either': 0.39; 'simple': 0.61; 'grab': 0.64; 'movie': 0.65; 'relatively': 0.65; 'to:addr:gmail.com': 0.65; 'believe': 0.68; 'ratings': 0.68; 'subject:Movie': 0.84; 'canonical': 0.91; 'rating': 0.93; 'scott': 0.93; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=CKwQCspIQInosEQwlPerzihV69oJwTXiB9JaqCjtok8=; b=lfxMW/SfH4ej+T11k7k6egOLjEUPptZWn1QB1CPTDyEVVpn45vdNH0gsx2uVVMdION W6vhf4R+8Ea2MBVFfm9BYiYr2knpHDALtHTpAzyOlMdIntkgHB+Rz3UxyaXJTHSRIF/L Q2/TfmkkrFEIjaz6edeyHkwUt5znESs62ezHeA1BjCcr8DvQoCpWBKPzoFobn6XTpV43 1Bsu85ymHnwARU7ennQy2AfAwiJU7yk0l00q3JtSDP2vqk39VXVTqsKnWc5V5sS7KT7A aEmc/PVpXPoBsMAUbIYEUZaC3RyVSj3b85bbIkafXqldh5Gt1IsgHhhBGdC2B3X5Za31 5gwQ== MIME-Version: 1.0 X-Received: by 10.180.205.138 with SMTP id lg10mr19740787wic.30.1386693301218; Tue, 10 Dec 2013 08:35:01 -0800 (PST) In-Reply-To: <52A6B935.8010208@gmail.com> References: <7wk3fdmcna.fsf@benfinney.id.au> <52A6B935.8010208@gmail.com> Date: Tue, 10 Dec 2013 08:35:01 -0800 Subject: Re: Movie (MPAA) ratings and Python? From: Dan Stromberg To: Paul Scott Content-Type: multipart/alternative; boundary=001a11c38594a1b26404ed30b175 Cc: Python List X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 62 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1386693308 news.xs4all.nl 2975 [2001:888:2000:d::a6]:42690 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:61479 --001a11c38594a1b26404ed30b175 Content-Type: text/plain; charset=ISO-8859-1 On Mon, Dec 9, 2013 at 10:48 PM, Paul Scott wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 10/12/2013 08:40, Ben Finney wrote: > > Dan Stromberg 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. --001a11c38594a1b26404ed30b175 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

= On Mon, Dec 9, 2013 at 10:48 PM, Paul Scott <pscott209@gmail.com&g= t; wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 10/12/2013 08:40, Ben Finney wrote:
> Dan Stromberg <drsalists@gma= il.com> writes:
>
>> Is anyone using a module or database that gives Python 3.x access<= br> >> 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 farthe= st with.=A0 I was using it without a local database, instead querying IMDB&= #39;s website.=A0 However, it appeared to be 2.x only (no 3.x yet), and it = was tracebacking a lot.
=A0
The rest of the IMDB-related packages on Pypi appeared t= o have tiny version numbers, or to have not been updated in quite a while.<= br>
--001a11c38594a1b26404ed30b175--