ExecAfterDownloadPP, YoutubeDL: remove unused parameters

This commit is contained in:
Jaime Marquínez Ferrándiz 2015-05-10 17:41:11 +02:00
parent 370b39e8ec
commit 95c5534f8e
3 changed files with 1 additions and 5 deletions

View file

@ -260,7 +260,6 @@ class YoutubeDL(object):
The following options are used by the post processors:
prefer_ffmpeg: If True, use ffmpeg instead of avconv if both are available,
otherwise prefer avconv.
exec_cmd: Arbitrary command to run after downloading
"""
params = None