aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/options.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix all PEP8 issues except E501Philipp Hagemeister2014-11-231-2/+3
|
* PEP8 appliedJouke Waleson2014-11-231-1/+1
|
* [compat] Work around kwargs bugs in old 2.6 Python releases (Fixes #3813)Philipp Hagemeister2014-11-151-1/+2
|
* [YoutubeDL] Add playlist_id and playlist_title fields (Fixes #4139)Philipp Hagemeister2014-11-091-2/+4
|
* [options] Document the syntax for merging formats (closes #3940, closes #4132)Jaime Marquínez Ferrándiz2014-11-081-1/+10
|
* [util] Move compatibility functions out of utilPhilipp Hagemeister2014-11-021-1/+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 .
* Merge branch 'compat-getenv-and-expanduser' of ↵Sergey M․2014-10-261-6/+8
|\ | | | | | | | | | | | | | | https://github.com/dstftw/youtube-dl into dstftw-compat-getenv-and-expanduser Conflicts: test/test_utils.py youtube_dl/__init__.py
| * [core] Decode environment variables with filesystem encoding (Fixes #3854, ↵Sergey M․2014-09-301-6/+8
| | | | | | | | | | | | Fixes #3217, Fixes #2918) Introduces compat versions of os.getenv and os.path.expanduser
* | New option --dump-single-json (#4003)Philipp Hagemeister2014-10-251-0/+4
| |
* | Add --flat-playlist option (Closes #4003)Philipp Hagemeister2014-10-241-0/+5
| |
* | [youtube] Download DASH manifest by default (Closes #3887)Philipp Hagemeister2014-10-131-4/+8
| |
* | [options] Consistent formatting and general nicenessPhilipp Hagemeister2014-10-121-283/+433
| |
* | [options] Mention login in --username documentation (#3753)Philipp Hagemeister2014-10-121-1/+1
|/
* Do not use HTML characters in outputPhilipp Hagemeister2014-09-291-1/+1
| | | | This messes up the format when people paste it outside of code tags.
* [YoutubeDL] Allow downloading multiple formats with ,Philipp Hagemeister2014-09-181-1/+1
|
* Add -f m4aPhilipp Hagemeister2014-09-181-1/+1
|
* [options] Correct option usagePhilipp Hagemeister2014-09-131-0/+2
|
* [options] Move all options to their own filePhilipp Hagemeister2014-09-131-0/+479