python file-mapper.py <path> [--type=] [--lang=] [--mal=] [--wikipedia=] [--prefill] [--debug]
--type=[anime]
Simplify type matching telling the engine what type it should be using.
--lang=[en, ja]
Simplify language matching telling the engine what language the 'path' name is writted in.
-------------- PREFILLABLE -----------------
--mal=[<url>]
MAL episodes URL matching:
- https://api.myanimelist.net/v2/anime?q={anime}&fields=alternative_titles
--wikipedia=[<url>]
Wikipedia episodes URL matching:
- https://en.wikipedia.org/wiki/List_of_{anime}_episodes
- https://en.wikipedia.org/wiki/{anime}#Episode_list
coverage run -m unittest discover