Make 'best' format only match non-DASH formats (closes #5554)
[youtube-dl] / youtube_dl / YoutubeDL.py
2015-04-29 Jaime Marquínez... Make 'best' format only match non-DASH formats (closes...
2015-04-29 Sergey M.Merge pull request #5552 from zouhair/master
2015-04-29 zouhairTypo "incompatible" instead of "uncompatible"
2015-04-27 Sergey M.Merge pull request #5523 from jaimeMF/remove-format...
2015-04-25 Jaime Marquínez... Remove the --max-quality option
2015-04-22 Yen Chi Hsuan[YoutubeDL] Remove the redundant assignment to old_filename
2015-04-20 Sergey M․[YoutubeDL] mp3 is compatible with mp4
2015-04-20 Sergey M․[YoutubeDL] Allow bestvideo+bestaudio/best strategy...
2015-04-19 Sergey M․[YoutubeDL] Respect explicit `--merge-format-output...
2015-04-19 Sergey M․[YoutubeDL] Merge incompatible formats into mkv (#5456)
2015-04-19 Sergey M․[YoutubeDL] Make `bestvideo+bestaudio/best` default...
2015-04-19 Jaime Marquínez... Detect already merged videos
2015-04-18 Jaime Marquínez... FFmpegMergerPP: use the new system for specifying which...
2015-04-18 Jaime Marquínez... Postprocessors: use a list for the files that can be...
2015-04-17 Sergey M․Merge branch 'gfycat' of https://github.com/julianriche...
2015-04-17 Jaime Marquínez... YoutubeDL.post_process: simplify keep_video handling
2015-04-12 Sergey M․[YoutubeDL] Try to download worst audio+video served...
2015-04-11 Sergey M․Merge branch 'crooksandliars' of https://github.com...
2015-04-06 Jaime Marquínez... Remove check for ssl certs
2015-04-04 Sergey M․Merge branch 'patch-1' of https://github.com/tuexss...
2015-04-04 Sergey M․Merge branch 'pornovoisines' of https://github.com...
2015-04-04 Sergey M․Merge branch 'radiojavan' of https://github.com/mtp1376...
2015-04-02 Sergey M․[YoutubeDL] Check for `get_ca_certs` availability
2015-04-02 Sergey M․Merge branch 'MiomioTv' of https://github.com/tiktok7...
2015-04-02 Jaime Marquínez... Print a warning if no ssl certificates are loaded
2015-04-01 Sergey M․Merge branch 'varzesh3' of https://github.com/mtp1376...
2015-03-27 Jaime Marquínez... Don't use bare 'except:'
2015-03-22 Sergey M․Merge branch 'the-daily-show-podcast' of https://github...
2015-03-21 Jaime Marquínez... Remove the 'stitle' field
2015-03-17 Sergey M․Merge branch 'douyutv' of https://github.com/bonfy...
2015-03-17 Sergey M․Merge branch 'sohu_fix' of https://github.com/yan12125...
2015-03-17 Sergey M.Merge pull request #5116 from yan12125/letv_fix
2015-03-15 Sergey M.Merge pull request #5208 from admire93/master
2015-03-15 Kang HyojunFix mistyped docstring indent
2015-03-13 Sergey M․Merge branch 'beatport-pro' of https://github.com/djpoh...
2015-03-13 Philipp Hagemeister[YoutubeDL] Check for bytes instead of unicode output...
2015-03-12 Sergey M.Merge pull request #5150 from yan12125/yam_fix
2015-03-11 Jaime Marquínez... Don't accept '-1' as format, 'all' is clearer
2015-03-09 Philipp HagemeisterMerge remote-tracking branch 'origin/master'
2015-03-08 Sergey M․[YoutubeDL] Sanitize path before creating non-existent...
2015-03-08 Sergey M․[YoutubeDL] Sanitize outtmpl as path
2015-03-07 Philipp HagemeisterRevert "[YoutubeDL] Sanitize outtmpl as it may contain...
2015-03-07 Sergey M․[YoutubeDL] Sanitize outtmpl as it may contain forbidde...
2015-03-03 Sergey M.Merge pull request #5115 from chaos33/youporn-json
2015-03-03 Philipp HagemeisterMerge branch 'cn-verification-proxy'
2015-03-03 Philipp Hagemeister[utils] Correct per-request proxy handling
2015-03-02 Philipp Hagemeister[letv] Add --cn-verification-proxy (Closes #5077)
2015-03-02 Philipp Hagemeister[downloader/external] Add support for custom options...
2015-03-01 Philipp HagemeisterMerge branch 'master' of github.com:rg3/youtube-dl
2015-03-01 Jaime Marquínez... --load-info: Use the fileinput module
2015-02-28 Jaime Marquínez... Use shutil.get_terminal_size for getting the terminal...
2015-02-28 Philipp HagemeisterMerge remote-tracking branch 'origin/master'
2015-02-28 Sergey M․Merge branch 'HanYOLO-puls4'
2015-02-28 Sergey M․Merge branch 'puls4' of https://github.com/HanYOLO...
2015-02-28 Sergey M․Merge branch 'oppetarkiv' of https://github.com/thc202...
2015-02-28 Jaime Marquínez... [YoutubeDL] Use the InfoExtractor._download_webpage...
2015-02-26 Philipp HagemeisterMerge remote-tracking branch 'duncankl/airmozilla'
2015-02-23 Jaime Marquínez... Merge branch 'subtitles-rework'
2015-02-23 Jaime Marquínez... [YoutubeDL] remove compatiblity with the old subtitles...
2015-02-23 Sergey M․Merge branch 'chirbit' of https://github.com/skypher...
2015-02-22 Jaime Marquínez... [YoutubeDL] only add normal subtitles to the 'requested...
2015-02-21 Jaime Marquínez... [YoutubeDL] don't set the 'requested_subtitles' without...
2015-02-21 Philipp HagemeisterPEP8: W503
2015-02-18 Philipp Hagemeister[YoutubeDL] Use render_table for format listing
2015-02-17 Philipp HagemeisterMerge branch 'progress-as-hook2'
2015-02-17 Jaime Marquínez... [YoutubeDL] use the 'render_table' function for listing...
2015-02-17 Philipp Hagemeister[YoutubeDL] Use a progress hook for progress reporting
2015-02-17 Philipp HagemeisterMerge remote-tracking branch 'origin/master'
2015-02-17 Philipp Hagemeister[ffmpeg] Make available a property
2015-02-17 Jaime Marquínez... [YoutubeDL] Use a Request object for getting the cookie...
2015-02-17 Philipp Hagemeister[downloader] Add --hls-prefer-native to use the native...
2015-02-16 Jaime Marquínez... [youtube] Convert to new subtitles system
2015-02-16 Jaime Marquínez... [YoutubeDL] store the subtitles to download in the...
2015-02-16 Jaime Marquínez... Improve subtitles support
2015-02-16 Philipp HagemeisterMerge remote-tracking branch 'yan12125/IE_Yam'
2015-02-16 Philipp HagemeisterMerge remote-tracking branch 'origin/master'
2015-02-16 Philipp Hagemeister[ffmpeg] Add --ffmpeg-location
2015-02-10 Philipp Hagemeister[YoutubeDL] Do not perform filter matching on partial...
2015-02-10 Philipp Hagemeister[options] Add --no-color
2015-02-10 Philipp Hagemeister[YoutubeDL] Add generic video filtering (Fixes #4916)
2015-02-09 Philipp HagemeisterMerge branch 'master' of github.com:rg3/youtube-dl
2015-02-09 Philipp Hagemeister[YoutubeDL] Do not show worst in --list-formats output
2015-02-08 Sergey M․[YoutubeDL] Allow filtering by audio sampling rate
2015-02-08 Sergey M․[YoutubeDL] Allow filtering by string properties (...
2015-02-08 Sergey M․Merge branch 'gamekings' of https://github.com/robin007...
2015-02-06 Jaime Marquínez... [YoutubeDL] _calc_cookies: add get_header method to...
2015-02-05 Sergey M․Merge branch 'tweakers' of https://github.com/robin007b...
2015-02-05 Sergey M․[YoutubeDL] Fix video+audio format field (Closes #4880)
2015-02-03 Philipp Hagemeister[YoutubeDL] Calculate thumbnail IDs automatically
2015-02-02 Philipp HagemeisterMerge pull request #4831 from light94/master
2015-02-01 Philipp HagemeisterAppease pyflakes8-3
2015-01-30 Sergey M․[YoutubeDL] Fix video+audio format_id (Closes #4824)
2015-01-30 Philipp HagemeisterMerge remote-tracking branch 'rzhxeo/f4m-drm'
2015-01-30 Philipp HagemeisterMerge remote-tracking branch 'codesparkle/master'
2015-01-30 codesparkleRemove duplicate dictionary keys
2015-01-30 Philipp HagemeisterMerge remote-tracking branch 'bastik/dev-dctp'
2015-01-30 Philipp HagemeisterMerge remote-tracking branch 'yan12125/IE_NextMedia'
2015-01-30 Philipp HagemeisterMerge remote-tracking branch 'yan12125/IE_CtsNews'
2015-01-30 Philipp HagemeisterMerge pull request #4815 from jaimeMF/https_handler
2015-01-29 Jaime Marquínez... [YoutubeDL] set the 'thumbnails' field if the info_dict...
next