This program converts youtube subtitle XML file into srt file.
Specify subtitle XML file retrieved from YouTube as an input. This outputs SRT onto your display.
$ python main.py abcde.xmlYou can specify output SRT filename with -o option.
The output file is written with UTF-8 encoding.
$ python main.py -o abcde.srt abcde.xmlNot fully tested.
Copyright (c) 2017, Shigemi ISHIDA
This software is released under the BSD 3-clause license.
See LICENSE.