Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-19 | [smotri] Fix duration field name | dst | |
2013-12-17 | [generic] Support application/ogg for direct links | Philipp Hagemeister | |
Also remove some debugging code. | |||
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 | [generic] Do not use compatibility result fallback | 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 | 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 | 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 | [radiofrance] Add support (Fixes #1942) | 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 | [videopremium] Skip test | Philipp Hagemeister | |
2013-12-16 | Reorder info_dict documentation | Philipp Hagemeister | |
2013-12-16 | [blinkx] Add extractor (Fixes #1972) | Philipp Hagemeister | |
2013-12-16 | [ndtv] Remove unused imports | Philipp Hagemeister | |
2013-12-16 | [mdr] Clean up | 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 | [pornhd] Simplify | Philipp Hagemeister | |
2013-12-16 | Merge remote-tracking branch 'mjorlitzky/master' | 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-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-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 | |
2013-12-12 | [channel9] Cleanup | dst | |
2013-12-12 | [channel9] Initial implementation (#1885) | dst | |
2013-12-11 | [pornhub] Fix URL regexp | 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 | |