aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/postprocessor/atomicparsley.py
Commit message (Collapse)AuthorAgeFilesLines
* [util] Move compatibility functions out of utilPhilipp Hagemeister2014-11-021-2/+3
| | | | | | | 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 .
* [atomicparsley] Remove unneeded __init__ methodJaime Marquínez Ferrándiz2014-04-121-3/+0
|
* add post processorpulpe2014-03-261-0/+59