Work out a way of creating an extensible parser architecture.
Goals: simple, simple simple.
Ideas:
addParser(myFunctionThatParsesStuff,myFunctionThatTellsCaptionatorMyOtherFunctionCanHandleTheFormat); // My Other Function Is A Porsche
captionator.parser["ttml"] = myParseFunction;
Work out a way of creating an extensible parser architecture.
Goals: simple, simple simple.
Ideas: