Browse Source

[popcorntv] Remove debug output

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

+ 0
- 2
youtube_dl/extractor/popcorntv.py 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(


Loading…
Cancel
Save