@@ -350,7 +350,6 @@ def get_transcript_text(self, id_, group_channels_by=None, group_channels_thresh
350350 raise ValueError ('id_ must be provided' )
351351
352352 url = self ._build_transcript_url (
353- self ,
354353 id_ ,
355354 group_channels_by = group_channels_by ,
356355 group_channels_threshold_ms = group_channels_threshold_ms
@@ -378,7 +377,6 @@ def get_transcript_text_as_stream(self, id_, group_channels_by=None, group_chann
378377 raise ValueError ('id_ must be provided' )
379378
380379 url = self ._build_transcript_url (
381- self ,
382380 id_ ,
383381 group_channels_by = group_channels_by ,
384382 group_channels_threshold_ms = group_channels_threshold_ms
@@ -406,7 +404,6 @@ def get_transcript_json(self, id_, group_channels_by=None, group_channels_thresh
406404 raise ValueError ('id_ must be provided' )
407405
408406 url = self ._build_transcript_url (
409- self ,
410407 id_ ,
411408 group_channels_by = group_channels_by ,
412409 group_channels_threshold_ms = group_channels_threshold_ms
@@ -434,7 +431,6 @@ def get_transcript_json_as_stream(self, id_, group_channels_by=None, group_chann
434431 raise ValueError ('id_ must be provided' )
435432
436433 url = self ._build_transcript_url (
437- self ,
438434 id_ ,
439435 group_channels_by = group_channels_by ,
440436 group_channels_threshold_ms = group_channels_threshold_ms
@@ -462,7 +458,6 @@ def get_transcript_object(self, id_, group_channels_by=None, group_channels_thre
462458 raise ValueError ('id_ must be provided' )
463459
464460 url = self ._build_transcript_url (
465- self ,
466461 id_ ,
467462 group_channels_by = group_channels_by ,
468463 group_channels_threshold_ms = group_channels_threshold_ms
0 commit comments