瀏覽代碼

[popcorntv] Remove debug output

Sergey M․ 7 年之前
父節點
當前提交
4ac73fc170
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      youtube_dl/extractor/popcorntv.py

+ 0 - 2
youtube_dl/extractor/popcorntv.py

@@ -58,8 +58,6 @@ class PopcornTVIE(InfoExtractor):
         thumbnail = self._og_search_thumbnail(webpage)
         thumbnail = self._og_search_thumbnail(webpage)
         timestamp = unified_timestamp(self._html_search_meta(
         timestamp = unified_timestamp(self._html_search_meta(
             'uploadDate', webpage, 'timestamp'))
             'uploadDate', webpage, 'timestamp'))
-        print(self._html_search_meta(
-            'duration', webpage))
         duration = int_or_none(self._html_search_meta(
         duration = int_or_none(self._html_search_meta(
             'duration', webpage), invscale=60)
             'duration', webpage), invscale=60)
         view_count = int_or_none(self._html_search_meta(
         view_count = int_or_none(self._html_search_meta(