aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-11Merge branch 'pishposhmcgee-master'Sergey M․
2015-03-11[funnyordie] Simplify subtitlesSergey M․
2015-03-11Merge branch 'master' of https://github.com/pishposhmcgee/youtube-dl into ↵Sergey M․
pishposhmcgee-master
2015-03-11[ssa] Add extractor (Closes #5169)Sergey M․
2015-03-11[npo] Improve smooth stream skipping and set low preference for streams ↵Sergey M․
other than hds ans hls (Closes #5175)
2015-03-10Update funnyordie.pypishposhmcgee
2015-03-10Added subtitles for FunnyOrDiePishPosh.McGee
2015-03-10[utils] Keep dot and dotdot unmodified (Closes #5171)Sergey M․
2015-03-09[yandexmusic:album] Improve _VALID_URL to avoid matching tracks urlsJaime Marquínez Ferrándiz
2015-03-09[niconico] Use '_match_id'Jaime Marquínez Ferrándiz
2015-03-09[yandexmusic] PEP8: remove blank line at the end of fileJaime Marquínez Ferrándiz
2015-03-09Merge branch 'MamayAlexander-YandexMusic'Sergey M․
2015-03-09Credit @MamayAlexander for yandexmusic (#5168)Sergey M․
2015-03-09[yamusic] Rename to yandexmusicSergey M․
2015-03-09[yamusic] Improve, simplify, fix python3 issues and add testsSergey M․
2015-03-09[YandexMusic] Add new extractorMamay Alexander
2015-03-09release 2015.03.092015.03.09Philipp Hagemeister
2015-03-09Merge remote-tracking branch 'origin/master'Philipp Hagemeister
Conflicts: youtube_dl/YoutubeDL.py
2015-03-09[README] Better bug reporting instructionsPhilipp 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 partSergey M․
2015-03-08[YoutubeDL] Sanitize outtmpl as pathSergey M․
2015-03-08[utils] Fix sanitize_openSergey M․
2015-03-08[utils] Add sanitize_pathSergey M․
2015-03-08[gazeta] Extend _VALID_URLSergey M․
2015-03-08[teamcoco] Fix extractionNaglis 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 sortingSergey M․
2015-03-08[pladform] Add support for embedsSergey M․
2015-03-08[pladform] Add extractorSergey 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-07Revert "[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 charactersSergey M․
2015-03-07[eagleplatform] Remove debug outputSergey M․
2015-03-07[eagleplatform] Add support for ClipYou embedsSergey M․
2015-03-07[eagleplatform] Add support for embedsSergey M․
2015-03-07[eagleplatform] Add extractorSergey 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 testJaime 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 videosJaime 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 extractionJaime Marquínez Ferrándiz
2015-03-06[extractor/common] Remove 'm3u8' from quality selection URLSergey M․