Imdbpy Versions Save

Cinemagoer is a Python package useful to retrieve and manage the data of the IMDb (to which we are not affiliated in any way) movie database about movies, people, characters and companies

2023.05.01

1 year ago

What's new in release 2023.05.01 (1922)

http:

  • #424: parse the "fullcredits" page for persons (courtesy of DLu)
  • #443: fix parser for plot summary (courtesy of Saleh Dehqanpour)
  • #448: always transform ratings to float
  • various other parsers fixed

2022.12.27

1 year ago

What's new in release 2022.12.27 (Turist)

A quick-fix release to avoid various problems fetching web pages.

  • #419: more fixes for movie searches
  • #426: support 308 Permanent Redirect HTTP code
  • better handling of locales
  • fixes for python2.7

2022.12.04

1 year ago

A lot of fixes for person and movie pages. Since now, the person pages will return a very limited list of movies for each role; there is nothing we can do about it.

  • #232: add get_showtimes() method (courtesy of Kostya Farber)
  • #388: add 'videos' key to extract movie trailer links
  • #391: add parental guide advisory votes (courtesy of salehdeh76)
  • #395: fix for some wrongly-formatted titles (courtesy of tsaklidis)
  • #396: raise exception on resize image (courtesy of tsaklidis)
  • #398: fix for production status
  • #415: change User-Agent to a more complete form
  • #419: fix movie and person searches
  • #420: introduce a contributor guide (courtesy of Elizabeth Thorne)
  • #421: fixes for person parsers

2022.02.11

2 years ago

[http]

  • #373: include TV shows in get top 50 by genre
  • #378: update documentation

[s3]

  • #378: rename s32imdbpy.py to s32cinemagoer.py

2022.01.26

2 years ago

NOTICE: the project has been renamed from IMDbPY to Cinemagoer.

Complete changelog:

[general]

  • #238: by default, exceptions are raised
  • #315: include all script in the ./bin directory
  • #318: fix kind of tv mini series in search results
  • #369: do not rebuild locales running setup.py clean
  • #371: support for 8-digit imdbIDs
  • #378: renamed to cinemagoer

[http]

  • #308: fix movie connections parser
  • #319: parse review rating
  • #327: do not strip new lines
  • #329: improve localized and original title
  • #330: fix for tv series for seasons not found
  • #331: fix kind of tv mini series in search results
  • #342: parse all information from full credits
  • #343: fix for mpaa and certificates from parental guide page
  • #344: extract advisories from parental guide page
  • #346: collect raw info from country code
  • #348: fix for series with no episodes
  • #349: relevant keywords
  • #357: add support for TV Special
  • #366: fix full-size image links
  • #372: support fox box office charts

2021.04.18

3 years ago
  • What's new in release 2021.04.18 (Black Sails)

    [general]

    • #289: Serbian translations
    • #290: update Portuguese translations
    • #291: allow direct access to filmography keys
    • #299: add pagination to get_movie_list (courtesy of Stein van Broekhoven)
    • #300: any iterable can be used as season_nums parameter of update_series_seasons
    • #305: fix ability to set logging level
    • #310: fix build of locales .mo files
    • #312: extract localized title

    [sql]

    • #287: fix missing logger