-
-
Notifications
You must be signed in to change notification settings - Fork 313
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
Download next subtitle (different from the previous one) #752
Comments
Yes, the -f option is for that. @click.option('-f', '--force', is_flag=True, default=False, help='Force download even if a subtitle already exist.') |
@jjnilton if that subtitle you previously downloaded still has the higher score, it will be downloaded again Btw do you pass min_score? Maybe that's the reason you are getting wrong subtitles |
@fernandog I don't pass min_score, but even if I pass it, it will download the subtitle with the higher score, right? So it will download the same subtitle over and over again, I guess. The idea would be to make sure the exact same subtitle won't be downloaded again. |
Since #1160, you can skip a subtitle with the CLI option |
Is there an option to download the next subtitle, a different subtitle to replace the previous one?
Sometimes the subtitle is not good, so I wanted to ignore that subtitle for the next search, is there an option for that?
I saw that there's the
-f
option, but I'm not sure if it's downloading the same subtitle over and over again.The text was updated successfully, but these errors were encountered: