summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 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.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.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
|
* Add format to unified_strdateSergey M․2014-03-121-0/+1
|
* release 2014.03.11Philipp Hagemeister2014-03-111-1/+1
|
* [generic/funnyordie] Add support for funnyordie embeds (Fixes #2546)Philipp Hagemeister2014-03-112-3/+33
|
* [playvid] Simplify (#2539)Philipp Hagemeister2014-03-102-36/+34
|
* Merge remote-tracking branch 'MikeCol/playvid_extract'Philipp Hagemeister2014-03-102-0/+86
|\
| * Playvid extractorMikeCol2014-03-102-0/+86
| |
* | Merge remote-tracking branch 'jaimeMF/remove_global_opener'Philipp Hagemeister2014-03-101-6/+2
|\ \
| * | Don't install the global url openerJaime Marquínez Ferrándiz2014-03-101-3/+0
| | | | | | | | | | | | All the code uses now the urlopen method of YoutubeDL
| * | Don't set the global socket timeoutJaime Marquínez Ferrándiz2014-03-101-3/+2
| | | | | | | | | | | | Use the timeout argument of the `OpenerDirector.open` method instead
* | | [vgtrk] Rename vesti extractorSergey M․2014-03-112-5/+4
|/ /
* | [vesti] Fix _VALID_URL regexSergey M․2014-03-111-1/+1
| |
* | [vevo] Correct test valuePhilipp Hagemeister2014-03-101-1/+1
| | | | | | | | The date is now interpreted as UTC for consistency.