aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/__init__.py
AgeCommit message (Collapse)Author
2014-09-01Fix --rm-cache-dir error messagePhilipp Hagemeister
2014-08-25[execafterdownload] Simplify (#3569)Philipp Hagemeister
2014-08-24Rebased with upstream/mastermcd1992
2014-08-24Moved from os.system to subprocess.callmcd1992
2014-08-24Implemented --exec option.mcd1992
2014-08-24Merge remote-tracking branch 'riking/twofactor'Philipp Hagemeister
2014-08-24Credit @olebowle for GameOne:playlist (#3247)Philipp Hagemeister
2014-08-23Merge remote-tracking branch 'sehrgut/Grooveshark'Philipp Hagemeister
Conflicts: youtube_dl/__init__.py youtube_dl/extractor/__init__.py
2014-08-22Credit @terminalmage for patreon (#3390)Philipp Hagemeister
2014-08-21Credit @akirk for ellentvPhilipp Hagemeister
2014-08-16[youtube] Add two-factor account signin (TOTP only)riking
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
2014-08-10Credit @sehaas for ORF FM4 extractor (#3431)Sergey M․
2014-08-06Credit @DavidFabijan for mojvideo (#3423)Sergey M․
2014-08-05Credit @matrixik for #3441Sergey M․
2014-07-29Move --bidi-workaround to workarounds option groupPhilipp Hagemeister
Duh.
2014-07-29[generic] Add --default-search fixup_errorPhilipp Hagemeister
This restores the ability to enter URLs without a scheme (and default to http), but still fail if the input is a search term.
2014-07-24Add --rm-cache-dirPhilipp Hagemeister
2014-07-24deprecate --titlePhilipp Hagemeister
This is the default already. If you want a specific format, pick it with -o or --id.
2014-07-24Reorder filesytem optionsPhilipp Hagemeister
* Push down the deprecated ones * Roughly order file-name, no-*, write-*, further options
2014-07-24Group cache-related options under filesystemPhilipp Hagemeister
2014-07-24Regroup and hide workaround optionsPhilipp Hagemeister
These options are rarely necessary. Hide them to make the important options in the general group more obvious.
2014-07-23Do not import from legacy FileDownloader classPhilipp Hagemeister
2014-07-22Add another great example for the --extractor-descriptions outputPhilipp Hagemeister
2014-07-21Remove unused importsPhilipp Hagemeister
2014-07-18Credit @hassaanaliw for cracked (#3274)Sergey M․
2014-07-16Credit @chaochichen for mlb (#3252)Sergey M․
2014-07-12Credit @naglis for firedrive (#3242)Philipp Hagemeister
2014-07-11Update supported formats for the --recode-video option (#3228)Jaime Marquínez Ferrándiz
2014-07-11Credit @tobidope for gameone (#2941)Philipp Hagemeister
2014-07-11Credit @adammw for tenplay (#2954)Philipp Hagemeister
2014-07-11Credit @irtusb for vimple (#3073)Philipp Hagemeister
2014-07-06[generic] Set default-search to errorPhilipp Hagemeister
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
2014-07-04Credit @hakatashi for #3181 #3182Sergey M․
2014-06-07Credit @ralfharing for vh1Philipp Hagemeister
2014-06-07Credit @georgjaehnig for spiegeltvPhilipp Hagemeister
2014-05-20Credit @codesparkle for #2928, #2934, #2938, #2939Sergey M․
2014-05-20Added new IE for GroovesharkKeith Beckman
2014-05-13Credit @hojel for fc2 and other extractors (#2877)Philipp Hagemeister
2014-05-13Credit @jnormore for vine:user (#2888)Philipp Hagemeister
2014-05-10Allow recoding the video to mkvJaime Marquínez Ferrándiz
2014-05-02Credit @nicoe for rtbf.be (#2822)Sergey M․
2014-04-30[YoutubeDL] Do not require default output template to be setPhilipp Hagemeister
2014-04-12Merge branch 'atomicparsley' (closes #2436)Jaime Marquínez Ferrándiz
2014-04-05Credit @sainyamkapoor for videoweed extractorSergey M․
2014-04-04Add alternative --prefer-unsecure spelling (Closes #2697)Philipp Hagemeister
2014-03-30[generic] Warn before fallback to automatic searchPhilipp Hagemeister
2014-03-30Add new --encoding option (Fixes #2650)Philipp Hagemeister
2014-03-29Credit @phaer for OE1 (#2646)Philipp Hagemeister
2014-03-28Mention where to find keys in --dump-json (Fixes #2648)Philipp Hagemeister
2014-03-26we don't need to run ffmpeg more timespulpe