mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-23 19:33:59 +01:00
[raiplay:playlist] Remove a debug leftover print()
This commit is contained in:
parent
3a9c928426
commit
28fcb7b061
|
@ -274,7 +274,6 @@ def _real_extract(self, url):
|
|||
('programma', 'nomeProgramma'), webpage, 'title')
|
||||
description = unescapeHTML(self._html_search_meta(
|
||||
('description', 'og:description'), webpage, 'description'))
|
||||
print(description)
|
||||
|
||||
entries = []
|
||||
for mobj in re.finditer(
|
||||
|
|
Loading…
Reference in New Issue
Block a user