summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* release 2014.02.25Philipp Hagemeister2014-02-251-1/+1
|
* Merge remote-tracking branch 'origin/master'Philipp Hagemeister2014-02-255-60/+63
|\
| * [veoh] Allow to download videos with age protection (fixes #2455)Jaime Marquínez Ferrándiz2014-02-241-0/+9
| |
| * [generic] Add support for nowvideo embedded videosSergey M.2014-02-241-2/+8
| |
| * [nowvideo] Rewrite based on novamov extractorSergey M.2014-02-241-39/+21
| |
| * [novamov] Generalize extractorSergey M.2014-02-242-19/+25
| |
* | Ignore BOM in batch files (Fixes #2450)Philipp Hagemeister2014-02-253-7/+34
| |
* | [podomatic] Use unicode_literalsPhilipp Hagemeister2014-02-241-9/+12
|/
* [novamov] Improve _VALID_URLSergey M.2014-02-241-1/+1
|
* [cinemassacre] ModernizeJaime Marquínez Ferrándiz2014-02-241-29/+31
|
* [cinemassacre] Fix extractionJaime Marquínez Ferrándiz2014-02-241-22/+11
| | | | Now we download over http, we don't need rtmpdump.
* [academicearth] Remove debug printJaime Marquínez Ferrándiz2014-02-241-1/+0
|
* [academicearth] Fix extractionJaime Marquínez Ferrándiz2014-02-242-9/+10
| | | | The courses seems to be no longer available, changed the test to a playlist.
* [nbc] ModernizeJaime Marquínez Ferrándiz2014-02-241-13/+17
|
* [iprima] Add missing `)`Jaime Marquínez Ferrándiz2014-02-241-0/+1
|
* [iprima] Add support for -WEB URLs (Closes #2449)Philipp Hagemeister2014-02-241-7/+19
|
* [iprima] Clean up a little bitPhilipp Hagemeister2014-02-241-8/+9
|
* release 2014.02.24Philipp Hagemeister2014-02-241-1/+1
|
* [zdf] Fix podcast extraction and use unicode literals (Closes #2446)Sergey M.2014-02-241-36/+34
|
* [youtube] Fix mix video regexSergey M.2014-02-241-3/+2
| | | | | 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`.
* [normalboots] Modernize and simplifyJaime Marquínez Ferrándiz2014-02-231-38/+28
|
* [normalboots] Fix video url extractionJaime Marquínez Ferrándiz2014-02-231-1/+1
|
* [youtube:playlist] Fix mixes extraction (fixes #2444)Jaime Marquínez Ferrándiz2014-02-231-4/+9
|
* [vine] Extract more metadata and support low formatSergey M.2014-02-231-15/+31
|
* Add one more format to unified_strdateSergey M.2014-02-231-0/+1
|
* [breakcom] Fix error when calling _search_regexJaime Marquínez Ferrándiz2014-02-231-1/+1
| | | | I passed `’webpage’` instead of the variable `webpage`.
* [breakcom] Fix info json extractionJaime Marquínez Ferrándiz2014-02-231-2/+2
|
* [vine] Fix uploader extractionJaime Marquínez Ferrándiz2014-02-231-2/+3
|
* release 2014.02.22.1Philipp Hagemeister2014-02-221-1/+1
|
* [videobam] Set age_limit to 18Philipp Hagemeister2014-02-221-0/+1
| | | | 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."
* Fix importsPhilipp Hagemeister2014-02-223-4/+1
|
* [f4m] Clean upPhilipp Hagemeister2014-02-221-6/+5
|
* [videobam] Add support for videobam.com (Closes #2411)Sergey M.2014-02-232-0/+80
|
* Credit @soult for brPhilipp Hagemeister2014-02-221-0/+1
|
* [br] SimplifyPhilipp Hagemeister2014-02-221-63/+60
|
* Merge remote-tracking branch 'soult/br'Philipp Hagemeister2014-02-222-0/+83
|\
| * [BR] Add basic testDavid Triendl2014-02-211-1/+13
| |
| * [BR] Add "BR" extractorDavid Triendl2014-02-212-0/+71
| | | | | | | | | | | | | | 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
* | release 2014.02.22Philipp Hagemeister2014-02-221-1/+1
| |
* | [release.sh] Do not run tests by defaultPhilipp Hagemeister2014-02-221-3/+3
| | | | | | | | | | We are at the point that testing takes waay too long for a release cycle, and fails way too often. Tests through travis are a better indicator than testing just before release.
* | [trutube] Support multiple formats (#2433)Philipp Hagemeister2014-02-222-26/+40
| |
* | Merge remote-tracking branch 'JohnyMoSwag/master'Philipp Hagemeister2014-02-223-2/+46
|\ \
| * | added trutubeIEJohny Mo Swag2014-02-223-2/+46
| | |
* | | [savefrom] Add extractor (Fixes #2434)Philipp Hagemeister2014-02-222-0/+38
| | |
* | | [canalc2] ModernizePhilipp Hagemeister2014-02-221-12/+16
| | |
* | | [spankwire] Fix uploader id regexSergey M.2014-02-221-1/+1
| | |
* | | [spankwire] Improve and modernizeSergey M.2014-02-221-24/+41
|/ /
* / release 2014.02.21.1Philipp Hagemeister2014-02-211-1/+1
|/
* [generic] Fix on python 2.6Jaime Marquínez Ferrándiz2014-02-212-2/+8
| | | | | `ParseError` is not available, it raises `xml.parsers.expat.ExpatError`. The webpage needs to be encoded.
* [youtube] Simplify the decryption process for the manifest urls and add a ↵Jaime Marquínez Ferrándiz2014-02-211-6/+21
| | | | test (closes #2422)