aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/YoutubeDL.py
Commit message (Expand)AuthorAgeFilesLines
* tests: build the filename from the info_dict if the 'file' key is missingJaime Marquínez Ferrándiz2013-10-281-1/+1
* Check if description and thumbnail are None to prevent crashrzhxeo2013-10-281-2/+2
* Make "requested format not available" expected (#1655)Philipp Hagemeister2013-10-281-1/+2
* mixcloud does not do any format selectionPhilipp Hagemeister2013-10-281-1/+1
* Nicer --list-formats outputPhilipp Hagemeister2013-10-281-4/+4
* Let extractors omit ext in formatsPhilipp Hagemeister2013-10-281-0/+3
* [YouPornIE] Extract all encrypted links and remove doubles at the endrzhxeo2013-10-261-1/+1
* Merge remote-tracking branch 'origin/master'Philipp Hagemeister2013-10-221-61/+75
|\
| * Style fixes in YoutubeDL.pyJaime Marquínez Ferrándiz2013-10-221-29/+29
| * Respect the download parameter in YoutubeDL.process_video_result if the extra...Jaime Marquínez Ferrándiz2013-10-221-1/+2
| * The 'format' field now defaults to '{format_id} - {width}x{height}{format_note}'Jaime Marquínez Ferrándiz2013-10-211-15/+27
| * YoutubeDL: remove method that came from FileDownloaderJaime Marquínez Ferrándiz2013-10-211-13/+0
| * Allow to use the extension for the format selectionJaime Marquínez Ferrándiz2013-10-211-1/+6
| * Accept requested formats to be in the format 35/best (closes #1552)Jaime Marquínez Ferrándiz2013-10-211-9/+18
* | Expand tilde in template (Fixes #1639)Philipp Hagemeister2013-10-221-4/+6
|/
* fix typosPhilipp Hagemeister2013-10-181-1/+1
* Extend #980 with --max-quality supportPhilipp Hagemeister2013-10-181-1/+3
* Merge remote-tracking branch 'jaimeMF/format_selection'Philipp Hagemeister2013-10-181-7/+98
|\
| * Fix the default values of format_id and formatJaime Marquínez Ferrándiz2013-10-111-2/+2
| * Implement the prefer_free_formats in YoutubeDLJaime Marquínez Ferrándiz2013-10-111-0/+9
| * Default 'format' field to {width}x{height}Jaime Marquínez Ferrándiz2013-10-111-2/+9
| * Do not handle format selection for IEs that already handle itJaime Marquínez Ferrándiz2013-10-111-0/+5
| * Implement the max quality option in YoutubeDLJaime Marquínez Ferrándiz2013-10-111-0/+4
| * Implement format selection in YoutubeDLJaime Marquínez Ferrándiz2013-10-111-7/+73
* | [youtube] Adds #1312 Download annotationsJai Grimshaw2013-10-141-0/+17
|/
* Tiny tpoTom2013-10-091-1/+1
* Merge branch 'download-archive'Philipp Hagemeister2013-10-061-0/+32
|\
| * Remove superfluous parenthesisPhilipp Hagemeister2013-10-061-1/+1
| * Add basic --download-archive optionPhilipp Hagemeister2013-10-061-0/+32
* | Call extracted property age_limit everywherePhilipp Hagemeister2013-10-061-1/+1
* | Allow users to specify an age limit (fixes #1545)Philipp Hagemeister2013-10-061-0/+6
|/
* implement --no-playlist to only download current video - closes #755Filippo Valsorda2013-09-301-0/+1
* Don't fail if the video thumbnail couldn't be downloaded (fixes #1516)Jaime Marquínez Ferrándiz2013-09-271-5/+9
* Allow opts.cachedir == None to disable cachePhilipp Hagemeister2013-09-241-1/+1
* Move cachedir docPhilipp Hagemeister2013-09-221-0/+2
* Warn if no locale is set (#1474)Philipp Hagemeister2013-09-211-0/+11
* Catch socket.error before IOErrorJaime Marquínez Ferrándiz2013-09-201-2/+2
* Always correct encoding when writing to sys.stderr (Fixes #1435)Philipp Hagemeister2013-09-161-5/+1
* Now --all-sub is a modifier to --write-sub and --write-auto-sub (closes #1412)Jaime Marquínez Ferrándiz2013-09-141-2/+2
* Merge pull request #1350 from Jaiz909/description-keyerror-fixJaime Marquínez Ferrándiz2013-09-131-0/+2
|\
| * Fixed issue #1277 KeyError when no description.Jai Grimshaw2013-08-311-0/+2
|/
* Merge remote-tracking branch 'origin/reuse_ies'Philipp Hagemeister2013-08-281-3/+15
|\
| * YoutubeIE: reuse instances of InfoExtractors (closes #998)Jaime Marquínez Ferrándiz2013-07-081-3/+15
* | Print playpath with --get-url (Fixes #1334)Philipp Hagemeister2013-08-281-1/+2
* | Allow to specify multiple subtitles languages separated by commas (closes #518)Jaime Marquínez Ferrándiz2013-08-231-1/+1
* | Add a post processor for embedding subtitles in mp4 videos (closes #1052)Jaime Marquínez Ferrándiz2013-08-231-1/+1
* | Merge pull request #937 from jaimeMF/subtitles_reworkJaime Marquínez Ferrándiz2013-08-231-24/+11
|\ \
| * | Don't try to write the subtitles if it's NoneJaime Marquínez Ferrándiz2013-07-201-0/+2
| * | Use a dictionary for storing the subtitlesJaime Marquínez Ferrándiz2013-07-201-13/+10
| * | Save subtitles using the same code for all the optionsJaime Marquínez Ferrándiz2013-07-201-17/+5