Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [videopremium] Skip test | Philipp Hagemeister | 2013-12-16 | 1 | -0/+1 |
| | |||||
* | Reorder info_dict documentation | Philipp Hagemeister | 2013-12-16 | 1 | -25/+27 |
| | |||||
* | [blinkx] Add extractor (Fixes #1972) | Philipp Hagemeister | 2013-12-16 | 2 | -0/+87 |
| | |||||
* | [ndtv] Remove unused imports | Philipp Hagemeister | 2013-12-16 | 1 | -2/+0 |
| | |||||
* | [mdr] Clean up | Philipp Hagemeister | 2013-12-16 | 1 | -2/+1 |
| | |||||
* | [mdr] Simplify | Philipp Hagemeister | 2013-12-16 | 1 | -46/+47 |
| | |||||
* | Merge remote-tracking branch 'mc2avr/master' | Philipp Hagemeister | 2013-12-16 | 2 | -0/+79 |
|\ | |||||
| * | add MDRIE | mc2avr | 2013-12-10 | 2 | -0/+79 |
| | | |||||
* | | Merge remote-tracking branch 'dstftw/channel9' | Philipp Hagemeister | 2013-12-16 | 2 | -0/+268 |
|\ \ | | | | | | | | | | | | | Conflicts: youtube_dl/extractor/__init__.py | ||||
| * | | [channel9] Fix test description md5 | dst | 2013-12-12 | 1 | -1/+1 |
| | | | |||||
| * | | [channel9] Missing import in __init__ | dst | 2013-12-12 | 1 | -0/+1 |
| | | | |||||
| * | | [channel9] Cleanup | dst | 2013-12-12 | 1 | -89/+5 |
| | | | |||||
| * | | [channel9] Initial implementation (#1885) | dst | 2013-12-12 | 1 | -0/+351 |
| | | | |||||
* | | | [pornhd] Simplify | Philipp Hagemeister | 2013-12-16 | 1 | -11/+7 |
| | | | |||||
* | | | Merge remote-tracking branch 'mjorlitzky/master' | Philipp Hagemeister | 2013-12-16 | 2 | -0/+43 |
|\ \ \ | |||||
| * | | | Add support for pornhd.com. | Michael Orlitzky | 2013-12-13 | 2 | -0/+43 |
| | | | | |||||
* | | | | Document duration field | Philipp Hagemeister | 2013-12-16 | 1 | -1/+2 |
| | | | | |||||
* | | | | [youtube] Make duration an integer or None | Philipp Hagemeister | 2013-12-16 | 1 | -2/+2 |
| | | | | |||||
* | | | | [cbs] Add extractor (Fixes #1977) | Philipp Hagemeister | 2013-12-16 | 2 | -0/+31 |
| | | | | |||||
* | | | | [theplatform] Fix geographic restriction check | Philipp Hagemeister | 2013-12-16 | 1 | -1/+1 |
| | | | | |||||
* | | | | [theplatform] Detect geoblocked content | Philipp Hagemeister | 2013-12-16 | 1 | -0/+12 |
| | | | | |||||
* | | | | [daylimotion] Add support for urls from the mobile site (fixes #1953) | Jaime Marquínez Ferrándiz | 2013-12-14 | 1 | -2/+2 |
|/ / / | | | | | | | | | | It uses the 'touch' subdomain and adds a '#' before 'video' | ||||
* | | | [ign] Update one of test video's title | Jaime Marquínez Ferrándiz | 2013-12-13 | 1 | -1/+1 |
| | | | |||||
* | | | [daum] Recognize mobile urls (#1952) | Jaime Marquínez Ferrándiz | 2013-12-12 | 1 | -1/+1 |
| | | | |||||
* | | | [naver] Recognize mobile urls (fixes #1951) | Jaime Marquínez Ferrándiz | 2013-12-12 | 1 | -1/+1 |
| | | | |||||
* | | | [pornhub] Fix URL regexp | Philipp Hagemeister | 2013-12-11 | 1 | -1/+1 |
| | | | |||||
* | | | Use `_download_xml` in more extractors | Jaime Marquínez Ferrándiz | 2013-12-10 | 3 | -22/+20 |
| | | | |||||
* | | | [vimeo] Fix unused argument of the `_real_extract` method | Jaime Marquínez Ferrándiz | 2013-12-10 | 1 | -1/+1 |
| | | | |||||
* | | | [vimeo] Fix the extraction for some 'player' or 'pro' videos | Jaime Marquínez Ferrándiz | 2013-12-10 | 1 | -2/+8 |
| | | | | | | | | | | | | The variable the config dict is assigned to can change, now we try to detect it or fallback to a, b or c | ||||
* | | | [dailymotion] Fix view count extraction and make it non fatal (fixes #1940) | Jaime Marquínez Ferrándiz | 2013-12-10 | 1 | -2/+4 |
| | | | |||||
* | | | [dailymotion] Fix uploader extraction | Jaime Marquínez Ferrándiz | 2013-12-10 | 1 | -5/+1 |
| | | | | | | | | | | | | Now it looks directly in the info dictionary | ||||
* | | | [mixcloud] Try to get the m4a url if the mp3 url fails to download (fixes #1939) | Jaime Marquínez Ferrándiz | 2013-12-10 | 1 | -2/+10 |
| | | | |||||
* | | | [soundcloud] Fix the extension for 'downloadable' songs | Jaime Marquínez Ferrándiz | 2013-12-10 | 1 | -1/+14 |
| | | | | | | | | | | | | In this case the 'original_format' field must be used. | ||||
* | | | [mtv] Fixup incorrectly encoded XML documents | Philipp Hagemeister | 2013-12-10 | 2 | -3/+11 |
| | | | |||||
* | | | [zdf] Correct order of unknown formats (#1936) | Philipp Hagemeister | 2013-12-10 | 1 | -2/+2 |
| | | | |||||
* | | | [soundcloud] Do not mistake original_format for ext (Fixes #1934) | Philipp Hagemeister | 2013-12-10 | 1 | -1/+1 |
|/ / | |||||
* | | Remove superfluous spaces | Philipp Hagemeister | 2013-12-09 | 1 | -1/+1 |
| | | |||||
* | | [brightcove] Use the original url (usually the player) as the default ↵ | Jaime Marquínez Ferrándiz | 2013-12-09 | 1 | -3/+19 |
| | | | | | | | | referer (fixes #1929) | ||||
* | | [soundcloud] Do not match sets (Fixes #1930) | Philipp Hagemeister | 2013-12-09 | 1 | -1/+2 |
| | | |||||
* | | [ndtv] Add extractor (Fixes #1924) | Philipp Hagemeister | 2013-12-09 | 2 | -0/+67 |
| | | |||||
* | | [rtlnow] Allow double slashes after domain name (Fixes #1928) | Philipp Hagemeister | 2013-12-09 | 1 | -2/+3 |
| | | |||||
* | | [soundcloud] add support for private links (fixes #1927) | Jaime Marquínez Ferrándiz | 2013-12-09 | 1 | -8/+30 |
| | | |||||
* | | Remove unused imports | Philipp Hagemeister | 2013-12-09 | 3 | -5/+1 |
| | | |||||
* | | Merge remote-tracking branch 'jaimeMF/yt-toplists' | Philipp Hagemeister | 2013-12-09 | 2 | -0/+36 |
|\ \ | |||||
| * | | [youtube] Add support for downloading top lists (fixes #1868) | Jaime Marquínez Ferrándiz | 2013-11-30 | 2 | -0/+36 |
| | | | | | | | | | | | | It needs to know the channel and the title of the list, because the ids change every time you browse the channels and are attached to a 'VISITOR_INFO1_LIVE' cookie. | ||||
* | | | Merge remote-tracking branch 'dstftw/smotri.com-broadcast' | Philipp Hagemeister | 2013-12-09 | 2 | -1/+107 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: youtube_dl/FileDownloader.py youtube_dl/extractor/smotri.py | ||||
| * | | | [smotri] Fix broadcast ticket regex | dst | 2013-12-04 | 1 | -1/+1 |
| | | | | |||||
| * | | | [smotri] Add an extractor for live rtmp broadcasts | dst | 2013-12-04 | 2 | -1/+106 |
| | | | | |||||
* | | | | Add fatal=False parameter to _download_* functions. | Philipp Hagemeister | 2013-12-09 | 2 | -41/+58 |
| | | | | | | | | | | | | | | | | This allows us to simplify the calls in the youtube extractor even further. | ||||
* | | | | Remove the calls to 'compat_urllib_request.urlopen' in a few extractors | Jaime Marquínez Ferrándiz | 2013-12-08 | 5 | -86/+42 |
| | | | |