fixed bug where xml data was also returned when using cli

This commit is contained in:
Jonas Depoix 2018-07-15 10:57:14 +02:00
parent 48e69cf7a2
commit 5e1f020ccf
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 [