aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/YoutubeDL.py
AgeCommit message (Expand)Author
2014-03-14Add bestvideo and worstvideo to special format names (#2163)Jaime Marquínez Ferrándiz
2014-03-13Rename upload_timestamp to timestampPhilipp Hagemeister
2014-03-13[vevo] Centralize timestamp handlingPhilipp Hagemeister
2014-03-10[playvid] Simplify (#2539)Philipp Hagemeister
2014-03-10Don't install the global url openerJaime Marquínez Ferrándiz
2014-03-10Don't set the global socket timeoutJaime Marquínez Ferrándiz
2014-03-10Correct automatic resolution determinationPhilipp Hagemeister
2014-03-09YoutubeDL: If the logger is set call its `warning` method in `report_warning`Jaime Marquínez Ferrándiz
2014-03-07YoutubeDL: Use its `urlopen` method for downloading the thumbnail.Jaime Marquínez Ferrándiz
2014-03-04Document width, height, and resolution (#1445)Philipp Hagemeister
2014-03-04[youtube] Add support for search result URLs (Fixes #2495)Philipp Hagemeister
2014-03-03Add display_id fieldPhilipp Hagemeister
2014-01-25Some pep8 style fixesJaime Marquínez Ferrándiz
2014-01-23[youtube] Add new formats (Fixes #2221)Philipp Hagemeister
2014-01-23Do not count unmatched videos for --max-downloads (Fixes #2211)Philipp Hagemeister
2014-01-23Correct --max-downloads with --ignore-errorsPhilipp Hagemeister
2014-01-22Merge branch 'paged-lists'Philipp Hagemeister
2014-01-22Merge branch 'youtube-dash-manifest'Philipp Hagemeister
2014-01-22Default to -f best-audio when only audio is requestedPhilipp Hagemeister
2014-01-22Add -f bestaudio (Fixes #2163)Philipp Hagemeister
2014-01-22Add new --default-search option (#2193)Philipp Hagemeister
2014-01-21[servingsys] Add supportPhilipp Hagemeister
2014-01-20Add infrastructure for paged listsPhilipp Hagemeister
2014-01-19[youtube] Download DASH manifestPhilipp Hagemeister
2014-01-15Don’t try to merge the formats if ffmpeg or avconv are not installedJaime Marquínez Ferrándiz
2014-01-08Add ‘--prefer-avconv’ and ‘--prefer-ffmpeg’ options (#2115)Jaime Marquínez Ferrándiz
2014-01-07--list-formats: Only add "@" if vbr is givenPhilipp Hagemeister
2014-01-07Move postprocessor into its own packagePhilipp Hagemeister
2014-01-05Set required properties for format mergingPhilipp Hagemeister
2014-01-05Merge remote-tracking branch 'jaimeMF/merge-formats'Philipp Hagemeister
2014-01-05Prepare widespread unicode literal usePhilipp Hagemeister
2014-01-04Allow merging formats (closes #1612)Jaime Marquínez Ferrándiz
2014-01-01Merge remote-tracking branch 'origin/master'Philipp Hagemeister
2014-01-01Merge pull request #2061 from rzhxeo/varJaime Marquínez Ferrándiz
2014-01-01Merge remote-tracking branch 'origin/master'Philipp Hagemeister
2013-12-31Fix initialization of YoutubeDL with params set to NoneJaime Marquínez Ferrándiz
2013-12-30Correct variable name in YoutubeDLrzhxeo
2013-12-29Add new --print-traffic optionPhilipp Hagemeister
2013-12-25[yahoo] Use centralized sorting, and add tbr fieldPhilipp Hagemeister
2013-12-24[zdf] Use centralized sortingPhilipp Hagemeister
2013-12-24Add temporary _sort_formats helper functionPhilipp Hagemeister
2013-12-24Add a resolution field and improve general --list-formats outputPhilipp Hagemeister
2013-12-23[bliptv] Remove support for direct downloadsPhilipp Hagemeister
2013-12-23YoutubeDL: rename `_fd_progress_hooks` back to `_progress_hooks`Jaime Marquínez Ferrándiz
2013-12-23YoutubeDL: only set the ‘formats’ field of the info_dict if it was alread...Jaime Marquínez Ferrándiz
2013-12-23Merge remote-tracking branch 'jaimeMF/split-downloaders'Philipp Hagemeister
2013-12-23Merge remote-tracking branch 'rzhxeo/youtube'Philipp Hagemeister
2013-12-23Remove debugging codePhilipp Hagemeister
2013-12-23Use bidiv instead of fribidi if available (Fixes #1912)Philipp Hagemeister
2013-12-18Make prefer_free_formats sorting more robustrzhxeo