This commit is contained in:
Jonas Depoix 2019-07-22 13:16:18 +02:00
parent 9d302d679d
commit efd9e94541
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ def get_test_suite():
setuptools.setup( setuptools.setup(
name="youtube_transcript_api", name="youtube_transcript_api",
version="0.1.6", version="0.1.7",
author="Jonas Depoix", author="Jonas Depoix",
author_email="jonas.depoix@web.de", author_email="jonas.depoix@web.de",
description="This is an python API which allows you to get the transcripts/subtitles for a given YouTube video. It also works for automatically generated subtitles and it does not require a headless browser, like other selenium based solutions do!", description="This is an python API which allows you to get the transcripts/subtitles for a given YouTube video. It also works for automatically generated subtitles and it does not require a headless browser, like other selenium based solutions do!",