Update youtube_dl/extractor/tvp.py
Co-authored-by: dirkf <fieldhouse@gmx.net>
This commit is contained in:
parent
79b0cde4dc
commit
e7c42394a6
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user