summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* release 2014.03.20 2014.03.20Philipp Hagemeister2014-03-201-1/+1
|
* [YoutubeDL] Improve error messagePhilipp Hagemeister2014-03-201-1/+1
|
* [ted] Simplify embed code (#2587)Philipp Hagemeister2014-03-202-4/+19
|
* Merge remote-tracking branch 'anovicecodemonkey/TEDIEimprovements'Philipp Hagemeister2014-03-202-1/+11
|\
| * [TEDIE] Add support for embeded TED video URLsanovicecodemonkey2014-03-201-1/+4
| |
| * [generic] Add support for embeded TED videosanovicecodemonkey2014-03-201-0/+7
| |
* | [arte] Modernize tests and fix _VALID_REGEXJaime Marquínez Ferrándiz2014-03-201-3/+5
| |
* | [arte] Add extractor for concert.arte.tv (closes #2588)Jaime Marquínez Ferrándiz2014-03-202-0/+19
| |
* | [arte.tv:+7] Fix _VALID_URLSergey M․2014-03-191-1/+1
|/
* [desvscripts/release] Bump the number of password tries to accomodate ↵Philipp Hagemeister2014-03-181-1/+1
| | | | stubby-fingered @phihag
* release 2014.03.18.1 2014.03.18.1Philipp Hagemeister2014-03-181-1/+1
|
* release 2014.03.18 2014.03.18Philipp Hagemeister2014-03-181-1/+1
|
* Fix typoPhilipp Hagemeister2014-03-181-1/+1
|
* Fix getpass on Windows (Fixes #2547)Philipp Hagemeister2014-03-182-2/+12
|
* [iprima] Fix permission check regexSergey M․2014-03-181-1/+1
|
* Merge pull request #2580 from ericpardee/patch-1Jaime Marquínez Ferrándiz2014-03-181-1/+1
|\ | | | | Update to comedycentral.py (cc.com)
| * Update to comedycentral.py (cc.com)ericpardee2014-03-171-1/+1
|/ | | Added cc.com as it's same as comedycentral.com and used, i.e. http://www.cc.com/video-clips/fmyq0m/broad-city-a-beautiful-railroad-style-apartment
* [generic] Fix access to removed function in python 3.4Jaime Marquínez Ferrándiz2014-03-171-1/+6
| | | | | The `Request.get_origin_req_host` method was deprecated in 3.3, use the `origin_req_host` property if it's not available, see http://docs.python.org/3.3/library/urllib.request.html#urllib.request.Request.get_origin_req_host.
* release 2014.03.17 2014.03.17Philipp Hagemeister2014-03-172-4/+4
|
* Merge remote-tracking branch 'origin/wheels'Philipp Hagemeister2014-03-172-1/+3
|\
| * Build and upload universal wheels to pypiJaime Marquínez Ferrándiz2014-03-162-1/+3
| |
* | [test] Rename get_testcases to gettestcasesPhilipp Hagemeister2014-03-173-5/+5
| | | | | | | | Apparently, newer versions of nosetests are somewhat over-eager in their test discovery.
* | [vesti] Restore vesti extractorSergey M․2014-03-172-0/+122
| |
* | [generic] Add support for embedded rutv playerSergey M․2014-03-171-1/+21
| |
* | [rutv] Refactor vgtrk/rutv extractorSergey M․2014-03-172-132/+37
| |
* | [ted] Add 'http://' to the thumbnail url if it's missingJaime Marquínez Ferrándiz2014-03-161-1/+4
|/
* [udemy] Make sure test case is not inheritedPhilipp Hagemeister2014-03-161-2/+3
|
* [vevo] Mark all test timestamps as approximatePhilipp Hagemeister2014-03-161-3/+4
|
* [generic] More generic support for embedded vimeo player (#1602)Sergey M․2014-03-161-2/+2
|
* [iprima] Skip testSergey M․2014-03-151-0/+1
|
* [iprima] Add access permission checkSergey M․2014-03-151-1/+8
|
* Add bestvideo and worstvideo to special format names (#2163)Jaime Marquínez Ferrándiz2014-03-144-15/+45
|
* [vevo] Adapt test to constantly changing timestampPhilipp Hagemeister2014-03-131-2/+3
|
* Rename upload_timestamp to timestampPhilipp Hagemeister2014-03-134-7/+9
|
* [udemy] Initial support for free courses (#1617)Sergey M․2014-03-142-0/+167
|
* [test_download] Move assertions before debugging outputPhilipp Hagemeister2014-03-131-7/+7
|
* [videobam] Fix empty title handlingPhilipp Hagemeister2014-03-131-1/+2
|
* [wdr] Add description to testsPhilipp Hagemeister2014-03-131-0/+3
|
* [googlesearch] Fix next page indicator checkPhilipp Hagemeister2014-03-132-2/+2
|
* [ninegag] Fix extractionPhilipp Hagemeister2014-03-132-12/+24
|
* [vevo] Centralize timestamp handlingPhilipp Hagemeister2014-03-133-4/+12
|
* Merge remote-tracking branch 'soult/br'Philipp Hagemeister2014-03-131-22/+41
|\
| * [br] Allow '/' in URL, allow empty author + broadcastDate fieldsDavid Triendl2014-03-131-22/+41
| | | | | | | | | | | | | | * Allow URLs that have a 'subdirectory' before the actual program name, e.g. 'xyz/xyz-episode-1'. * The author and broadcastDate fields in the XML file may be empty. * Add test case for the two problems above.
* | [funnyordie] Correct JSON interpretationPhilipp Hagemeister2014-03-131-1/+4
| |
* | [collegehumor] Fix one more testSergey M․2014-03-131-1/+1
| |
* | [collegehumor] Extract like countSergey M․2014-03-131-0/+2
| |
* | [collegehumor] Fix testSergey M․2014-03-131-1/+2
|/
* release 2014.03.12 2014.03.12Philipp Hagemeister2014-03-121-1/+1
|
* [vimeo] Now VimeoIE doesn't match urls of channels with a numeric id (fixes ↵Jaime Marquínez Ferrándiz2014-03-122-1/+12
| | | | #2552)
* [wdr] Add support for WDR sites (Closes #1367)Sergey M․2014-03-122-0/+112
|