Philipp Hagemeister
be4a824d74
Add new option --source-address
Closes #3618 , fixes #721 , fixes #2481 , fixes #4551 , closes #1020 .
10 years ago
Philipp Hagemeister
6271f1cad9
[youtube|ffmpeg] Automatically correct video with non-square pixels ( Fixes #4674 )
10 years ago
Philipp Hagemeister
bd1a281ede
[options] PEP8 and simpler --merge-output-format handling ( #4673 )
10 years ago
Andrei Troie
d120e9013f
Added an option to specify an output format for merges when downloading separate video & audio
10 years ago
Philipp Hagemeister
c0bdf32a3c
Add --print-json ( Closes #2845 )
10 years ago
Philipp Hagemeister
0217c78377
[YoutubeDL] Allow selection by more extensions
10 years ago
Philipp Hagemeister
a42419da42
[options] Upper-case options and URL in --help output
Hopefully, this reduces confusion as in #4610 .
10 years ago
Philipp Hagemeister
2865cf0419
Deprecate --auto-number ( Closes #2704 )
10 years ago
Mark Schreiber
ff815fe65a
Download playlist items in reverse order
Series of videos are typically uploaded to YouTube playlists in
chronological order. By default, these videos are downloaded
latest-to-earliest; this is great for seeing the latest videos in a
series, but prevents streaming video in the order that the videos were
produced. Add an option to download videos in reverse order,
earliest-to-latest.
Conflicts:
youtube_dl/YoutubeDL.py
youtube_dl/__init__.py
10 years ago
Philipp Hagemeister
d4e06d4a83
[options] Standardize mentoined configuration file location ( Fixes #4367 )
10 years ago
Philipp Hagemeister
acda92f6bc
Clarify --no-playlist documentation ( Closes #4309 )
10 years ago
Philipp Hagemeister
b74e86f48a
Fix all PEP8 issues except E501
10 years ago
Jouke Waleson
5f6a1245ff
PEP8 applied
10 years ago
Philipp Hagemeister
c7b0add86f
[compat] Work around kwargs bugs in old 2.6 Python releases ( Fixes #3813 )
10 years ago
Philipp Hagemeister
a1cf99d03a
[YoutubeDL] Add playlist_id and playlist_title fields ( Fixes #4139 )
10 years ago
Jaime Marquínez Ferrándiz
c2b61af548
[options] Document the syntax for merging formats ( closes #3940 , closes #4132 )
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
63e0be3415
New option --dump-single-json ( #4003 )
10 years ago
Philipp Hagemeister
057a5206cc
Add --flat-playlist option ( Closes #4003 )
10 years ago
Philipp Hagemeister
203fb43f36
[youtube] Download DASH manifest by default ( Closes #3887 )
10 years ago
Philipp Hagemeister
8450c15c25
[options] Consistent formatting and general niceness
10 years ago
Philipp Hagemeister
b88b45e46c
[options] Mention login in --username documentation ( #3753 )
10 years ago
Sergey M․
4644ac5527
[core] Decode environment variables with filesystem encoding ( Fixes #3854 , Fixes #3217 , Fixes #2918 )
Introduces compat versions of os.getenv and os.path.expanduser
10 years ago
Philipp Hagemeister
d2e32f7df5
Do not use HTML characters in output
This messes up the format when people paste it outside of code tags.
10 years ago
Philipp Hagemeister
1de33fafd9
[YoutubeDL] Allow downloading multiple formats with ,
10 years ago
Philipp Hagemeister
e2e5dae64d
Add -f m4a
10 years ago
Philipp Hagemeister
2daabe4992
[options] Correct option usage
10 years ago
Philipp Hagemeister
34a741a8ec
[options] Move all options to their own file
10 years ago
Sergey M․
140d8d77b3
Credit @mrkolby for dbtv.no ( #3685 )
10 years ago
Philipp Hagemeister
a0e07d3161
[youtube] Move cache into its own module
10 years ago
Philipp Hagemeister
35b1e44567
Fix --rm-cache-dir error message
10 years ago
Philipp Hagemeister
8d31fa3cce
[execafterdownload] Simplify ( #3569 )
10 years ago
mcd1992
7833d941bb
Rebased with upstream/master
10 years ago
mcd1992
a2360a4c80
Moved from os.system to subprocess.call
10 years ago
mcd1992
a7cacbca2b
Implemented --exec option.
10 years ago
Philipp Hagemeister
36b0079f23
Credit @olebowle for GameOne:playlist ( #3247 )
10 years ago
Philipp Hagemeister
deda8ac376
Credit @terminalmage for patreon ( #3390 )
10 years ago
Philipp Hagemeister
3f338cd6de
Credit @akirk for ellentv
10 years ago
riking
83317f6938
[youtube] Add two-factor account signin (TOTP only)
Additional work is required to prompt the user for the SMS or phone call codes, as there is no framework currently to prompt the user during an extraction operation.
Fixes #3533
10 years ago
Sergey M․
56ca04f662
Credit @sehaas for ORF FM4 extractor ( #3431 )
10 years ago
Sergey M․
4665664c92
Credit @DavidFabijan for mojvideo ( #3423 )
10 years ago
Sergey M․
e48a2c646d
Credit @matrixik for #3441
10 years ago
rupertbaxter2
03359e9864
Added --sleep-interval option
10 years ago
Philipp Hagemeister
10b04ff7f4
Move --bidi-workaround to workarounds option group
Duh.
10 years ago
Philipp Hagemeister
1f7ccb9014
[generic] Add --default-search fixup_error
This restores the ability to enter URLs without a scheme (and default to http), but still fail if the input is a search term.
10 years ago
Philipp Hagemeister
052421ff09
Add --rm-cache-dir
10 years ago
Philipp Hagemeister
4e99f48817
deprecate --title
This is the default already. If you want a specific format, pick it with -o or --id.
10 years ago
Philipp Hagemeister
a11165ecc6
Reorder filesytem options
* Push down the deprecated ones
* Roughly order file-name, no-*, write-*, further options
10 years ago
Philipp Hagemeister
fbb2fc5580
Group cache-related options under filesystem
10 years ago
Philipp Hagemeister
2fe3d240cc
Regroup and hide workaround options
These options are rarely necessary. Hide them to make the important options in the general group more obvious.
10 years ago