Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add SinaIE (related #1039): extractor for video.sina.com.cn | Jaime Marquínez Ferrándiz | 2013-07-18 | 2 | -0/+68 |
| | |||||
* | InstagramIE: fix the extraction of the uploader_id and the title | Jaime Marquínez Ferrándiz | 2013-07-18 | 1 | -12/+10 |
| | | | | | The page title is now 'Instagram', so we build it. Also extract the description | ||||
* | Hint that --update may need sudo | Philipp Hagemeister | 2013-07-18 | 1 | -1/+1 |
| | |||||
* | release 2013.07.18 | Philipp Hagemeister | 2013-07-18 | 1 | -1/+1 |
| | |||||
* | Remove the test to signature of lengths 43,43 | Jaime Marquínez Ferrándiz | 2013-07-18 | 1 | -5/+0 |
| | | | | It's already covered by the test for length 87 | ||||
* | YoutubeIE: add algo for length 90 (closes #1064) | Jaime Marquínez Ferrándiz | 2013-07-18 | 3 | -8/+18 |
| | | | | Order the cases from higher to lower length. | ||||
* | Merge pull request #1068 from MiLk/genalgo-youtube-92 | Jaime Marquínez Ferrándiz | 2013-07-18 | 1 | -0/+3 |
|\ | | | | | | | [youtube] Add generator for signature 92 | ||||
| * | [youtube] Add generator for signature 92 | Emilien Kenler | 2013-07-17 | 1 | -0/+3 |
|/ | |||||
* | Add CondeNastIE | Jaime Marquínez Ferrándiz | 2013-07-17 | 2 | -0/+107 |
| | | | | It supports some of the websites of the Condé Nast group: WIRED, GQ, Vogue, Glamour, W Magazine and Vanity Fair. | ||||
* | YoutubeIE: some encrypted signatures have more than two parts, print the ↵ | Jaime Marquínez Ferrándiz | 2013-07-17 | 1 | -2/+3 |
| | | | | size of all the parts | ||||
* | release 2013.07.17.1 | Philipp Hagemeister | 2013-07-17 | 1 | -1/+1 |
| | |||||
* | [thisav] add a test for video MD5 | Philipp Hagemeister | 2013-07-17 | 1 | -0/+1 |
| | |||||
* | [thisav] Add IE (Fixes #1056) | Philipp Hagemeister | 2013-07-17 | 2 | -0/+47 |
| | |||||
* | [youtube] Add code for signature 92 (Closes #1060) | Philipp Hagemeister | 2013-07-17 | 1 | -0/+2 |
| | |||||
* | Mark test_youtube_sig as non-executable (#1066) | Philipp Hagemeister | 2013-07-17 | 1 | -0/+0 |
| | |||||
* | Revert "[youtube] improved decrypt_signature, closes #1060" | Philipp Hagemeister | 2013-07-17 | 1 | -18/+19 |
| | | | | This reverts commit fe6fad124207979c7d656ceef1ab95c29dc14ac6 and closes #1066. | ||||
* | [metacafe] Fix test | Philipp Hagemeister | 2013-07-17 | 1 | -1/+1 |
| | |||||
* | [metacafe] New result format | Philipp Hagemeister | 2013-07-17 | 1 | -2/+3 |
| | |||||
* | [metacafe] Extract description | Philipp Hagemeister | 2013-07-17 | 1 | -0/+3 |
| | |||||
* | [metacafe] Fix uploader detection | Philipp Hagemeister | 2013-07-17 | 1 | -1/+3 |
| | |||||
* | Use unescapeHTML for OpenGraph properties | Philipp Hagemeister | 2013-07-17 | 1 | -1/+3 |
| | | | | These are attribute values, so we don't need the more complex and whitespace-destroying cleanHTML - we just need to unescape quotes, that's it. | ||||
* | Merge remote-tracking branch 'Forever-Young/patch-1' | Philipp Hagemeister | 2013-07-17 | 1 | -19/+18 |
|\ | |||||
| * | [youtube] improved decrypt_signature, closes #1060 | Anton Novosyolov | 2013-07-17 | 1 | -19/+18 |
| | | |||||
* | | [youtube] Add sig test for 92 (Thanks to @patrickslin) | Philipp Hagemeister | 2013-07-17 | 1 | -0/+5 |
|/ | |||||
* | [metacafe] Use modern helper methods | Philipp Hagemeister | 2013-07-17 | 1 | -5/+1 |
| | |||||
* | Ignore errors in git error handling in verbose mode in Python 3 | Philipp Hagemeister | 2013-07-17 | 1 | -1/+4 |
| | |||||
* | Write debugging output to stderr (#1059) | Philipp Hagemeister | 2013-07-17 | 1 | -4/+4 |
| | |||||
* | release 2013.07.17 | Philipp Hagemeister | 2013-07-17 | 1 | -1/+1 |
| | |||||
* | [metacafe] Add support for AnyClip videos (#1059) | Philipp Hagemeister | 2013-07-17 | 1 | -25/+37 |
| | |||||
* | [freesound] Minor improvements | Jaime Marquínez Ferrándiz | 2013-07-15 | 2 | -17/+17 |
| | |||||
* | Merge pull request #1050 from yasoob/master | Jaime Marquínez Ferrándiz | 2013-07-15 | 2 | -0/+37 |
|\ | | | | | | | Added an IE and test for Freesound.org . | ||||
| * | added test for freesound.org | M.Yasoob Khalid | 2013-07-15 | 1 | -0/+9 |
| | | |||||
| * | Added an IE for freesound.org | M.Yasoob Khalid | 2013-07-15 | 2 | -0/+28 |
| | | |||||
* | | GametrailersIE: make it a subclass of MTVIE to reuse most of the extraction ↵ | Jaime Marquínez Ferrándiz | 2013-07-14 | 2 | -48/+24 |
| | | | | | | | | process | ||||
* | | MTVIE: fix xml tags in the media namespace (python2.6) | Jaime Marquínez Ferrándiz | 2013-07-14 | 1 | -2/+3 |
| | | |||||
* | | [mtv]: rework MTVIE and add tests (closes #913) | Jaime Marquínez Ferrándiz | 2013-07-14 | 1 | -55/+92 |
| | | | | | | | | It uses the same system as ComedyCentralIE to transform ramp urls into http. | ||||
* | | [livestream] fix import statement | Jaime Marquínez Ferrándiz | 2013-07-14 | 1 | -1/+1 |
| | | |||||
* | | Add LivestreamIE (closes #1042) | Jaime Marquínez Ferrándiz | 2013-07-13 | 2 | -0/+53 |
| | | |||||
* | | Strip hash info from URL when making requests (Fixes #1038) | Philipp Hagemeister | 2013-07-13 | 1 | -0/+5 |
| | | |||||
* | | [instagram] really fix uploader_id detection (Fixes #1038) | Philipp Hagemeister | 2013-07-13 | 1 | -2/+3 |
| | | |||||
* | | [instagram] fix uploader_id detection (Fixes #1038) | Philipp Hagemeister | 2013-07-13 | 1 | -2/+2 |
| | | |||||
* | | Improve OpenGraph property matching | Philipp Hagemeister | 2013-07-13 | 1 | -6/+6 |
| | | |||||
* | | Merge remote-tracking branch 'jaimeMF/opengraph' | Philipp Hagemeister | 2013-07-13 | 17 | -96/+54 |
|\ \ | |||||
| * | | Use re.DOTALL by default when searching OpenGraph properties | Jaime Marquínez Ferrándiz | 2013-07-13 | 2 | -2/+2 |
| | | | |||||
| * | | InfoExtractor: add some helper methods to extract OpenGraph info | Jaime Marquínez Ferrándiz | 2013-07-12 | 17 | -96/+54 |
| | | | |||||
* | | | Add CanalplusIE (closes #59 and closes #918) | Jaime Marquínez Ferrándiz | 2013-07-13 | 2 | -0/+47 |
| | | | |||||
* | | | CriterionIE: simplify some parts and use _html_search_regex | Jaime Marquínez Ferrándiz | 2013-07-13 | 1 | -7/+7 |
| | | | |||||
* | | | Merge pull request #1036 from yasoob/master | Jaime Marquínez Ferrándiz | 2013-07-13 | 2 | -0/+41 |
|\ \ \ | | |/ | |/| | | | | Added an IE and test for Criterion videos (closes #1035). | ||||
| * | | added test for criterion.com | M.Yasoob Khalid | 2013-07-13 | 1 | -0/+9 |
| | | | |||||
| * | | added an IE for criterion.com | M.Yasoob Khalid | 2013-07-13 | 2 | -0/+32 |
| |/ |