aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'master' into subtitles_reworkIsmael Mejia2013-09-061-5/+21
|\ \
| * | Credit @Huarong for tv.sohu.comJaime Marquínez Ferrándiz2013-09-041-0/+1
| * | add support for "-f mp4" for YouTubeAllan Zhou2013-08-301-1/+1
| * | Hide the password and username in verbose mode (closes #1089)Jaime Marquínez Ferrándiz2013-08-281-3/+13
| * | Fix platform name in Python 2 with --verbose (Closes #1228)Philipp Hagemeister2013-08-281-1/+2
| * | Delete default user agent (Fixes #1309)Philipp Hagemeister2013-08-271-0/+4
| * | Allow to specify multiple subtitles languages separated by commas (closes #518)Jaime Marquínez Ferrándiz2013-08-231-4/+8
* | | [subtitles] fixed multiple subtitles language separated by comma after mergeIsmael Mejia2013-09-061-4/+8
* | | Merge branch 'master' into subtitles_reworkIsmael Mejia2013-08-281-0/+4
|\ \ \ | |/ /
| * | Add a post processor for embedding subtitles in mp4 videos (closes #1052)Jaime Marquínez Ferrándiz2013-08-231-0/+4
* | | Merge branch 'master' into subtitles_reworkIsmael Mejia2013-08-221-2/+5
|\ \ \ | |/ /
| * | [subtitles] separated subtitle options in their own groupIsmael Mejia2013-08-221-12/+15