Merge pull request #2 from jdepoix/bugfix/ISSUE-1

fixed bug where xml data was also returned when using cli
This commit is contained in:
jdepoix 2018-07-15 10:57:55 +02:00 committed by GitHub
commit 48cb31fe3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -14,7 +14,7 @@ def get_requirements():
setuptools.setup(
name="youtube_transcript_api",
version="0.1.0",
version="0.1.1",
author="Jonas Depoix",
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!",

View File

@ -110,7 +110,6 @@ class _TranscriptParser():
def __init__(self, plain_data):
self.plain_data = plain_data
print(plain_data)
def parse(self):
return [