Sebastian Schreck
Sebastian Schreck
During the login to IMDB, it might happen, that a captcha is required. * Research what causes this * maybe something in the login url? * Enable user to enter...
Create a pre-commit hook that * runs formatted (`black .`?) * linter (`mypy`, `flake8`, ...) If linting fails, the commit shall not be created. The same linting shall be used...
create the possibility to log events to a log file * configurable log levels? use the standard logging lib from python.
This project uses a dict for storing and passing the 'movie' around between parsers and inserters. In the past, this was actually a defined data class. Re-introduce the data class...
parse from multiple sources, merge results (merge strategy?), then insert somewhere e.g. `python3 transfer_ratings.py -s trakt -s imdb -d movielens`
**Is your feature request related to a problem? Please describe.** If the source of the parsed movies does not include the IMDB id of a movie, the movie matcher at...