Exemple #1
0
 def setUp(self):
     test_content = StringIO(u"""
     0:00:03.490,0:00:07.430
     >> FISHER: All right. So, let's begin.
     This session is: Going Social
     
     0:00:07.430,0:00:11.600
     with the YouTube APIs. I am
     Jeff Fisher,
     
     0:00:11.600,0:00:14.009
     and this is Johann Hartmann,
     we're presenting today.
     
     0:00:14.009,0:00:15.889
     [pause]
     """)
     self.reader = Reader(test_content)
     self.writer = Writer(StringIO())