emericg / OpenSubtitlesDownload

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

It would be nice to have a cli option to show/hide "hearing impaired (HI)" results for English subtitles #98

Closed rasitayaz closed 6 months ago

rasitayaz commented 1 year ago

Thanks for this useful script. When displaying English subtitles using cli, HI results are showing > "HI" after the title, which is a great idea and helpful for distinguishing them. And I'm assuming the same information can be used with a cli option to filter out them.

emericg commented 6 months ago

Good idea, I'll add that soon!

emericg commented 6 months ago

Alright, version 6.1 adds a way to do that, either set opt_ignore_hi = True or use --nohi with the CLI. Thanks for the suggestion.