aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/YoutubeDL.py
AgeCommit message (Expand)Author
2013-10-22Merge remote-tracking branch 'origin/master'Philipp Hagemeister
2013-10-22Expand tilde in template (Fixes #1639)Philipp Hagemeister
2013-10-22Style fixes in YoutubeDL.pyJaime Marquínez Ferrándiz
2013-10-22Respect the download parameter in YoutubeDL.process_video_result if the extra...Jaime Marquínez Ferrándiz
2013-10-21The 'format' field now defaults to '{format_id} - {width}x{height}{format_note}'Jaime Marquínez Ferrándiz
2013-10-21YoutubeDL: remove method that came from FileDownloaderJaime Marquínez Ferrándiz
2013-10-21Allow to use the extension for the format selectionJaime Marquínez Ferrándiz
2013-10-21Accept requested formats to be in the format 35/best (closes #1552)Jaime Marquínez Ferrándiz
2013-10-18fix typosPhilipp Hagemeister
2013-10-18Extend #980 with --max-quality supportPhilipp Hagemeister
2013-10-18Merge remote-tracking branch 'jaimeMF/format_selection'Philipp Hagemeister
2013-10-14[youtube] Adds #1312 Download annotationsJai Grimshaw
2013-10-11Fix the default values of format_id and formatJaime Marquínez Ferrándiz
2013-10-11Implement the prefer_free_formats in YoutubeDLJaime Marquínez Ferrándiz
2013-10-11Default 'format' field to {width}x{height}Jaime Marquínez Ferrándiz
2013-10-11Do not handle format selection for IEs that already handle itJaime Marquínez Ferrándiz
2013-10-11Implement the max quality option in YoutubeDLJaime Marquínez Ferrándiz
2013-10-11Implement format selection in YoutubeDLJaime Marquínez Ferrándiz
2013-10-09Tiny tpoTom
2013-10-06Merge branch 'download-archive'Philipp Hagemeister
2013-10-06Remove superfluous parenthesisPhilipp Hagemeister
2013-10-06Call extracted property age_limit everywherePhilipp Hagemeister
2013-10-06Allow users to specify an age limit (fixes #1545)Philipp Hagemeister
2013-10-06Add basic --download-archive optionPhilipp Hagemeister
2013-09-30implement --no-playlist to only download current video - closes #755Filippo Valsorda
2013-09-27Don't fail if the video thumbnail couldn't be downloaded (fixes #1516)Jaime Marquínez Ferrándiz
2013-09-24Allow opts.cachedir == None to disable cachePhilipp Hagemeister
2013-09-22Move cachedir docPhilipp Hagemeister
2013-09-21Warn if no locale is set (#1474)Philipp Hagemeister
2013-09-20Catch socket.error before IOErrorJaime Marquínez Ferrándiz
2013-09-16Always correct encoding when writing to sys.stderr (Fixes #1435)Philipp Hagemeister
2013-09-14Now --all-sub is a modifier to --write-sub and --write-auto-sub (closes #1412)Jaime Marquínez Ferrándiz
2013-09-13Merge pull request #1350 from Jaiz909/description-keyerror-fixJaime Marquínez Ferrándiz
2013-08-31Fixed issue #1277 KeyError when no description.Jai Grimshaw
2013-08-28Merge remote-tracking branch 'origin/reuse_ies'Philipp Hagemeister
2013-08-28Print playpath with --get-url (Fixes #1334)Philipp Hagemeister
2013-08-23Allow to specify multiple subtitles languages separated by commas (closes #518)Jaime Marquínez Ferrándiz
2013-08-23Add a post processor for embedding subtitles in mp4 videos (closes #1052)Jaime Marquínez Ferrándiz
2013-08-23Merge pull request #937 from jaimeMF/subtitles_reworkJaime Marquínez Ferrándiz
2013-08-08Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
2013-08-08Clarify template error message (#1209)Philipp Hagemeister
2013-08-05More informative erroruser
2013-07-31Switch some calls to to_stderr to report_error and report_warningJaime Marquínez Ferrándiz
2013-07-20Don't try to write the subtitles if it's NoneJaime Marquínez Ferrándiz
2013-07-20Use a dictionary for storing the subtitlesJaime Marquínez Ferrándiz
2013-07-20Save subtitles using the same code for all the optionsJaime Marquínez Ferrándiz
2013-07-12Don't try to save the thumbnail if it's NoneJaime Marquínez Ferrándiz
2013-07-12Use determine_ext when saving the thumbnailJaime Marquínez Ferrándiz
2013-07-10Set the playlist_index and playlist fields for already resolved video results.Jaime Marquínez Ferrándiz
2013-07-08YoutubeIE: reuse instances of InfoExtractors (closes #998)Jaime Marquínez Ferrándiz