mirror of
https://github.com/l1ving/youtube-dl
synced 2025-01-25 07:45:38 +08:00
Remove debugging line
This commit is contained in:
parent
bea82b3acf
commit
b8c954c1f8
@ -595,7 +595,6 @@ class FFmpegSlicePP(FFmpegPostProcessor):
|
|||||||
return start_time, end_time
|
return start_time, end_time
|
||||||
|
|
||||||
def run(self, info):
|
def run(self, info):
|
||||||
import pudb; pudb.set_trace()
|
|
||||||
filename = info['filepath']
|
filename = info['filepath']
|
||||||
temp_filename = prepend_extension(filename, 'temp')
|
temp_filename = prepend_extension(filename, 'temp')
|
||||||
start_time, end_time = self._parse_time(info['duration'])
|
start_time, end_time = self._parse_time(info['duration'])
|
||||||
|
Loading…
Reference in New Issue
Block a user