1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-12 18:17:18 +08:00

[popcorntv] Remove debug output

This commit is contained in:
Sergey M․ 2018-09-19 22:16:43 +07:00 committed by Ni Ndogo
parent d5844654f0
commit 0cb7051de6

View File

@ -58,8 +58,6 @@ class PopcornTVIE(InfoExtractor):
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(