Merge pull request #94 from freddiaN/master

allow it to also search-download masterani and not just watch from it
master
Vishnunarayan K I 2018-10-13 16:42:14 +05:30 committed by GitHub
commit 04c9da881a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ def cli():
@click.option(
'--provider',
help='The anime provider (website) for search.',
type=click.Choice(['9anime', 'kissanime', 'twist.moe', 'animepahe', 'kisscartoon'])
type=click.Choice(['9anime', 'kissanime', 'twist.moe', 'animepahe', 'kisscartoon', 'masterani'])
)
@click.option(
'--external-downloader', '-xd',