removed simulated stdin

This commit is contained in:
Kjistóf 2017-01-15 22:07:21 +01:00
parent 96bfb29cf2
commit bbf8389889
1 changed files with 0 additions and 2 deletions

View File

@ -32,8 +32,6 @@ def getDuration(ffprobe_output):
return duration
argv.append('https://coub.com/view/aeeuu') # TODO: remove debug line
FILES = {Stream.AUDIO: 'audio', Stream.VIDEO: 'video',
File.LIST: 'list.txt', File.LOOP: 'loop', File.OUTPUT: 'output.mp4'}
OUTPUT_KEYS = [File.OUTPUT]