diff options
author | Sergey M․ <dstftw@gmail.com> | 2018-01-29 04:40:07 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2018-01-29 04:40:07 +0700 |
commit | b9d52fb2cacd25df74079dfd8b26d7545ba305f0 (patch) | |
tree | c06c6b4f932bc3f0115a11f619d1a431afc0bc4c /youtube_dl/extractor/seznamzpravy.py | |
parent | 466000fc6b731b557d34d4dc9c61bcdffd9a355b (diff) |
[seznamzpravy] Remove debug output
Diffstat (limited to 'youtube_dl/extractor/seznamzpravy.py')
-rw-r--r-- | youtube_dl/extractor/seznamzpravy.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/seznamzpravy.py b/youtube_dl/extractor/seznamzpravy.py index cf32d1e0c..6d4e3b76d 100644 --- a/youtube_dl/extractor/seznamzpravy.py +++ b/youtube_dl/extractor/seznamzpravy.py @@ -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) |