Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-20 | [aparat] Add support (Fixes #2012) | Philipp Hagemeister | |
2013-12-19 | [blinkxx] Add support for youtube videos | Jaime Marquínez Ferrándiz | |
2013-12-19 | [generic] Support YouTube swf embed (Fixes #2010) | Philipp Hagemeister | |
2013-12-19 | [generic] Detect ooyala videos (fixes #2013) | Jaime Marquínez Ferrándiz | |
2013-12-20 | [imdb] Add support for mobile site URLs | dst | |
2013-12-19 | [soundcloud] Support mobile URLs (Fixes #2009) | Philipp Hagemeister | |
2013-12-19 | [ivi] Simplify | dst | |
2013-12-19 | [ivi] Skip tests for travis build | dst | |
2013-12-19 | [smotri] Fix duration field name | dst | |
2013-12-19 | [ivi] Add support for ivi.ru | dst | |
2013-12-18 | Make prefer_free_formats sorting more robust | rzhxeo | |
2013-12-18 | Filter and sort videos before calling list_formats | rzhxeo | |
2013-12-18 | [YoutubeIE] Sort formats by resolution | rzhxeo | |
2013-12-18 | [YoutubeIE] Add width and height to format dict | rzhxeo | |
2013-12-18 | [YoutubeIE] Externalize format selection | rzhxeo | |
2013-12-17 | [generic] Support application/ogg for direct links | Philipp Hagemeister | |
Also remove some debugging code. | |||
2013-12-17 | [utils] Remove duplicated line | Philipp Hagemeister | |
This line was added by accident in 42393ce234c651aaae244e1546e1803101765acc | |||
2013-12-17 | Simplify url_basename | Jaime Marquínez Ferrándiz | |
Use urlparse from the standard library. | |||
2013-12-17 | release 2013.12.17.22013.12.17.2 | Philipp Hagemeister | |
2013-12-17 | [radiofrance] remove unused imports | Philipp Hagemeister | |
2013-12-17 | [academicearth] remove unused imports | Philipp Hagemeister | |
2013-12-17 | Add support for direct links to a video (#1973) | Philipp Hagemeister | |
2013-12-17 | [utils] Fix url_basename | Philipp Hagemeister | |
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 | 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 | [GenericIE] Add support for embedded blip.tv | rzhxeo | |
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 | |