logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: 4ac73fc170f41ccb2d468a0b8563b2ec39d9e9b9
parent 28fcb7b06178cebfc361f0d1c491ea9507b0d75e
Author: Sergey M․ <dstftw@gmail.com>
Date:   Wed, 19 Sep 2018 22:16:43 +0700

[popcorntv] Remove debug output

Diffstat:

Myoutube_dl/extractor/popcorntv.py2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/youtube_dl/extractor/popcorntv.py b/youtube_dl/extractor/popcorntv.py @@ -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(