Update youtube_dl/extractor/tvp.py

Co-authored-by: dirkf <fieldhouse@gmx.net>
This commit is contained in:
bibiak 2023-05-22 21:22:27 +02:00 committed by GitHub
parent 79b0cde4dc
commit e7c42394a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -112,7 +112,6 @@ if not hasattr(InfoExtractor, '_match_valid_url'):
if not json_string:
return default
# self._downloader._format_err(name, self._downloader.Styles.EMPHASIS)
try:
# return self._parse_json(json_string, video_id, ignore_extra=True, **kwargs)
return self._parse_json(json_string, video_id, **kwargs)