mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 20:30:41 -05:00
[popcorntv] Remove debug output
This commit is contained in:
parent
28fcb7b061
commit
4ac73fc170
1 changed files with 0 additions and 2 deletions
|
@ -58,8 +58,6 @@ def _real_extract(self, url):
|
|||
thumbnail = self._og_search_thumbnail(webpage)
|
||||
timestamp = unified_timestamp(self._html_search_meta(
|
||||
'uploadDate', webpage, 'timestamp'))
|
||||
print(self._html_search_meta(
|
||||
'duration', webpage))
|
||||
duration = int_or_none(self._html_search_meta(
|
||||
'duration', webpage), invscale=60)
|
||||
view_count = int_or_none(self._html_search_meta(
|
||||
|
|
Loading…
Reference in a new issue