about summary refs log tree commit diff
path: root/youtube_dl/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Do not warn about fixed output template if --max-downloads is 1Philipp Hagemeister2013-11-251-1/+3
* Merge branch 'master' into opener-to-ydlPhilipp Hagemeister2013-11-241-0/+1
|\
| * Credit @takuya0301 for niconicoPhilipp Hagemeister2013-11-241-0/+1
* | Move the opener to the YoutubeDL object.Philipp Hagemeister2013-11-221-91/+7
|/
* Credit @diffycat for anitubePhilipp Hagemeister2013-11-201-0/+1
* import json for --dump-jsonPhilipp Hagemeister2013-11-201-1/+1
* Add an option to dump json informationMohamedh Fazal2013-11-201-2/+6
* Save and restore console title (Fixes #1782)Philipp Hagemeister2013-11-171-53/+54
* Credit @saper for tvp IE (#1730)Philipp Hagemeister2013-11-131-0/+1
* Credit @jelly for gamekings extractor (#1759)Philipp Hagemeister2013-11-131-0/+1
* Clarify -c. Do not pass it in if you don't know what you're doingPhilipp Hagemeister2013-11-111-1/+1
* Fix the documentation of '--autonumber-size' (#1743)Jaime Marquínez Ferrándiz2013-11-091-1/+1
* New debug option --write-pagesPhilipp Hagemeister2013-10-281-0/+4
* Document the %(format_id)s field for the output templateJaime Marquínez Ferrándiz2013-10-251-1/+2
* Hide the video password on verbose modeJaime Marquínez Ferrándiz2013-10-231-1/+1
* Add new option --abort-on-errorPhilipp Hagemeister2013-10-181-0/+3
* Document %(format)s (#1612)Philipp Hagemeister2013-10-181-1/+3
* Add metavar to --cache-dirPhilipp Hagemeister2013-10-181-1/+1
* Merge remote-tracking branch 'jaimeMF/format_selection'Philipp Hagemeister2013-10-181-1/+1
|\
| * Implement format selection in YoutubeDLJaime Marquínez Ferrándiz2013-10-111-1/+1
* | Use upper-case for prefixes in help to signify bytes (#1043)Philipp Hagemeister2013-10-151-2/+2
* | Merge remote-tracking branch 'alphapapa/master'Philipp Hagemeister2013-10-151-1/+1
|\ \
| * | Clarify that download rate is in bytes per secondalphapapa2013-07-131-1/+1
* | | Do not import *Philipp Hagemeister2013-10-151-5/+31
* | | Credit @Elbandi for sztvhuPhilipp Hagemeister2013-10-151-0/+1
* | | [youtube] Adds #1312 Download annotationsJai Grimshaw2013-10-141-0/+4
| |/ |/|
* | Add a PostProcessor for adding metadata to the file (closes #1570)Jaime Marquínez Ferrándiz2013-10-111-0/+5
* | Fix the printing of the proxy map in debug modeJaime Marquínez Ferrándiz2013-10-071-2/+7
* | Move opener setup into a separate helper functionPhilipp Hagemeister2013-10-071-21/+33
* | Restore warning when user forgets to quote URL (#1396)Philipp Hagemeister2013-10-071-0/+2
* | Merge branch 'download-archive'Philipp Hagemeister2013-10-061-0/+4
|\ \
| * | Add basic --download-archive optionPhilipp Hagemeister2013-10-061-0/+4
* | | Allow users to specify an age limit (fixes #1545)Philipp Hagemeister2013-10-061-0/+4
|/ /
* | Fix help of --cachedirPhilipp Hagemeister2013-10-021-1/+1
* | [youtube] Simplify cache_dir code (#1529)Philipp Hagemeister2013-10-021-7/+1
* | Merge remote-tracking branch 'holomorph/master'Philipp Hagemeister2013-10-021-3/+13
|\ \
| * | Support XDG base directory specificationMark Oteiza2013-09-301-3/+13
* | | implement --no-playlist to only download current video - closes #755Filippo Valsorda2013-09-301-0/+2
|/ /
* | [update] Look for .exe extension on Windows (Fixes #745)Philipp Hagemeister2013-09-291-1/+1
* | Remove debugging codePhilipp Hagemeister2013-09-241-1/+1
* | Add option --no-cache-dirPhilipp Hagemeister2013-09-241-3/+8
* | Allow opts.cachedir == None to disable cachePhilipp Hagemeister2013-09-241-1/+1
* | [youtube] Actually pass in cachedir optionPhilipp Hagemeister2013-09-221-1/+2
* | [youtube] Improve cache and add an option to print the extracted signaturesPhilipp Hagemeister2013-09-221-0/+6
* | Abort if extractaudio is given without a variable extension (#1470)Philipp Hagemeister2013-09-211-0/+4
* | Credit @Ruirize for newgroundsPhilipp Hagemeister2013-09-181-0/+1
* | Clarify -i help (#1453)Philipp Hagemeister2013-09-181-1/+1
* | Always correct encoding when writing to sys.stderr (Fixes #1435)Philipp Hagemeister2013-09-161-10/+10
* | Now --all-sub is a modifier to --write-sub and --write-auto-sub (closes #1412)Jaime Marquínez Ferrándiz2013-09-141-0/+5
* | Credit @iemejiaJaime Marquínez Ferrándiz2013-09-111-0/+1