fixed bug in cli that didn't handle txt files (from google)
This commit is contained in:
@@ -9,6 +9,7 @@ from .. import helpers
|
||||
class AmazonConverter(TranscriptConverter):
|
||||
|
||||
name = 'amazon'
|
||||
transcript_type = dict
|
||||
|
||||
def __init__(self, json_data):
|
||||
super().__init__(json_data)
|
||||
|
||||
Reference in New Issue
Block a user