aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
AgeCommit message (Collapse)Author
2015-03-08[options] Rename --dump-intermediate-pages to --dump-pages for consistence ↵Philipp Hagemeister
with --write-pages
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․
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-05[vidme] ModernizePhilipp Hagemeister
2015-03-05[extremetube] Fix extraction (Closes #5127)Naglis Jonaitis
2015-03-05[playwire] Add extractorSergey M․
2015-03-04[downloader/http] Add missing fields for _hook_progress callJaime 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 rtmpdumpNaglis Jonaitis
2015-03-03[tvplay] Adapt _VALID_URL and test case to domain name changeNaglis Jonaitis
2015-03-03[youporn] Imrove JSON regex and preserve the old oneSergey M․
2015-03-03Merge pull request #5115 from chaos33/youporn-jsonSergey M.
fix youporn extractor's json search regex
2015-03-03fix youporn extractor's json search regexchaos33
2015-03-03release 2015.03.03.12015.03.03.1Philipp Hagemeister
2015-03-03Merge branch 'cn-verification-proxy'Philipp Hagemeister
2015-03-03[utils] Correct per-request proxy handlingPhilipp Hagemeister
2015-03-03Make sure netrc works for all extractors with login supportPhilipp Hagemeister
Fixes #5112
2015-03-03release 2015.03.032015.03.03Philipp Hagemeister
2015-03-03[letv] Add --cn-verification-proxy (Closes #5077)Philipp Hagemeister
2015-03-02[utils] Streap leading dotsPhilipp Hagemeister
Fixes #2865, closes #5087
2015-03-02[generic] Parse RSS enclosure URLs (Fixes #5091)Philipp Hagemeister
2015-03-02[downloader/external] Add support for custom options (Fixes #4885, closes #5098)Philipp Hagemeister
2015-03-02[soundcloud] Fix glitches (#5101)Sergey M․
2015-03-02[soundcloud] Check direct links validity (Closes #5101)Sergey M․
2015-03-02[extractor/common] Assume non HTTP(S) URLs validSergey M․
2015-03-02[lynda] Completely skip videos we don't have access to, extract base class ↵Sergey M․
and modernize (Closes #5093)
2015-03-02[lynda] Check for the empty subtitleSergey
2015-03-02[vk] Fix test (Closes #5100)Sergey M․
2015-03-01[vk] Fix extraction (Closes #4967, closes #4686)Sergey M․
2015-03-01[vk] Catch temporarily unavailable video error messageSergey M․
2015-03-01--load-info: Use the fileinput moduleJaime Marquínez Ferrándiz
It automatically handles the '-' filename as stdin
2015-02-28Use shutil.get_terminal_size for getting the terminal width if it's ↵Jaime Marquínez Ferrándiz
available (python >= 3.3)
2015-02-28release 2015.02.282015.02.28Philipp Hagemeister
2015-02-28[thechive] remove in favor of Kaltura (#5072)Philipp Hagemeister
2015-02-28[escapist] Extract durationPhilipp Hagemeister