summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [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)
* Merge branch 'youtube-dash' of github.com:m0vie/youtube-dlJaime Marquínez Ferrándiz2014-02-211-4/+18
|\
| * [youtube] decrypt signature when downloading dash manifestm0viefreak2014-02-211-4/+18
| |
* | release 2014.02.21Philipp Hagemeister2014-02-211-1/+1
| |
* | [wimp] Modernize and replace testSergey M.2014-02-211-7/+8
| |
* | [youtube] Fix playlist extraction (Closes #2423, #2424, #2425)Sergey M.2014-02-211-14/+16
|/
* release 2014.02.20Philipp Hagemeister2014-02-201-1/+1
|
* [generic] Add support for RSS feeds (Fixes #667)Philipp Hagemeister2014-02-202-0/+37
|
* [bbccouk] Add friendly contry filter error message (#2184)Sergey M.2014-02-201-0/+5
|
* Merge pull request #2413 from bentley/optypoJaime Marquínez Ferrándiz2014-02-202-2/+2
|\ | | | | Fix minor typo: “to to” → “to”.
| * Fix minor typo: “to to” → “to”.Anthony J. Bentley2014-02-192-2/+2
| |
* | [xhamster] Fix and improveSergey M.2014-02-201-66/+69
|/
* Merge pull request #2408 from pulpe/_readmeJaime Marquínez Ferrándiz2014-02-191-1/+1
|\ | | | | [README.md] correct the test command
| * [README.md] correct the test commandpulpe2014-02-191-1/+1
|/
* Document prefered config location (#2407)Philipp Hagemeister2014-02-191-1/+1
|
* release 2014.02.19.1Philipp Hagemeister2014-02-191-1/+1
|
* [liveleak] Add support for prochan embeds (Fixes #2406)Philipp Hagemeister2014-02-191-10/+45
|