projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28fcb7b
)
[popcorntv] Remove debug output
author
Sergey M․
<dstftw@gmail.com>
Wed, 19 Sep 2018 15:16:43 +0000
(22:16 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Wed, 19 Sep 2018 15:16:43 +0000
(22:16 +0700)
youtube_dl/extractor/popcorntv.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/popcorntv.py
b/youtube_dl/extractor/popcorntv.py
index ac901f42655a7f78225be3d9532caef41782f457..9f834fb6ce6b8da641da4dc7df64cba0f83811fd 100644
(file)
--- 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(