Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-16 | [pornhd] Simplify | Philipp Hagemeister | |
2013-12-16 | Merge remote-tracking branch 'mjorlitzky/master' | Philipp Hagemeister | |
2013-12-16 | Set process title to youtube-dl | Philipp Hagemeister | |
This allows killing all youtube-dl processes with killall youtube-dl, and shows up nicer in some programs. | |||
2013-12-16 | release 2013.12.162013.12.16 | Philipp Hagemeister | |
2013-12-16 | Apply --no-overwrites for --write-* files as well (Fixes #1980) | Philipp Hagemeister | |
2013-12-16 | Add --get-duration (Fixes #859) | Philipp Hagemeister | |
2013-12-16 | Document duration field | Philipp Hagemeister | |
2013-12-16 | [youtube] Make duration an integer or None | Philipp Hagemeister | |
2013-12-16 | [cbs] Add extractor (Fixes #1977) | Philipp Hagemeister | |
2013-12-16 | [theplatform] Fix geographic restriction check | Philipp Hagemeister | |
2013-12-16 | [theplatform] Detect geoblocked content | Philipp Hagemeister | |
2013-12-16 | Add --min-views / --max-views (Fixes #1979) | Philipp Hagemeister | |
2013-12-15 | Fix detection of the extension if the 'extractaudio' is given and improve ↵ | Jaime Marquínez Ferrándiz | |
the error message (#1969) Using 'foo.mp4' shouldn't raise an error. If 'foo' is given suggest using 'foo.%(ext)s' for the template | |||
2013-12-14 | [daylimotion] Add support for urls from the mobile site (fixes #1953) | Jaime Marquínez Ferrándiz | |
It uses the 'touch' subdomain and adds a '#' before 'video' | |||
2013-12-13 | Add support for pornhd.com. | Michael Orlitzky | |
2013-12-13 | [ign] Update one of test video's title | Jaime Marquínez Ferrándiz | |
2013-12-13 | Merge pull request #1956 from dstftw/master | Philipp Hagemeister | |
Fix typo in month name | |||
2013-12-13 | Fix typo in month name | dst | |
2013-12-12 | [daum] Recognize mobile urls (#1952) | Jaime Marquínez Ferrándiz | |
2013-12-12 | [naver] Recognize mobile urls (fixes #1951) | Jaime Marquínez Ferrándiz | |
2013-12-11 | release 2013.12.11.22013.12.11.2 | Philipp Hagemeister | |
2013-12-11 | [pornhub] Fix URL regexp | Philipp Hagemeister | |
2013-12-11 | release 2013.12.11.12013.12.11.1 | Philipp Hagemeister | |
2013-12-11 | Fix thumbnail filename determination (Fixes #1945) | Philipp Hagemeister | |
2013-12-11 | release 2013.12.112013.12.11 | Philipp Hagemeister | |
2013-12-10 | Use `_download_xml` in more extractors | Jaime Marquínez Ferrándiz | |
2013-12-10 | [vimeo] Fix unused argument of the `_real_extract` method | Jaime Marquínez Ferrándiz | |
2013-12-10 | [vimeo] Fix the extraction for some 'player' or 'pro' videos | Jaime Marquínez Ferrándiz | |
The variable the config dict is assigned to can change, now we try to detect it or fallback to a, b or c | |||
2013-12-10 | [dailymotion] Fix view count extraction and make it non fatal (fixes #1940) | Jaime Marquínez Ferrándiz | |
2013-12-10 | [dailymotion] Fix uploader extraction | Jaime Marquínez Ferrándiz | |
Now it looks directly in the info dictionary | |||
2013-12-10 | [mixcloud] Try to get the m4a url if the mp3 url fails to download (fixes #1939) | Jaime Marquínez Ferrándiz | |
2013-12-10 | [soundcloud] Fix the extension for 'downloadable' songs | Jaime Marquínez Ferrándiz | |
In this case the 'original_format' field must be used. | |||
2013-12-10 | [mtv] Fixup incorrectly encoded XML documents | Philipp Hagemeister | |
2013-12-10 | release 2013.12.102013.12.10 | Philipp Hagemeister | |
2013-12-10 | [zdf] Correct order of unknown formats (#1936) | Philipp Hagemeister | |
2013-12-10 | [soundcloud] Do not mistake original_format for ext (Fixes #1934) | Philipp Hagemeister | |
2013-12-10 | [YoutubeDL] Simplify filename preparation | Philipp Hagemeister | |
2013-12-09 | Set 'NA' as the default value for missing fields in the output template ↵ | Jaime Marquínez Ferrándiz | |
(fixes #1931) Remove the `except KeyError` clause, it won't get raised anymore | |||
2013-12-09 | release 2013.12.09.42013.12.09.4 | Philipp Hagemeister | |
2013-12-09 | Remove superfluous spaces | Philipp Hagemeister | |
2013-12-09 | [brightcove] Use the original url (usually the player) as the default ↵ | Jaime Marquínez Ferrándiz | |
referer (fixes #1929) | |||
2013-12-09 | [soundcloud] Do not match sets (Fixes #1930) | Philipp Hagemeister | |
2013-12-09 | [ndtv] Add extractor (Fixes #1924) | Philipp Hagemeister | |
2013-12-09 | release 2013.12.09.32013.12.09.3 | Philipp Hagemeister | |
2013-12-09 | [rtlnow] Allow double slashes after domain name (Fixes #1928) | Philipp Hagemeister | |
2013-12-09 | release 2013.12.09.22013.12.09.2 | Philipp Hagemeister | |
2013-12-09 | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | |
2013-12-09 | Improve --bidi-workaround support | Philipp Hagemeister | |
2013-12-09 | [soundcloud] add support for private links (fixes #1927) | Jaime Marquínez Ferrándiz | |
2013-12-09 | [--load-info] Always read file as UTF-8 | Philipp Hagemeister | |
This allows editing the file (and not escaping non-ASCII characters) and reloading it in. |