Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-16 | _search_regex's "isatty" call fails with Py2exe's | Itay Brandes | |
_search_regex calls the sys.stderr.isatty() function for unix systems. Py2exe uses a custom Stderr() stream which doesn't have an `isatty()` function, leading to it's crash. Fixes easily with checking that it's a unix system first. | |||
2013-12-16 | [vevo] Add suppor for videoplayer. URLs (#1957) | Philipp Hagemeister | |
2013-12-16 | release 2013.12.16.62013.12.16.6 | Philipp Hagemeister | |
2013-12-16 | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | |
2013-12-16 | Add support for embedded vevo player (Fixes #1957) | Philipp Hagemeister | |
2013-12-16 | [arte:ddc] Remove test | Jaime Marquínez Ferrándiz | |
video seems to expire in 7 days, as arte+7 | |||
2013-12-16 | release 2013.12.16.52013.12.16.5 | Philipp Hagemeister | |
2013-12-16 | [radiofrance] Add support (Fixes #1942) | Philipp Hagemeister | |
2013-12-16 | release 2013.12.16.42013.12.16.4 | Philipp Hagemeister | |
2013-12-16 | [facebook] Recognize #! URLs (Fixes #1988) | Philipp Hagemeister | |
2013-12-16 | Merge pull request #1987 from rzhxeo/blip | Philipp Hagemeister | |
[GenericIE] Add support for embedded blip.tv | |||
2013-12-16 | [GenericIE] Add support for embedded blip.tv | rzhxeo | |
2013-12-16 | Merge pull request #1984 from alimirjamali/patch-1 | Philipp Hagemeister | |
Incorrect variable is used to check whether thumbnail exists | |||
2013-12-16 | Incorrect variable is used to check whether thumbnail exists | alimirjamali | |
Dear @phihag I believe in line 848, the correct variable to check is 'thumb_filename' rather than 'infofn' Kindly advise Mit freundlichen Gruessen Ali | |||
2013-12-16 | release 2013.12.16.32013.12.16.3 | Philipp Hagemeister | |
2013-12-16 | Fix execution under Python 3 | Philipp Hagemeister | |
2013-12-16 | [videopremium] Skip test | Philipp Hagemeister | |
2013-12-16 | release 2013.12.16.22013.12.16.2 | Philipp Hagemeister | |
2013-12-16 | Reorder info_dict documentation | Philipp Hagemeister | |
2013-12-16 | [blinkx] Add extractor (Fixes #1972) | Philipp Hagemeister | |
2013-12-16 | Simplify --playlist-start / --playlist-end interface | Philipp Hagemeister | |
2013-12-16 | [ndtv] Remove unused imports | Philipp Hagemeister | |
2013-12-16 | [mdr] Clean up | Philipp Hagemeister | |
2013-12-16 | release 2013.12.16.12013.12.16.1 | Philipp Hagemeister | |
2013-12-16 | [mdr] Simplify | Philipp Hagemeister | |
2013-12-16 | Merge remote-tracking branch 'mc2avr/master' | Philipp Hagemeister | |
2013-12-16 | Merge remote-tracking branch 'dstftw/channel9' | Philipp Hagemeister | |
Conflicts: youtube_dl/extractor/__init__.py | |||
2013-12-16 | Credit @mjorlitzky for pornhd (#1961) | Philipp Hagemeister | |
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-12 | [channel9] Fix test description md5 | dst | |
2013-12-12 | [channel9] Missing import in __init__ | dst | |