Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | README: document bestvideo+bestaudio/best (#5447) | Jaime Marquínez Ferrándiz | 2015-04-19 | 1 | -0/+2 | |
| | ||||||
* | Move the documentation for the `--format` option to the manpage | Jaime Marquínez Ferrándiz | 2015-04-19 | 2 | -36/+10 | |
| | | | | It's too big for beeing embedded in the help message and it's easier to edit in the markdown file. | |||||
* | [YoutubeDL] Respect explicit `--merge-format-output` for uncompatible ↵ | Sergey M․ | 2015-04-19 | 1 | -2/+1 | |
| | | | | formats as well | |||||
* | [parameters.json] Set default `format` parameter to `best` | Sergey M․ | 2015-04-19 | 1 | -1/+1 | |
| | ||||||
* | [YoutubeDL] Merge incompatible formats into mkv (#5456) | Sergey M․ | 2015-04-19 | 1 | -1/+23 | |
| | ||||||
* | [YoutubeDL] Make `bestvideo+bestaudio/best` default format when merger is ↵ | Sergey M․ | 2015-04-19 | 1 | -1/+5 | |
| | | | | available | |||||
* | Detect already merged videos | Jaime Marquínez Ferrándiz | 2015-04-19 | 2 | -11/+18 | |
| | | | | | 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 | |||||
* | [Sohu] Fix title extraction | Yen Chi Hsuan | 2015-04-19 | 1 | -2/+4 | |
| | ||||||
* | [miomio] Replace the slow test case | Yen Chi Hsuan | 2015-04-19 | 1 | -0/+8 | |
| | | | | MioMio_1 takes about 25~35 seconds on information retrieval | |||||
* | [tests] Allow multi_video to be tested as playlists | Yen Chi Hsuan | 2015-04-19 | 2 | -2/+2 | |
| | ||||||
* | [megavideoz] Improve non-existing videos check | Sergey M․ | 2015-04-19 | 1 | -1/+1 | |
| | ||||||
* | [megavideoz] Check non-existing videos | Sergey M․ | 2015-04-19 | 1 | -0/+4 | |
| | ||||||
* | [megavideozeu] Rename extractor | Sergey M․ | 2015-04-19 | 2 | -2/+2 | |
| | ||||||
* | [megavideozeu] Simplify (Closes #5454) | Sergey M․ | 2015-04-19 | 1 | -29/+30 | |
| | ||||||
* | [megavideoez] Add working test | Jeff Buchbinder | 2015-04-19 | 1 | -1/+13 | |
| | ||||||
* | Add megavideoz.eu support. | Jeff Buchbinder | 2015-04-19 | 2 | -0/+40 | |
| | ||||||
* | Merge pull request #5462 from hedii/hedii-patch-1 | Sergey M. | 2015-04-18 | 1 | -1/+1 | |
|\ | | | | | Update wat.py misspelling 'downloding' | |||||
| * | Update wat.py | hedii | 2015-04-18 | 1 | -1/+1 | |
|/ | | | | 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. | |||||
* | [ign] Fix extraction of some videos in articles | Jaime Marquínez Ferrándiz | 2015-04-18 | 1 | -2/+2 | |
| | | | | Give higher preference to the hero-poster regex because some articles may contain other videos | |||||
* | FFmpegMergerPP: use the new system for specifying which files can be delete | Jaime Marquínez Ferrándiz | 2015-04-18 | 2 | -8/+3 | |
| | ||||||
* | FFmpegEmbedSubtitlePP: remove the subtitle files if '--keep-video' is not ↵ | Jaime Marquínez Ferrándiz | 2015-04-18 | 1 | -2/+3 | |
| | | | | given (closes #5435) | |||||
* | Postprocessors: use a list for the files that can be deleted | Jaime Marquínez Ferrándiz | 2015-04-18 | 8 | -38/+48 | |
| | | | | We could only know if we had to delete the original file, but this system allows to specify us more files (like subtitles). | |||||
* | [facebook] Extend _VALID_URL take 2 (#5120) | Yen Chi Hsuan | 2015-04-18 | 1 | -1/+4 | |
| | ||||||
* | [facebook] Extend _VALID_URL | Yen Chi Hsuan | 2015-04-18 | 1 | -2/+9 | |
| | ||||||
* | Merge branch 'julianrichen-gfycat' | Sergey M․ | 2015-04-18 | 3 | -0/+92 | |
|\ | ||||||
| * | Credit @julianrichen for gfycat (#5440) | Sergey M․ | 2015-04-18 | 1 | -0/+1 | |
| | | ||||||
| * | [gfycat] Simplify (Closes #5439, Closes #5394) | Sergey M․ | 2015-04-18 | 1 | -102/+77 | |
| | | ||||||
| * | Merge branch 'gfycat' of https://github.com/julianrichen/youtube-dl into ↵ | Sergey M․ | 2015-04-18 | 2 | -0/+116 | |
|/| | | | | | | | julianrichen-gfycat | |||||
| * | [gfycat] Fixed preferences. | FireDart | 2015-04-16 | 1 | -3/+3 | |
| | | ||||||
| * | [gfycat] Updated tests. | FireDart | 2015-04-16 | 1 | -25/+33 | |
| | | ||||||
| * | [gfycat] Add new extractor | FireDart | 2015-04-15 | 2 | -0/+108 | |
| | | ||||||
* | | YoutubeDL.post_process: simplify keep_video handling | Jaime Marquínez Ferrándiz | 2015-04-17 | 1 | -8/+1 | |
| | | | | | | | | 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. | |||||
* | | FFmpegExtractAudioPP: Simplify handling of already existing files | Jaime Marquínez Ferrándiz | 2015-04-17 | 1 | -8/+7 | |
| | | ||||||
* | | [comedycentral] Fix feed uri request (Closes #5449, closes #5455) | Sergey M․ | 2015-04-17 | 1 | -1/+1 | |
| | | ||||||
* | | [soundcloud] Raise an error instead of calling 'report_error' | Jaime Marquínez Ferrándiz | 2015-04-17 | 1 | -3/+2 | |
| | | ||||||
* | | [mixcloud] Simplify url extraction | Jaime Marquínez Ferrándiz | 2015-04-17 | 1 | -57/+15 | |
| | | | | | | | | | | | | 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. | |||||
* | | [vimple] Fix extraction (Closes #5448) | Sergey M․ | 2015-04-17 | 1 | -46/+25 | |
| | | ||||||
* | | InfoExtractor._search_regex: Suggest updating when the regex is not found ↵ | Jaime Marquínez Ferrándiz | 2015-04-17 | 2 | -9/+14 | |
| | | | | | | | | | | | | (suggested in #5442) Reuse the same message from ExtractorError | |||||
* | | release 2015.04.17 | Philipp Hagemeister | 2015-04-17 | 2 | -1/+6 | |
| | | ||||||
* | | [soundcloud] Handle 'secret_token' for 'w.soundcloud.com/player/?url=*' urls ↵ | Jaime Marquínez Ferrándiz | 2015-04-17 | 1 | -1/+6 | |
| | | | | | | | | (fixes #5453) | |||||
* | | [utils] Fix splitunc deprecation warning | Sergey M․ | 2015-04-16 | 1 | -7/+7 | |
| | | ||||||
* | | [srf] Show display_id when present | Sergey M․ | 2015-04-16 | 1 | -4/+4 | |
| | | ||||||
* | | [srf] Extend _VALID_URL | Sergey M․ | 2015-04-16 | 1 | -1/+4 | |
| | | ||||||
* | | [generic] Update pladform embed test | Sergey M․ | 2015-04-16 | 1 | -1/+1 | |
| | | ||||||
* | | [pladform] Update test | Sergey M․ | 2015-04-16 | 1 | -1/+1 | |
| | | ||||||
* | | [srf] Update test | Sergey M․ | 2015-04-16 | 1 | -5/+2 | |
| | | ||||||
* | | [srf] Fix direct links ext | Sergey M․ | 2015-04-16 | 1 | -1/+1 | |
| | | ||||||
* | | [srf] Extract subtitles | Sergey M․ | 2015-04-16 | 1 | -0/+11 | |
| | | ||||||
* | | [srf] Extract all formats and prefer direct links over hls and hds | Sergey M․ | 2015-04-16 | 1 | -12/+19 | |
| | | ||||||
* | | [Srf] Add new extractor (fixes #981) | Yen Chi Hsuan | 2015-04-16 | 2 | -0/+87 | |
| | |