ttml to srt conversion

rewrite SubtitleConverter (use JSoup library instead, remove unused methods)
This commit is contained in:
kapodamy 2020-01-14 00:00:45 -03:00
parent aa4329a666
commit 3877cec0ff
4 changed files with 100 additions and 397 deletions

View file

@ -832,7 +832,6 @@ public class DownloadDialog extends DialogFragment implements RadioGroup.OnCheck
psArgs = new String[]{
selectedStream.getFormat().getSuffix(),
"false",// ignore empty frames
"false",// detect youtube duplicate lines
};
}
break;