projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7043ef
)
[pyvideo] Remove debugging code
author
Sergey M․
<dstftw@gmail.com>
Tue, 30 Aug 2016 18:56:58 +0000
(
01:56
+0700)
committer
Sergey M․
<dstftw@gmail.com>
Tue, 30 Aug 2016 18:56:58 +0000
(
01:56
+0700)
youtube_dl/extractor/pyvideo.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/pyvideo.py
b/youtube_dl/extractor/pyvideo.py
index 08ec09183b799c0299208b5ef8796d1f305b2858..b8ac93a62c4157ae51335efcadf83ca363272f19 100644
(file)
--- a/
youtube_dl/extractor/pyvideo.py
+++ b/
youtube_dl/extractor/pyvideo.py
@@
-38,7
+38,6
@@
class PyvideoIE(InfoExtractor):
% (category, video_id), video_id, fatal=False)
if data:
- print(data)
for video in data['videos']:
video_url = video.get('url')
if video_url: