]> Raphaƫl G. Git Repositories - youtubedl/blobdiff - youtube_dl/extractor/popcorntv.py
New upstream version 2018.11.07
[youtubedl] / youtube_dl / extractor / popcorntv.py
index ac901f42655a7f78225be3d9532caef41782f457..9f834fb6ce6b8da641da4dc7df64cba0f83811fd 100644 (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(