Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add an arg to list the installed scrapers #283

Closed
bachig26 opened this issue Apr 8, 2024 · 3 comments
Closed

add an arg to list the installed scrapers #283

bachig26 opened this issue Apr 8, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@bachig26
Copy link
Contributor

bachig26 commented Apr 8, 2024

Describe the feature/change you'd like.
at the moment, the plugins has it's default scrapers, so we're calling it just using the keyword like films, youtube, etc.
but if the default scraper doesn't work. most people using don't remember having other scrapers available and one needs to look through the plugins repo or most of will open an issue.

if an arg specifically available to list out the installed/available scrapers in the plugins, will make it easier to use without exiting the terminal.
for example, after calling the arg in mov-cli like mov-cli --list-scrapers or mov-cli -ls;
then it could show the available scrapers like below:

films
{namespace}.{scraper}
{namespace}.{scraper}

youtube
{namespace}.{scraper}

anime
{namespace}.{scraper}
{namespace}.{scraper}

might be useful also by indicating which one is the default scraper now.

@bachig26 bachig26 added the enhancement New feature or request label Apr 8, 2024
@r3tr0ananas
Copy link
Member

I'll look in to it.

@r3tr0ananas
Copy link
Member

Will be added with v4.3.

@r3tr0ananas
Copy link
Member

0632aad

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants