youtube-transcript-api/youtube_transcript_api
Chris Howell c4b8b5b18d formatters.py python 2 compliant and misc.
Remove use of ABC, not part of Python 2 and implementing ABCMeta changes between Python 2 and 3 so left it out entirely. Base class now raises NotImplementedError manually.

Fix parse_timecode issue with start and end times being identical

Replaced uses of F-strings with .format() also for compatibility.
2020-07-09 20:13:58 -07:00
..
test Remove json.dumps from test_api.py 2020-07-09 00:06:14 -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 Remove json.dumps from test_api.py 2020-07-09 00:06:14 -07:00
_cli.py Update CLI to make use of new DELIMITER and combine method 2020-07-09 00:06:36 -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 formatters.py python 2 compliant and misc. 2020-07-09 20:13:58 -07:00