emericg / OpenSubtitlesDownload

Automatically find and download the right subtitles for your favorite videos!
https://emeric.io/OpenSubtitlesDownload
GNU General Public License v3.0
595 stars 66 forks source link

missing options #54

Closed ialqwaiz closed 4 years ago

ialqwaiz commented 4 years ago

https://github.com/emericg/OpenSubtitlesDownload/blob/5c4ff626e56474c05b2c27f9a1ccdac82cb8b609/OpenSubtitlesDownload.py#L611

The option --skip or -i is not passed to the command in this section. Suggestion: if not opt_search_overwrite: command.append("--skip")

emericg commented 4 years ago

Yes indeed that was missing and should now be fixed, thanks!