1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-19 11:39:28 +00:00

[seznamzpravy] Remove debug output

This commit is contained in:
Sergey M․ 2018-01-29 04:40:07 +07:00
parent 466000fc6b
commit b9d52fb2ca
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D

View file

@ -159,7 +159,6 @@ class SeznamZpravyArticleIE(InfoExtractor):
webpage = self._download_webpage(url, article_id)
info = self._search_json_ld(webpage, article_id, default={})
print(info)
title = info.get('title') or self._og_search_title(webpage, fatal=False)
description = info.get('description') or self._og_search_description(webpage)