Author | SHA1 | Message | Date |
---|---|---|---|
Jaime Marquínez Ferrándiz | 83e865a370 | Fix PEP8 issue E713 | 10 years ago |
Jouke Waleson | 5f6a1245ff | PEP8 applied | 10 years ago |
Philipp Hagemeister | 8c25f81bee |
[util] Move compatibility functions out of util
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 . |
10 years ago |
Philipp Hagemeister | 8d31fa3cce | [execafterdownload] Simplify (#3569) | 10 years ago |
mcd1992 | a2360a4c80 | Moved from os.system to subprocess.call | 10 years ago |
mcd1992 | a7cacbca2b | Implemented --exec option. | 10 years ago |