Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-12 | Merge branch 'atomicparsley' (closes #2436) | Jaime Marquínez Ferrándiz | |
2014-04-05 | Credit @sainyamkapoor for videoweed extractor | Sergey M․ | |
2014-04-04 | Add alternative --prefer-unsecure spelling (Closes #2697) | Philipp Hagemeister | |
2014-03-30 | [generic] Warn before fallback to automatic search | Philipp Hagemeister | |
2014-03-30 | Add new --encoding option (Fixes #2650) | Philipp Hagemeister | |
2014-03-29 | Credit @phaer for OE1 (#2646) | Philipp Hagemeister | |
2014-03-28 | Mention where to find keys in --dump-json (Fixes #2648) | Philipp Hagemeister | |
2014-03-26 | we don't need to run ffmpeg more times | pulpe | |
2014-03-26 | fix ffmpeg error, if youtube-dl runs more than once with --embed-thumbnail ↵ | pulpe | |
with same video | |||
2014-03-26 | add post processor | pulpe | |
2014-03-26 | Add --no-warnings option (Fixes #2630) | Philipp Hagemeister | |
2014-03-24 | Merge pull request #2553 from anisse/master | Philipp Hagemeister | |
Add an option to specify custom HTTP headers | |||
2014-03-21 | Add --prefer-insecure option (Fixes #2364) | Philipp Hagemeister | |
2014-03-18 | Fix getpass on Windows (Fixes #2547) | Philipp Hagemeister | |
2014-03-17 | Add an option to specify custom HTTP headers | Anisse Astier | |
2014-03-14 | Add bestvideo and worstvideo to special format names (#2163) | Jaime Marquínez Ferrándiz | |
2014-03-10 | Credit @mharrys for aftonbladet | Philipp Hagemeister | |
2014-03-04 | Document width, height, and resolution (#1445) | Philipp Hagemeister | |
2014-03-03 | Credit @juancri for canal13cl (#2498) | Philipp Hagemeister | |
2014-02-28 | Credit @mnem dor GDCVault | Philipp Hagemeister | |
2014-02-26 | Credit @amlweems for ocw.mit (#2460) | Philipp Hagemeister | |
2014-02-25 | Update __init__.py | niebles | |
2014-02-25 | Ignore BOM in batch files (Fixes #2450) | Philipp Hagemeister | |
2014-02-22 | Credit @soult for br | Philipp Hagemeister | |
2014-02-19 | Fix minor typo: “to to” → “to”. | Anthony J. Bentley | |
2014-02-17 | Credit @Nikerabbit for helsinki | Philipp Hagemeister | |
2014-02-17 | Credit @patheticpat for 4tube.com (#2398) | Sergey M. | |
2014-02-17 | Credit @pulpe for play.iprima.cz and stream.cz | Sergey M. | |
2014-02-17 | Credit @prutz1311 for normalboots.com (#2279) | Sergey M. | |
2014-02-07 | credit @Fnordlab for chilloutzone | Philipp Hagemeister | |
2014-02-03 | Add --ignore-config option (Fixes #633) | Philipp Hagemeister | |
2014-01-27 | Credit @MikeCol for malemotion IE | Philipp Hagemeister | |
2014-01-23 | Mention default for -f (Fixes #2215) | Philipp Hagemeister | |
2014-01-22 | Move --youtube-include-dash-manifest into correct option group | Philipp Hagemeister | |
2014-01-22 | [youtube] Make DASH manifest download conditional for now | Philipp Hagemeister | |
DASH download fails on many videos (all with encrypted signatures? not sure yet), for example 07FYdnEawAQ, with a 403. | |||
2014-01-22 | Document -f worstaudio as well | Philipp Hagemeister | |
2014-01-22 | Default to -f best-audio when only audio is requested | Philipp Hagemeister | |
2014-01-22 | Add -f bestaudio (Fixes #2163) | Philipp Hagemeister | |
2014-01-22 | Add new --default-search option (#2193) | Philipp Hagemeister | |
2014-01-21 | [servingsys] Add support | Philipp Hagemeister | |
This also adds support for brightcove advertisements. Fixes #2181 | |||
2014-01-17 | Credit @sahutd for franceinter (#2152) | Philipp Hagemeister | |
2014-01-13 | Fix --list-formats description (Closes #2142) | Philipp Hagemeister | |
2014-01-12 | Allow ~ in --download-archive (Fixes #2137) | Philipp Hagemeister | |
2014-01-12 | Tidy help text | dst | |
2014-01-08 | Add ‘--prefer-avconv’ and ‘--prefer-ffmpeg’ options (#2115) | Jaime Marquínez Ferrándiz | |
Affects the ffmpeg post processors, if ‘--prefer-ffmpeg’ is given and both avconv and ffmpeg are installed, it will use ffmpeg. Otherwise it will follow the old behaviour. | |||
2014-01-07 | Clarify --date* documentation (Fixes #2093) | Philipp Hagemeister | |
2014-01-07 | Move postprocessor into its own package | Philipp Hagemeister | |
2014-01-07 | Merge remote-tracking branch 'epitron/metadata-pp' | Philipp Hagemeister | |
Conflicts: youtube_dl/PostProcessor.py | |||
2014-01-05 | Fix list comprehension for decoding the URLs (fixes #2100) | Jaime Marquínez Ferrándiz | |
It wasn’t a comprehension, it was just using the last url from the previous comprehension. That didn’t raise an error in python 2, but in python 3 the variable was not defined. | |||
2014-01-05 | Make sure URLs are always character strings (Fixes #2051) | Philipp Hagemeister | |