KBlixt / subcleaner

removes ads from subtitle files cleanly.
284 stars 12 forks source link

Added "--removed" or "-a" flag to only show when an ad-block is removed #21

Closed bweise84 closed 1 year ago

bweise84 commented 1 year ago

Not sure if "--removed" and "-a" are the best flags to use for this. Feel free to change in line 153 of main.py if you think something different should be used.

This flag is basically a copy of the minimal flag, except it makes it only outputs if a block is removed. Minimal shows if a block is removed, or if there is a warning.

KBlixt commented 1 year ago

Looks good to me, But in the future would be great if you squashed fixes or amended the commits.

bweise84 commented 1 year ago

Ah, sorry about that. Still pretty new to git and didn't realize that's what you're supposed to do. Will do in the future