Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-10 | [compat] Rename shlex_quote and remove unused subprocess_check_output | Yen Chi Hsuan | |
2016-02-14 | [refactor] Single quotes consistency | Sergey M․ | |
2015-05-10 | ExecAfterDownloadPP: fix __init__ method | Jaime Marquínez Ferrándiz | |
2015-05-10 | ExecAfterDownloadPP, YoutubeDL: remove unused parameters | Jaime Marquínez Ferrándiz | |
2015-04-18 | Postprocessors: use a list for the files that can be deleted | Jaime Marquínez Ferrándiz | |
We could only know if we had to delete the original file, but this system allows to specify us more files (like subtitles). | |||
2014-12-09 | Fix PEP8 issue E713 | Jaime Marquínez Ferrándiz | |
2014-11-23 | PEP8 applied | Jouke Waleson | |
2014-11-02 | [util] Move compatibility functions out of util | Philipp Hagemeister | |
utils is large enough without these compatibility functions. Everything that is present in newer versions of Python (i.e. with dev Python it's just an import) goes into compat.py . Everything else (i.e. youtube-dl-specific helpers) goes into utils.py . | |||
2014-08-25 | [execafterdownload] Simplify (#3569) | Philipp Hagemeister | |
2014-08-24 | Moved from os.system to subprocess.call | mcd1992 | |
2014-08-24 | Implemented --exec option. | mcd1992 | |