Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-20 | [bambuser] Modernize | Sergey M․ | |
2015-04-20 | [ted] Skip hls quality selection format | Sergey M․ | |
2015-04-20 | [ted] Lower preference for direct audio since it's mono | Sergey M․ | |
2015-04-20 | [ted] Fix hls audio/video-only formats | Sergey M․ | |
2015-04-20 | [YoutubeDL] mp3 is compatible with mp4 | Sergey M․ | |
2015-04-20 | [YoutubeDL] Allow bestvideo+bestaudio/best strategy for ted extractor | Sergey M․ | |
2015-04-20 | [ted] Clarify IE_NAME | Sergey M․ | |
2015-04-20 | [ted] Clarify audio/video-only formats | Sergey M․ | |
2015-04-20 | [extractor/common] Add ability to specify custom field preference for ↵ | Sergey M․ | |
`_sort_formats` | |||
2015-04-20 | [bandcamp] fix video_id parsing (fixes #4861) | Quentin Rameau | |
2015-04-19 | Move the documentation for the `--format` option to the manpage | Jaime Marquínez Ferrándiz | |
It's too big for beeing embedded in the help message and it's easier to edit in the markdown file. | |||
2015-04-19 | [YoutubeDL] Respect explicit `--merge-format-output` for uncompatible ↵ | Sergey M․ | |
formats as well | |||
2015-04-19 | [YoutubeDL] Merge incompatible formats into mkv (#5456) | Sergey M․ | |
2015-04-19 | [YoutubeDL] Make `bestvideo+bestaudio/best` default format when merger is ↵ | Sergey M․ | |
available | |||
2015-04-19 | Detect already merged videos | Jaime Marquínez Ferrándiz | |
Without the '--keep-video' option the two files would be downloaded again and even using the option, ffmpeg would be run again, which for some videos can take a long time. We use a temporary file with ffmpeg so that the final file only exists if it success | |||
2015-04-19 | [Sohu] Fix title extraction | Yen Chi Hsuan | |
2015-04-19 | [miomio] Replace the slow test case | Yen Chi Hsuan | |
MioMio_1 takes about 25~35 seconds on information retrieval | |||
2015-04-19 | [megavideoz] Improve non-existing videos check | Sergey M․ | |
2015-04-19 | [megavideoz] Check non-existing videos | Sergey M․ | |
2015-04-19 | [megavideozeu] Rename extractor | Sergey M․ | |
2015-04-19 | [megavideozeu] Simplify (Closes #5454) | Sergey M․ | |
2015-04-19 | [megavideoez] Add working test | Jeff Buchbinder | |
2015-04-19 | Add megavideoz.eu support. | Jeff Buchbinder | |
2015-04-18 | Update wat.py | hedii | |
line 116, modify 'Downloding' to 'Downloading'. It looks like nothing, but it is very annoying when youtube-dl command's output is parsed to find progress on a php (or other language) website for example. | |||
2015-04-18 | [ign] Fix extraction of some videos in articles | Jaime Marquínez Ferrándiz | |
Give higher preference to the hero-poster regex because some articles may contain other videos | |||
2015-04-18 | FFmpegMergerPP: use the new system for specifying which files can be delete | Jaime Marquínez Ferrándiz | |
2015-04-18 | FFmpegEmbedSubtitlePP: remove the subtitle files if '--keep-video' is not ↵ | Jaime Marquínez Ferrándiz | |
given (closes #5435) | |||
2015-04-18 | Postprocessors: use a list for the files that can be deleted | Jaime Marquínez Ferrándiz | |
We could only know if we had to delete the original file, but this system allows to specify us more files (like subtitles). | |||
2015-04-18 | [facebook] Extend _VALID_URL take 2 (#5120) | Yen Chi Hsuan | |
2015-04-18 | [facebook] Extend _VALID_URL | Yen Chi Hsuan | |
2015-04-18 | [gfycat] Simplify (Closes #5439, Closes #5394) | Sergey M․ | |
2015-04-18 | Merge branch 'gfycat' of https://github.com/julianrichen/youtube-dl into ↵ | Sergey M․ | |
julianrichen-gfycat | |||
2015-04-17 | YoutubeDL.post_process: simplify keep_video handling | Jaime Marquínez Ferrándiz | |
Since keep_video started as None we always set it to keep_video_wish unless it was None, so in the end keep_video == keep_video_wish. This should have been changed in f3ff1a3696c4080468e2cc5810c34273b148bd3e, but I didn't notice it. | |||
2015-04-17 | FFmpegExtractAudioPP: Simplify handling of already existing files | Jaime Marquínez Ferrándiz | |
2015-04-17 | [comedycentral] Fix feed uri request (Closes #5449, closes #5455) | Sergey M․ | |
2015-04-17 | [soundcloud] Raise an error instead of calling 'report_error' | Jaime Marquínez Ferrándiz | |
2015-04-17 | [mixcloud] Simplify url extraction | Jaime Marquínez Ferrándiz | |
On the tracks I tested the server number in the url from the webpage is valid for the mp3 or the m4a file and any other number is invalid, it's a waste of time to check them. | |||
2015-04-17 | [vimple] Fix extraction (Closes #5448) | Sergey M․ | |
2015-04-17 | InfoExtractor._search_regex: Suggest updating when the regex is not found ↵ | Jaime Marquínez Ferrándiz | |
(suggested in #5442) Reuse the same message from ExtractorError | |||
2015-04-17 | release 2015.04.172015.04.17 | Philipp Hagemeister | |
2015-04-17 | [soundcloud] Handle 'secret_token' for 'w.soundcloud.com/player/?url=*' urls ↵ | Jaime Marquínez Ferrándiz | |
(fixes #5453) | |||
2015-04-16 | [gfycat] Fixed preferences. | FireDart | |
2015-04-16 | [gfycat] Updated tests. | FireDart | |
2015-04-16 | [utils] Fix splitunc deprecation warning | Sergey M․ | |
2015-04-16 | [srf] Show display_id when present | Sergey M․ | |
2015-04-16 | [srf] Extend _VALID_URL | Sergey M․ | |
2015-04-16 | [generic] Update pladform embed test | Sergey M․ | |
2015-04-16 | [pladform] Update test | Sergey M․ | |
2015-04-16 | [srf] Update test | Sergey M․ | |
2015-04-16 | [srf] Fix direct links ext | Sergey M․ | |