about summary refs log tree commit diff
path: root/youtube_dl/postprocessor/execafterdownload.py
Commit message (Expand)AuthorAgeFilesLines
* [postprocessor/execafterdownload] Encode command line (closes #13407)Sergey M․2017-06-171-2/+5
* [compat] Rename shlex_quote and remove unused subprocess_check_outputYen Chi Hsuan2016-05-101-2/+2
* [refactor] Single quotes consistencySergey M․2016-02-141-1/+1
* ExecAfterDownloadPP: fix __init__ methodJaime Marquínez Ferrándiz2015-05-101-1/+2
* ExecAfterDownloadPP, YoutubeDL: remove unused parametersJaime Marquínez Ferrándiz2015-05-101-2/+1
* Postprocessors: use a list for the files that can be deletedJaime Marquínez Ferrándiz2015-04-181-1/+1
* Fix PEP8 issue E713Jaime Marquínez Ferrándiz2014-12-091-1/+1
* PEP8 appliedJouke Waleson2014-11-231-1/+0
* [util] Move compatibility functions out of utilPhilipp Hagemeister2014-11-021-4/+2
* [execafterdownload] Simplify (#3569)Philipp Hagemeister2014-08-251-28/+20
* Moved from os.system to subprocess.callmcd19922014-08-241-24/+27
* Implemented --exec option.mcd19922014-08-241-0/+36