aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/postprocessor/execafterdownload.py
AgeCommit message (Expand)Author
2017-06-17[postprocessor/execafterdownload] Encode command line (closes #13407)Sergey M․
2016-05-10[compat] Rename shlex_quote and remove unused subprocess_check_outputYen Chi Hsuan
2016-02-14[refactor] Single quotes consistencySergey M․
2015-05-10ExecAfterDownloadPP: fix __init__ methodJaime Marquínez Ferrándiz
2015-05-10ExecAfterDownloadPP, YoutubeDL: remove unused parametersJaime Marquínez Ferrándiz
2015-04-18Postprocessors: use a list for the files that can be deletedJaime Marquínez Ferrándiz
2014-12-09Fix PEP8 issue E713Jaime Marquínez Ferrándiz
2014-11-23PEP8 appliedJouke Waleson
2014-11-02[util] Move compatibility functions out of utilPhilipp Hagemeister
2014-08-25[execafterdownload] Simplify (#3569)Philipp Hagemeister
2014-08-24Moved from os.system to subprocess.callmcd1992
2014-08-24Implemented --exec option.mcd1992