Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-09 | Merge remote-tracking branch 'origin/master' | Philipp Hagemeister | |
Conflicts: youtube_dl/YoutubeDL.py | |||
2015-03-09 | [README] Better bug reporting instructions | Philipp Hagemeister | |
Also address private emails which I get more and more these days. | |||
2015-03-09 | [breakcom] Process only play purpose media formats (Closes #5164) | Sergey M․ | |
2015-03-08 | [adultswim] Improve video_info extraction (Fixes #5152) | Naglis Jonaitis | |
Look for video_info inside `slugged_video`, if slug is not found among collections. Also, simplify a bit. | |||
2015-03-08 | [options] Rename --dump-intermediate-pages to --dump-pages for consistence ↵ | Philipp Hagemeister | |
with --write-pages | |||
2015-03-08 | [downloader/f4m] Fix use of base64 in python 3.2 (fixes #5132) | Jaime Marquínez Ferrándiz | |
b64decode needs a byte string, but on 3.4 it also accepts strings. | |||
2015-03-08 | [YoutubeDL] Sanitize path before creating non-existent paths (Closes #4324) | Sergey M․ | |
2015-03-08 | [utils] Disallow trailing dot in sanitize_path for a path part | Sergey M․ | |
2015-03-08 | [YoutubeDL] Sanitize outtmpl as path | Sergey M․ | |
2015-03-08 | [utils] Fix sanitize_open | Sergey M․ | |
2015-03-08 | [utils] Add sanitize_path | Sergey M․ | |
2015-03-08 | [gazeta] Extend _VALID_URL | Sergey M․ | |
2015-03-08 | [teamcoco] Fix extraction | Naglis Jonaitis | |
2015-03-08 | [vidme] Fix view_count extraction and remove comment_count extraction (Fixes ↵ | Naglis Jonaitis | |
#5133) Comment counts seem to no longer be listed on vid.me | |||
2015-03-08 | [pladform] Fix format quality sorting | Sergey M․ | |
2015-03-08 | [pladform] Add support for embeds | Sergey M․ | |
2015-03-08 | [pladform] Add extractor | Sergey M․ | |
2015-03-08 | [gazeta] Add new extractor (Closes #4222) | Naglis Jonaitis | |
2015-03-08 | [twitch] Fix live streams (Closes #5158) | Sergey M․ | |
2015-03-07 | Revert "[YoutubeDL] Sanitize outtmpl as it may contain forbidden characters" | Philipp Hagemeister | |
This reverts commit 7dcad95d4faa91adfaa4d87d411c4bc55ab000e4. The output template is most definitly allowed to contain forbidden characters; otherwise -o /foo/bar/vid.mp4 wouldn't work. | |||
2015-03-08 | [YoutubeDL] Sanitize outtmpl as it may contain forbidden characters | Sergey M․ | |
2015-03-07 | [eagleplatform] Remove debug output | Sergey M․ | |
2015-03-07 | [eagleplatform] Add support for ClipYou embeds | Sergey M․ | |
2015-03-07 | [eagleplatform] Add support for embeds | Sergey M․ | |
2015-03-07 | [eagleplatform] Add extractor | Sergey M․ | |
2015-03-07 | [youtube:search_url] Fix extraction (Closes #5155) | Sergey M․ | |
2015-03-07 | [orf:iptv] Add extractor (Closes #5140) | Sergey M․ | |
2015-03-06 | [dailymotion] Replace test | Jaime Marquínez Ferrándiz | |
It has been removed. | |||
2015-03-06 | [vimeo] Use https for player.vimeo.com urls (closes #5147) | Jaime Marquínez Ferrándiz | |
2015-03-06 | [vimeo:album] Fix password protected videos | Jaime Marquínez Ferrándiz | |
Since it only uses https now, don't recognize http urls. | |||
2015-03-06 | [vimeo] Fix and use '_verify_video_password' (#5001) | Jaime Marquínez Ferrándiz | |
It only supports verifying the password over https now. Use it instead of manually setting the 'password' cookie because it allows to check if the password is correct. | |||
2015-03-06 | [vimeo] Fix upload date extraction | Jaime Marquínez Ferrándiz | |
2015-03-06 | [extractor/common] Remove 'm3u8' from quality selection URL | Sergey M․ | |
2015-03-06 | [extractor/common] Fix format_id when `last_media` is None and always ↵ | Sergey M․ | |
include `m3u8_id` if present The rationale behind `m3u8_id` was to resolve duplicates when processing several m3u8 playlists within the same media that give equal resulting `format_id`'s, e.g. `youtube-dl http://www.rts.ch/play/tv/passe-moi-les-jumelles/video/la-fee-des-bois-mustang-les-chemins-du-vent?id=3854925 -F` | |||
2015-03-06 | [twitch:vod] Prefer source stream (Fixes #5143) | Philipp Hagemeister | |
2015-03-06 | [extractor/common] Improve m3u format IDs (#5143) | Philipp Hagemeister | |
2015-03-06 | [travis] Declare 3.2 (Fixes #5144) | Philipp Hagemeister | |
2015-03-05 | [vidme] Modernize | Philipp Hagemeister | |
2015-03-05 | [extremetube] Fix extraction (Closes #5127) | Naglis Jonaitis | |
2015-03-05 | [playwire] Add extractor | Sergey M․ | |
2015-03-04 | [downloader/http] Add missing fields for _hook_progress call | Jaime Marquínez Ferrándiz | |
It would fail if you run 'youtube-dl --no-part URL' a second time when the file has already been downloaded. (Reported in Fedora: https://bugzilla.redhat.com/show_bug.cgi?id=1195779) | |||
2015-03-03 | [downloader/http] Remove wrong '_hook_progress' call (fixes #5117) | Jaime Marquínez Ferrándiz | |
2015-03-03 | [lrt] Pass --realtime to rtmpdump | Naglis Jonaitis | |
2015-03-03 | [tvplay] Adapt _VALID_URL and test case to domain name change | Naglis Jonaitis | |
2015-03-03 | [youporn] Imrove JSON regex and preserve the old one | Sergey M․ | |
2015-03-03 | Merge pull request #5115 from chaos33/youporn-json | Sergey M. | |
fix youporn extractor's json search regex | |||
2015-03-03 | fix youporn extractor's json search regex | chaos33 | |
2015-03-03 | release 2015.03.03.12015.03.03.1 | Philipp Hagemeister | |
2015-03-03 | Merge branch 'cn-verification-proxy' | Philipp Hagemeister | |
2015-03-03 | [utils] Correct per-request proxy handling | Philipp Hagemeister | |