2025-02-05 22:42:18 +01:00
2025-02-05 22:42:18 +01:00
2025-02-05 22:42:18 +01:00
2025-02-04 12:29:13 +01:00
2025-02-05 22:42:18 +01:00
2025-02-05 22:42:18 +01:00
2025-02-04 12:29:13 +01:00
2025-02-05 22:42:18 +01:00
2025-02-05 22:42:18 +01:00

Grattimdb is a scraper for imdb.com movie pages. It extract informations from https://www.imdb.com/title/ttXXXXXX/ pages, and output them on stdout in scfg format.

Scraped data is:

  { url : string
  ; name : string
  ; date : int
  ; description : string option
  ; image_url_opt : string option
  ; duration : string option
  ; directors : string list
  ; genres : string list }
Description
scraper for imdb.com movie pages
Readme
Languages
OCaml 99.5%
Dune 0.5%