Changes
- Migrated to the new Mangadex API
- Slight output changes
- Downloader will now exit with status code 1 if config has a invalid language code
Removed
- MDHome setting
New
- Data saving setting `conf --data-saver` that will download the lower quality images (off by default)
- `--data-saver {yes(y),no(n)}` flag for `down` and `update` that overwrites the data saver setting in the config file
- `down --language` and `update --language` arguments that allow to overwrite the config language setting
Fixes
- Mangadex no longer says that there's been an error when no chapters found matching the criteria but just prints that none were found
- Crash on python 3.6 because of unsupported `required` keyword argument in `add_subparsers`