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
b74e86f48a
Fix all PEP8 issues except E501
10 years ago
Jouke Waleson
8bcc875676
PEP8: more applied
10 years ago
Jouke Waleson
5f6a1245ff
PEP8 applied
10 years ago
Philipp Hagemeister
7d4111ed14
Provide guidance when called with a YouTube ID starting with a dash.
...
Reported at https://news.ycombinator.com/item?id=8648121
10 years ago
Philipp Hagemeister
e07e931375
Work around 2.7.0 deficencies ( Fixes #4223 )
10 years ago
Philipp Hagemeister
a4bc433619
[__init__] Modernize
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
3511266bc3
[YoutubeDL] Simplify API of YoutubeDL
...
Calling add_default_extractors twice should be harmless since the first set of extractors will match.
10 years ago
Philipp Hagemeister
64269e4d01
Move AUTHORS to root ( closes #2985 )
10 years ago
Philipp Hagemeister
5894a4f4ee
Credit @gabeos for crunchyroll:playlist ( #3988 )
10 years ago
Sergey M․
f889cea109
Merge branch 'compat-getenv-and-expanduser' of https://github.com/dstftw/youtube-dl into dstftw-compat-getenv-and-expanduser
...
Conflicts:
test/test_utils.py
youtube_dl/__init__.py
10 years ago
Jaime Marquínez Ferrándiz
1bdeb7be2e
Set '--simulate' if any of the printing options is given ( fixes #3036 )
...
That's what the help messages say.
Previously it would only set '--skip-download', which would write thumbnail,
descriptions or subtitles if they were requested (for example you may have set
'--write-thumbnail' in the config file).
10 years ago
Philipp Hagemeister
7fc54e5262
Merge remote-tracking branch 'xavierbeynon/audiomack'
10 years ago
Philipp Hagemeister
ec9c978481
Credit @winwon for vidzi ( #3989 )
10 years ago
xavier
fdfefa1b9c
Made changes per phihag
10 years ago
Philipp Hagemeister
63e0be3415
New option --dump-single-json ( #4003 )
10 years ago
Philipp Hagemeister
964ae0a122
Credit @thornomad for glide ( #3944 )
10 years ago
Philipp Hagemeister
2acfe95f58
Credit @capital-G for bild.de ( #3983 )
10 years ago
Philipp Hagemeister
057a5206cc
Add --flat-playlist option ( Closes #4003 )
10 years ago
Philipp Hagemeister
f2f2c0c2c6
[generic] Allow --default-search without colon
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
Sergey M․
5e43e3803c
Credit @lenaten for ynet ( #3840 ) and sport5 ( #3841 )
10 years ago
Philipp Hagemeister
5a13fe9ed2
Credit @m5moufl for behindkink ( #3740 )
10 years ago
Philipp Hagemeister
997987d568
Credit @r4mos for allmyvideos
10 years ago
Philipp Hagemeister
ae369738b0
Credit @haricharan for einthusan ( #3755 )
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
9480d1a566
Merge remote-tracking branch 'riking/twofactor'
10 years ago
Philipp Hagemeister
36b0079f23
Credit @olebowle for GameOne:playlist ( #3247 )
10 years ago
Philipp Hagemeister
00558d9414
Merge remote-tracking branch 'sehrgut/Grooveshark'
...
Conflicts:
youtube_dl/__init__.py
youtube_dl/extractor/__init__.py
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
rupertbaxter2
f96252b913
Merge remote-tracking branch 'upstream/master'
10 years ago
Sergey M․
56ca04f662
Credit @sehaas for ORF FM4 extractor ( #3431 )
10 years ago
rupertbaxter2
0c72eb9060
Merge remote-tracking branch 'upstream/master'
10 years ago
Sergey M․
4665664c92
Credit @DavidFabijan for mojvideo ( #3423 )
10 years ago
rupertbaxter2
f9f86b0c64
Merge remote-tracking branch 'upstream/master'
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
Philipp Hagemeister
92a86f4c1a
Do not import from legacy FileDownloader class
10 years ago
Philipp Hagemeister
53eb217661
Add another great example for the --extractor-descriptions output
10 years ago
Philipp Hagemeister
db964a33a1
Remove unused imports
10 years ago
Sergey M․
5e95cb27d6
Credit @hassaanaliw for cracked ( #3274 )
10 years ago
Sergey M․
3b09757bac
Credit @chaochichen for mlb ( #3252 )
10 years ago
Philipp Hagemeister
0d90e0f067
Credit @naglis for firedrive ( #3242 )
10 years ago
Jaime Marquínez Ferrándiz
133af9385b
Update supported formats for the --recode-video option ( #3228 )
10 years ago
Philipp Hagemeister
1df0ae2170
Credit @tobidope for gameone ( #2941 )
10 years ago
Philipp Hagemeister
cdc22cb886
Credit @adammw for tenplay ( #2954 )
10 years ago
Philipp Hagemeister
3d55f2806e
Credit @irtusb for vimple ( #3073 )
10 years ago
Philipp Hagemeister
7571c02c8a
[generic] Set default-search to error
...
This prevents users from submitting bug reports where they mistyped a URL, and prevents me from getting a weird video when holding shift and thus searching for :Tds
10 years ago
Sergey M․
ba4133c9eb
Credit @hakatashi for #3181 #3182
10 years ago
Philipp Hagemeister
9cc977f104
Credit @ralfharing for vh1
11 years ago
Philipp Hagemeister
d30d28156d
Credit @georgjaehnig for spiegeltv
11 years ago
Sergey M․
c2ef29234c
Credit @codesparkle for #2928 , #2934 , #2938 , #2939
11 years ago
Keith Beckman
dd06c95e43
Added new IE for Grooveshark
11 years ago
Philipp Hagemeister
25dfe0eb10
Credit @hojel for fc2 and other extractors ( #2877 )
11 years ago
Philipp Hagemeister
ccdd34ed78
Credit @jnormore for vine:user ( #2888 )
11 years ago
Jaime Marquínez Ferrándiz
b7d73595dc
Allow recoding the video to mkv
11 years ago
Sergey M․
bbe99d26ec
Credit @nicoe for rtbf.be ( #2822 )
11 years ago
Philipp Hagemeister
acd69589a5
[YoutubeDL] Do not require default output template to be set
11 years ago
Jaime Marquínez Ferrándiz
77477fa4c9
Merge branch 'atomicparsley' ( closes #2436 )
11 years ago
Sergey M․
610e47c87e
Credit @sainyamkapoor for videoweed extractor
11 years ago
Philipp Hagemeister
29a1ab2afc
Add alternative --prefer-unsecure spelling ( Closes #2697 )
11 years ago
Philipp Hagemeister
9c1fc022ae
[generic] Warn before fallback to automatic search
11 years ago
Philipp Hagemeister
62fec3b2ff
Add new --encoding option ( Fixes #2650 )
11 years ago
Philipp Hagemeister
2cc0082dc0
Credit @phaer for OE1 ( #2646 )
11 years ago
Philipp Hagemeister
330edf2d84
Mention where to find keys in --dump-json ( Fixes #2648 )
11 years ago
pulpe
784763c565
we don't need to run ffmpeg more times
11 years ago
pulpe
149254d0d5
fix ffmpeg error, if youtube-dl runs more than once with --embed-thumbnail with same video
11 years ago
pulpe
0c14e2fbe3
add post processor
11 years ago
Philipp Hagemeister
ad8915b729
Add --no-warnings option ( Fixes #2630 )
11 years ago
Philipp Hagemeister
72546c831e
Merge pull request #2553 from anisse/master
...
Add an option to specify custom HTTP headers
11 years ago
Philipp Hagemeister
7e8c0af004
Add --prefer-insecure option ( Fixes #2364 )
11 years ago
Philipp Hagemeister
e68301af21
Fix getpass on Windows ( Fixes #2547 )
11 years ago
Anisse Astier
410afb2003
Add an option to specify custom HTTP headers
11 years ago
Jaime Marquínez Ferrándiz
bc6d597828
Add bestvideo and worstvideo to special format names ( #2163 )
11 years ago
Philipp Hagemeister
855e2750bc
Credit @mharrys for aftonbladet
11 years ago
Philipp Hagemeister
17b75c0de1
Document width, height, and resolution ( #1445 )
11 years ago
Philipp Hagemeister
2fcec131f5
Credit @juancri for canal13cl ( #2498 )
11 years ago
Philipp Hagemeister
dc3727b65c
Credit @mnem dor GDCVault
11 years ago
Philipp Hagemeister
a339d7ba91
Credit @amlweems for ocw.mit ( #2460 )
11 years ago
niebles
8f563f32ab
Update __init__.py
11 years ago
Philipp Hagemeister
62e609ab77
Ignore BOM in batch files ( Fixes #2450 )
11 years ago
Philipp Hagemeister
f38da66731
Credit @soult for br
11 years ago