mirror of
https://source.netsyms.com/Mirrors/youtube-dl
synced 2024-11-03 03:40:20 +00:00
[test/test_YoutubeDL] Remove debug print call
This commit is contained in:
parent
2b4ecde2c8
commit
0161353d7d
@ -377,7 +377,6 @@ class TestFormatSelection(unittest.TestCase):
|
|||||||
|
|
||||||
class SimplePP(PostProcessor):
|
class SimplePP(PostProcessor):
|
||||||
def run(self, info):
|
def run(self, info):
|
||||||
print(audiofile)
|
|
||||||
with open(audiofile, 'wt') as f:
|
with open(audiofile, 'wt') as f:
|
||||||
f.write('EXAMPLE')
|
f.write('EXAMPLE')
|
||||||
info['filepath']
|
info['filepath']
|
||||||
|
Loading…
Reference in New Issue
Block a user