youtube-transcript-api/youtube_transcript_api
Chris Howell 1c0d584959 Add more functionality to TranscriptFormatter base class
Due to the behavior of the CLI and API, needed more flexibility for combining 1 or many transcripts for a given formatter.

- Now can specify a DELIMITER to separate multiple transcripts on.
- Can also specify how those items are combine overriding the combine class method.

Remove unused imports
Fix adjust some lines to meet PEP
2020-07-09 00:04:08 -07:00
..
test replace CLI json arg with format in test_cli.py 2020-07-08 15:14:32 -07:00
__init__.py Redid errors for cookies, improved testing coverage 2020-01-30 21:53:18 -08:00
__main__.py test suite and corresponding tooling added 2019-03-14 17:04:34 +01:00
_api.py Fix _api.py old kwarg 2020-07-08 15:25:32 -07:00
_cli.py Update _cli.py 2020-07-08 15:23:10 -07:00
_errors.py Redid errors for cookies, improved testing coverage 2020-01-30 21:53:18 -08:00
_html_unescaping.py test suite and corresponding tooling added 2019-03-14 17:04:34 +01:00
_settings.py refactored the way transcript information is retrieved and thereby improved error messages 2019-12-08 14:40:57 +01:00
_transcripts.py added public list_transcripts method 2019-12-30 15:20:47 +01:00
formatters.py Add more functionality to TranscriptFormatter base class 2020-07-09 00:04:08 -07:00