Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-17 | [generic] Do not use compatibility result fallback | Philipp Hagemeister | |
2013-12-17 | release 2013.12.17.12013.12.17.1 | Philipp Hagemeister | |
2013-12-17 | Add webpage_url_basename info_dict field (Fixes #1938) | Philipp Hagemeister | |
2013-12-17 | release 2013.12.172013.12.17 | Philipp Hagemeister | |
2013-12-17 | [youtube] Do not warn for videos with allow_rating=0 | Philipp Hagemeister | |
This fixes #1982 Test video: http://www.youtube.com/watch?v=gi2uH3YxohU | |||
2013-12-17 | [academicearth] Support playlists (Closes #1976) | Philipp Hagemeister | |
2013-12-16 | [radiofrance] Fill in test details | Philipp Hagemeister | |
2013-12-16 | [rtlnow] Fix URL calculation (Closes #1989) | Philipp Hagemeister | |
2013-12-16 | [playlist-test] require a string | Philipp Hagemeister | |
2013-12-16 | release 2013.12.16.72013.12.16.7 | Philipp Hagemeister | |
2013-12-16 | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | |
2013-12-16 | [academicearth] Add support for courses (#1976) | Philipp Hagemeister | |
2013-12-16 | [mtv] Add support for urls from the mobile site (fixes #1959) | Jaime Marquínez Ferrándiz | |
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 | |