Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-26 | [mixcloud] Fix _VALID_RE (fixes #2462) | Jaime Marquínez Ferrándiz | |
Accept any character except `/` for uploader and the name, caused problems with non ASCII characters | |||
2014-02-25 | [nbc] Add an extractor for the main nbc.com site | Jaime Marquínez Ferrándiz | |
Some of the videos are encrypted, the f4m downloader doesn’t support them. | |||
2014-02-25 | [crunchyroll] Use `enumerate` | Jaime Marquínez Ferrándiz | |
2014-02-25 | [crunchyroll] Handle error message | Sergey M. | |
2014-02-25 | [crunchyroll] Fix subtitle lang code extraction | Sergey M | |
2014-02-25 | [crunchyroll] Tidy and modernize | Sergey M | |
2014-02-25 | [vevo] Add age_limit support | Philipp Hagemeister | |
2014-02-25 | [vevo] Add suppot for v3 SMIL URLs (Fixes #2409) | Philipp Hagemeister | |
2014-02-25 | [testurl] Fix case when only one IE matches | Philipp Hagemeister | |
2014-02-24 | Fix incorrect format codes | AGSPhoenix | |
Corrects the descriptions for the DASH video format codes 264 and 138 (1440p and 2160p, respectively). | |||
2014-02-25 | Merge remote-tracking branch 'origin/master' | Philipp Hagemeister | |
2014-02-24 | [veoh] Allow to download videos with age protection (fixes #2455) | Jaime Marquínez Ferrándiz | |
2014-02-24 | [generic] Add support for nowvideo embedded videos | Sergey M. | |
2014-02-24 | [podomatic] Use unicode_literals | Philipp Hagemeister | |
2014-02-24 | [nowvideo] Rewrite based on novamov extractor | Sergey M. | |
2014-02-24 | [novamov] Generalize extractor | Sergey M. | |
2014-02-24 | [novamov] Improve _VALID_URL | Sergey M. | |
2014-02-24 | [cinemassacre] Modernize | Jaime Marquínez Ferrándiz | |
2014-02-24 | [cinemassacre] Fix extraction | Jaime Marquínez Ferrándiz | |
Now we download over http, we don't need rtmpdump. | |||
2014-02-24 | [academicearth] Remove debug print | Jaime Marquínez Ferrándiz | |
2014-02-24 | [academicearth] Fix extraction | Jaime Marquínez Ferrándiz | |
The courses seems to be no longer available, changed the test to a playlist. | |||
2014-02-24 | [nbc] Modernize | Jaime Marquínez Ferrándiz | |
2014-02-24 | [iprima] Add missing `)` | Jaime Marquínez Ferrándiz | |
2014-02-24 | [iprima] Add support for -WEB URLs (Closes #2449) | Philipp Hagemeister | |
2014-02-24 | [iprima] Clean up a little bit | Philipp Hagemeister | |
2014-02-24 | [zdf] Fix podcast extraction and use unicode literals (Closes #2446) | Sergey M. | |
2014-02-24 | [youtube] Fix mix video regex | Sergey M. | |
Attributes' order in <li> is arbitrary and changes every time playlist page is fetched, so we can't rely on `data-index` to be before `data-video-username`. | |||
2014-02-23 | [normalboots] Modernize and simplify | Jaime Marquínez Ferrándiz | |
2014-02-23 | [normalboots] Fix video url extraction | Jaime Marquínez Ferrándiz | |
2014-02-23 | [youtube:playlist] Fix mixes extraction (fixes #2444) | Jaime Marquínez Ferrándiz | |
2014-02-23 | [vine] Extract more metadata and support low format | Sergey M. | |
2014-02-23 | [breakcom] Fix error when calling _search_regex | Jaime Marquínez Ferrándiz | |
I passed `’webpage’` instead of the variable `webpage`. | |||
2014-02-23 | [breakcom] Fix info json extraction | Jaime Marquínez Ferrándiz | |
2014-02-23 | [vine] Fix uploader extraction | Jaime Marquínez Ferrándiz | |
2014-02-22 | [videobam] Set age_limit to 18 | Philipp Hagemeister | |
From [their ToS](http://videobam.com/terms): "User must be eighteen 18[sic] years of age or older to use or access this web site." | |||
2014-02-22 | Fix imports | Philipp Hagemeister | |
2014-02-23 | [videobam] Add support for videobam.com (Closes #2411) | Sergey M. | |
2014-02-22 | [br] Simplify | Philipp Hagemeister | |
2014-02-22 | Merge remote-tracking branch 'soult/br' | Philipp Hagemeister | |
2014-02-22 | [trutube] Support multiple formats (#2433) | Philipp Hagemeister | |
2014-02-22 | Merge remote-tracking branch 'JohnyMoSwag/master' | Philipp Hagemeister | |
2014-02-22 | [savefrom] Add extractor (Fixes #2434) | Philipp Hagemeister | |
2014-02-22 | [canalc2] Modernize | Philipp Hagemeister | |
2014-02-22 | [spankwire] Fix uploader id regex | Sergey M. | |
2014-02-22 | [spankwire] Improve and modernize | Sergey M. | |
2014-02-22 | added trutubeIE | Johny Mo Swag | |
2014-02-21 | [BR] Add basic test | David Triendl | |
2014-02-21 | [BR] Add "BR" extractor | David Triendl | |
Extractor for videos from the Bayerischer Rundfunk Mediathek[1]. Currently only supports videos. Audio and podcasts do not work yet with this extractor. 1: http://br.de/mediathek | |||
2014-02-21 | [generic] Fix on python 2.6 | Jaime Marquínez Ferrándiz | |
`ParseError` is not available, it raises `xml.parsers.expat.ExpatError`. The webpage needs to be encoded. | |||
2014-02-21 | [youtube] Simplify the decryption process for the manifest urls and add a ↵ | Jaime Marquínez Ferrándiz | |
test (closes #2422) |