Browse Source

[seznamzpravy] Remove debug output

master-ytdl-org
Sergey M․ 7 years ago
parent
commit
b9d52fb2ca
No known key found for this signature in database GPG Key ID: 2C393E0F18A9236D
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      youtube_dl/extractor/seznamzpravy.py

+ 0
- 1
youtube_dl/extractor/seznamzpravy.py 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)


Loading…
Cancel
Save