Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 801 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 801 Bytes

See https://opentitles.info/ for download links and more information.

OpenTitles Definition

The definition repository contains the list of media that OpenTitles keeps track of. Feel free to open a pull request to add a new medium! Every time a pull request get opened, the validator (located in /src) will check every medium to see if the definition is functional.

Running

npm ci
npm run compile
npm start

In order to validate some media only, simply pass their names as space-separated parameters:

npm start CNN
npm start NOS AD Volkskrant

This selection is case-sensitive, check media.json for the proper spelling and capitalization.