Scraper
The zilean scraper is the service responsible for ingestion of all content. This also includes metadata from imdb.
While the scraper does run as a scheduled task, it can also be run on demand, and manually from within the container. The scraper exists at /app/scraper
Running the Scraper
To run the scraper manually, you can use the following command:
This will run the scraper, and output the results to the console.
The following arguments are available when running the scraper:
Argument | Description |
---|---|
| Run the DMM scraper to import DMM Hash Lists. |
| Run the Ingestion syncer to sync from Zilean and Zurg instances in your config. |
| Force re-ingest IMDB metadata. |
| Force re-ingest IMDB metadata, then try to update any entries in your database that do not have an imdb id |
| Try to update any entries in your database that do not have an imdb id |
| Force re-ingest IMDB metadata, then Rematch / update any entries in your database with a new ImdbID |
| Rematch / update any entries in your database with a new ImdbID |