Пример #1
0
    def setUp(self):
        test_content = StringIO(u"""WEBVTT - it does not matter what is here

1
00:03.490 --> 00:00:07.430
FISHER: All right. So, let's begin.
This session is: Going Šocial

00:07.430 --> 00:00:11.600
with the YouTube APIs. I am
Jeff Fisher,

idsarenotnecessarilynumbers
00:00:11.600 --> 00:00:14.009
and this is Johann Hartmann,
we're presenting today.

3
00:00:14.009 --> 00:00:15.889 position:10%,start align:start region:nobodycares size:35%
[pause]
""")
        self.reader = Reader(test_content)
        self.writer = Writer(StringIO())