Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-18 | Fix typo | Philipp Hagemeister | |
2014-03-18 | Fix getpass on Windows (Fixes #2547) | Philipp Hagemeister | |
2014-03-18 | [iprima] Fix permission check regex | Sergey M․ | |
2014-03-18 | Merge pull request #2580 from ericpardee/patch-1 | Jaime Marquínez Ferrándiz | |
Update to comedycentral.py (cc.com) | |||
2014-03-17 | Update to comedycentral.py (cc.com) | ericpardee | |
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 | |||
2014-03-17 | [generic] Fix access to removed function in python 3.4 | Jaime Marquínez Ferrándiz | |
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. | |||
2014-03-17 | release 2014.03.172014.03.17 | Philipp Hagemeister | |
2014-03-17 | Merge remote-tracking branch 'origin/wheels' | Philipp Hagemeister | |
2014-03-17 | [test] Rename get_testcases to gettestcases | Philipp Hagemeister | |
Apparently, newer versions of nosetests are somewhat over-eager in their test discovery. | |||
2014-03-17 | [vesti] Restore vesti extractor | Sergey M․ | |
2014-03-17 | [generic] Add support for embedded rutv player | Sergey M․ | |
2014-03-17 | [rutv] Refactor vgtrk/rutv extractor | Sergey M․ | |
2014-03-16 | [ted] Add 'http://' to the thumbnail url if it's missing | Jaime Marquínez Ferrándiz | |
2014-03-16 | Build and upload universal wheels to pypi | Jaime Marquínez Ferrándiz | |
2014-03-16 | [udemy] Make sure test case is not inherited | Philipp Hagemeister | |
2014-03-16 | [vevo] Mark all test timestamps as approximate | Philipp Hagemeister | |
2014-03-16 | [generic] More generic support for embedded vimeo player (#1602) | Sergey M․ | |
2014-03-15 | [iprima] Skip test | Sergey M․ | |
2014-03-15 | [iprima] Add access permission check | Sergey M․ | |
2014-03-14 | Add bestvideo and worstvideo to special format names (#2163) | Jaime Marquínez Ferrándiz | |
2014-03-13 | [vevo] Adapt test to constantly changing timestamp | Philipp Hagemeister | |
2014-03-13 | Rename upload_timestamp to timestamp | Philipp Hagemeister | |
2014-03-14 | [udemy] Initial support for free courses (#1617) | Sergey M․ | |
2014-03-13 | [test_download] Move assertions before debugging output | Philipp Hagemeister | |
2014-03-13 | [videobam] Fix empty title handling | Philipp Hagemeister | |
2014-03-13 | [wdr] Add description to tests | Philipp Hagemeister | |
2014-03-13 | [googlesearch] Fix next page indicator check | Philipp Hagemeister | |
2014-03-13 | [ninegag] Fix extraction | Philipp Hagemeister | |
2014-03-13 | [vevo] Centralize timestamp handling | Philipp Hagemeister | |
2014-03-13 | Merge remote-tracking branch 'soult/br' | Philipp Hagemeister | |
2014-03-13 | [br] Allow '/' in URL, allow empty author + broadcastDate fields | David Triendl | |
* 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. | |||
2014-03-13 | [funnyordie] Correct JSON interpretation | Philipp Hagemeister | |
2014-03-13 | [collegehumor] Fix one more test | Sergey M․ | |
2014-03-13 | [collegehumor] Extract like count | Sergey M․ | |
2014-03-13 | [collegehumor] Fix test | Sergey M․ | |
2014-03-12 | release 2014.03.122014.03.12 | Philipp Hagemeister | |
2014-03-12 | [vimeo] Now VimeoIE doesn't match urls of channels with a numeric id (fixes ↵ | Jaime Marquínez Ferrándiz | |
#2552) | |||
2014-03-12 | [wdr] Add support for WDR sites (Closes #1367) | Sergey M․ | |
2014-03-12 | Add format to unified_strdate | Sergey M․ | |
2014-03-11 | release 2014.03.112014.03.11 | Philipp Hagemeister | |
2014-03-11 | [generic/funnyordie] Add support for funnyordie embeds (Fixes #2546) | Philipp Hagemeister | |
2014-03-10 | [playvid] Simplify (#2539) | Philipp Hagemeister | |
2014-03-10 | Merge remote-tracking branch 'MikeCol/playvid_extract' | Philipp Hagemeister | |
2014-03-10 | Merge remote-tracking branch 'jaimeMF/remove_global_opener' | Philipp Hagemeister | |
2014-03-10 | Playvid extractor | MikeCol | |
2014-03-10 | Don't install the global url opener | Jaime Marquínez Ferrándiz | |
All the code uses now the urlopen method of YoutubeDL | |||
2014-03-10 | Don't set the global socket timeout | Jaime Marquínez Ferrándiz | |
Use the timeout argument of the `OpenerDirector.open` method instead | |||
2014-03-11 | [vgtrk] Rename vesti extractor | Sergey M․ | |
2014-03-11 | [vesti] Fix _VALID_URL regex | Sergey M․ | |
2014-03-10 | [vevo] Correct test value | Philipp Hagemeister | |
The date is now interpreted as UTC for consistency. |