logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: 0161353d7d2d0f0fce1ecaa2f77471d787ee9bdd
parent 2b4ecde2c8e7d405758a3a80190c646940fe7e9a
Author: Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Date:   Fri,  6 Feb 2015 23:58:01 +0100

[test/test_YoutubeDL] Remove debug print call

Diffstat:

Mtest/test_YoutubeDL.py1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/test/test_YoutubeDL.py b/test/test_YoutubeDL.py @@ -377,7 +377,6 @@ class TestFormatSelection(unittest.TestCase): class SimplePP(PostProcessor): def run(self, info): - print(audiofile) with open(audiofile, 'wt') as f: f.write('EXAMPLE') info['filepath']