aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/YoutubeDL.py
Commit message (Expand)AuthorAgeFilesLines
* Some pep8 style fixesJaime Marquínez Ferrándiz2014-01-251-3/+3
* [youtube] Add new formats (Fixes #2221)Philipp Hagemeister2014-01-231-2/+11
* Do not count unmatched videos for --max-downloads (Fixes #2211)Philipp Hagemeister2014-01-231-10/+6
* Correct --max-downloads with --ignore-errorsPhilipp Hagemeister2014-01-231-0/+2
* Merge branch 'paged-lists'Philipp Hagemeister2014-01-221-7/+16
|\
| * Add infrastructure for paged listsPhilipp Hagemeister2014-01-201-7/+16
* | Merge branch 'youtube-dash-manifest'Philipp Hagemeister2014-01-221-0/+2
|\ \
| * | [youtube] Download DASH manifestPhilipp Hagemeister2014-01-191-0/+2
| |/
* | Default to -f best-audio when only audio is requestedPhilipp Hagemeister2014-01-221-1/+1
* | Add -f bestaudio (Fixes #2163)Philipp Hagemeister2014-01-221-0/+12
* | Add new --default-search option (#2193)Philipp Hagemeister2014-01-221-0/+2
* | [servingsys] Add supportPhilipp Hagemeister2014-01-211-0/+1
|/
* Don’t try to merge the formats if ffmpeg or avconv are not installedJaime Marquínez Ferrándiz2014-01-151-1/+9
* Add ‘--prefer-avconv’ and ‘--prefer-ffmpeg’ options (#2115)Jaime Marquínez Ferrándiz2014-01-081-0/+4
* --list-formats: Only add "@" if vbr is givenPhilipp Hagemeister2014-01-071-1/+3
* Move postprocessor into its own packagePhilipp Hagemeister2014-01-071-1/+1
* Set required properties for format mergingPhilipp Hagemeister2014-01-051-2/+6
* Merge remote-tracking branch 'jaimeMF/merge-formats'Philipp Hagemeister2014-01-051-6/+39
|\
| * Allow merging formats (closes #1612)Jaime Marquínez Ferrándiz2014-01-041-6/+39
* | Prepare widespread unicode literal usePhilipp Hagemeister2014-01-051-117/+117
|/
* Merge remote-tracking branch 'origin/master'Philipp Hagemeister2014-01-011-1/+1
|\
| * Merge pull request #2061 from rzhxeo/varJaime Marquínez Ferrándiz2014-01-011-1/+1
| |\
| | * Correct variable name in YoutubeDLrzhxeo2013-12-301-1/+1
* | | Merge remote-tracking branch 'origin/master'Philipp Hagemeister2014-01-011-1/+3
|\| |
| * | Fix initialization of YoutubeDL with params set to NoneJaime Marquínez Ferrándiz2013-12-311-1/+3
| |/
* / Add new --print-traffic optionPhilipp Hagemeister2013-12-291-2/+6
|/
* [yahoo] Use centralized sorting, and add tbr fieldPhilipp Hagemeister2013-12-251-0/+2
* [zdf] Use centralized sortingPhilipp Hagemeister2013-12-241-0/+2
* Add temporary _sort_formats helper functionPhilipp Hagemeister2013-12-241-11/+2
* Add a resolution field and improve general --list-formats outputPhilipp Hagemeister2013-12-241-7/+9
* [bliptv] Remove support for direct downloadsPhilipp Hagemeister2013-12-231-3/+2
* YoutubeDL: rename `_fd_progress_hooks` back to `_progress_hooks`Jaime Marquínez Ferrándiz2013-12-231-5/+5
* YoutubeDL: only set the ‘formats’ field of the info_dict if it was alread...Jaime Marquínez Ferrándiz2013-12-231-1/+6
* Merge remote-tracking branch 'jaimeMF/split-downloaders'Philipp Hagemeister2013-12-231-5/+10
|\
| * Move FileDownloader to its own module and create a new class for each downloa...Jaime Marquínez Ferrándiz2013-12-111-3/+3
| * Now a new FileDownloader is created when downloading a videoJaime Marquínez Ferrándiz2013-12-111-4/+9
* | Merge remote-tracking branch 'rzhxeo/youtube'Philipp Hagemeister2013-12-231-6/+9
|\ \
| * | Make prefer_free_formats sorting more robustrzhxeo2013-12-181-1/+3
| * | Filter and sort videos before calling list_formatsrzhxeo2013-12-181-4/+5
| * | [YoutubeIE] Externalize format selectionrzhxeo2013-12-181-1/+1
* | | Remove debugging codePhilipp Hagemeister2013-12-231-2/+0
* | | Use bidiv instead of fribidi if available (Fixes #1912)Philipp Hagemeister2013-12-231-7/+16
|/ /
* | Add webpage_url_basename info_dict field (Fixes #1938)Philipp Hagemeister2013-12-171-0/+4
* | Incorrect variable is used to check whether thumbnail existsalimirjamali2013-12-161-1/+1
* | Simplify --playlist-start / --playlist-end interfacePhilipp Hagemeister2013-12-161-6/+6
* | Apply --no-overwrites for --write-* files as well (Fixes #1980)Philipp Hagemeister2013-12-161-57/+57
* | Add --get-duration (Fixes #859)Philipp Hagemeister2013-12-161-0/+4
* | Add --min-views / --max-views (Fixes #1979)Philipp Hagemeister2013-12-161-5/+22
|/
* Fix thumbnail filename determination (Fixes #1945)Philipp Hagemeister2013-12-111-1/+1
* [YoutubeDL] Simplify filename preparationPhilipp Hagemeister2013-12-101-2/+3