KBlixt / subcleaner

removes ads from subtitle files cleanly.
288 stars 13 forks source link

Mr Robot issue #48

Closed IAmTheMilkManMyMilkIsDelicious closed 1 year ago

IAmTheMilkManMyMilkIsDelicious commented 1 year ago

Subcleaner fails to clean files that have extensions before .srt. It's a very specific issue but Mr Robot has episode names with file extensions in them (and possibly some other shows) so subcleaner doesn't parse them.

  INFO: failed to clean following files:
  INFO:   - 'Mr. Robot - S01E10 - eps1.9_zer0-day.avi.en.srt' reason: language 'avi' have no regex profile associated with it.
  INFO:   - 'Mr. Robot - S01E06 - eps1.5_br4ve-trave1er.asf.en.srt' reason: language 'asf' have no regex profile associated with it.
  INFO:   - 'Mr. Robot - S01E03 - eps1.2_d3bug.mkv.en.srt' reason: language 'mkv' have no regex profile associated with it.
  INFO:   - 'Mr. Robot - S01E01 - eps1.0_hellofriend.mov.en.srt' reason: language 'mov' have no regex profile associated with it.
KBlixt commented 1 year ago

Oh... Nice find, will take a look at this

KBlixt commented 1 year ago

This should now be resolved. :)