mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 17:22:31 +01:00
[seznamzpravy] Remove debug output
This commit is contained in:
parent
466000fc6b
commit
b9d52fb2ca
@ -159,7 +159,6 @@ def _real_extract(self, url):
|
||||
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…
Reference in New Issue
Block a user