Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-19 | WeiboIE: extract the player urls from a json webpage | Jaime Marquínez Ferrándiz | |
Also extract a Sina url that doesn't require to follow a redirection. | |||
2013-07-19 | YoutubeIE: new algo for length 85 (closes #1080), thanks to @patrickslin | Jaime Marquínez Ferrándiz | |
2013-07-19 | TEDIE: fix the title extraction | Jaime Marquínez Ferrándiz | |
2013-07-19 | Add WeiboIE (closes #1039) | Jaime Marquínez Ferrándiz | |
It just embed video from other sites. Modified the _VALID_URL of Youku to catch embed urls. | |||
2013-07-19 | Add an extractor for 56.com (related #1039) | Jaime Marquínez Ferrándiz | |
2013-07-18 | Add SinaIE (related #1039): extractor for video.sina.com.cn | Jaime Marquínez Ferrándiz | |
2013-07-18 | InstagramIE: fix the extraction of the uploader_id and the title | Jaime Marquínez Ferrándiz | |
The page title is now 'Instagram', so we build it. Also extract the description | |||
2013-07-18 | YoutubeIE: add algo for length 90 (closes #1064) | Jaime Marquínez Ferrándiz | |
Order the cases from higher to lower length. | |||
2013-07-17 | Add CondeNastIE | Jaime Marquínez Ferrándiz | |
It supports some of the websites of the Condé Nast group: WIRED, GQ, Vogue, Glamour, W Magazine and Vanity Fair. | |||
2013-07-17 | YoutubeIE: some encrypted signatures have more than two parts, print the ↵ | Jaime Marquínez Ferrándiz | |
size of all the parts | |||
2013-07-17 | [thisav] add a test for video MD5 | Philipp Hagemeister | |
2013-07-17 | [thisav] Add IE (Fixes #1056) | Philipp Hagemeister | |
2013-07-17 | [youtube] Add code for signature 92 (Closes #1060) | Philipp Hagemeister | |
2013-07-17 | Revert "[youtube] improved decrypt_signature, closes #1060" | Philipp Hagemeister | |
This reverts commit fe6fad124207979c7d656ceef1ab95c29dc14ac6 and closes #1066. | |||
2013-07-17 | [metacafe] Fix test | Philipp Hagemeister | |
2013-07-17 | [metacafe] New result format | Philipp Hagemeister | |
2013-07-17 | [metacafe] Extract description | Philipp Hagemeister | |
2013-07-17 | [metacafe] Fix uploader detection | Philipp Hagemeister | |
2013-07-17 | Use unescapeHTML for OpenGraph properties | Philipp Hagemeister | |
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. | |||
2013-07-17 | [youtube] improved decrypt_signature, closes #1060 | Anton Novosyolov | |
2013-07-17 | [metacafe] Use modern helper methods | Philipp Hagemeister | |
2013-07-17 | [metacafe] Add support for AnyClip videos (#1059) | Philipp Hagemeister | |
2013-07-15 | [freesound] Minor improvements | Jaime Marquínez Ferrándiz | |
2013-07-15 | Merge pull request #1050 from yasoob/master | Jaime Marquínez Ferrándiz | |
Added an IE and test for Freesound.org . | |||
2013-07-15 | added test for freesound.org | M.Yasoob Khalid | |
2013-07-15 | Added an IE for freesound.org | M.Yasoob Khalid | |
2013-07-14 | GametrailersIE: make it a subclass of MTVIE to reuse most of the extraction ↵ | Jaime Marquínez Ferrándiz | |
process | |||
2013-07-14 | MTVIE: fix xml tags in the media namespace (python2.6) | Jaime Marquínez Ferrándiz | |
2013-07-14 | [mtv]: rework MTVIE and add tests (closes #913) | Jaime Marquínez Ferrándiz | |
It uses the same system as ComedyCentralIE to transform ramp urls into http. | |||
2013-07-14 | [livestream] fix import statement | Jaime Marquínez Ferrándiz | |
2013-07-13 | Add LivestreamIE (closes #1042) | Jaime Marquínez Ferrándiz | |
2013-07-13 | Strip hash info from URL when making requests (Fixes #1038) | Philipp Hagemeister | |
2013-07-13 | [instagram] really fix uploader_id detection (Fixes #1038) | Philipp Hagemeister | |
2013-07-13 | [instagram] fix uploader_id detection (Fixes #1038) | Philipp Hagemeister | |
2013-07-13 | Improve OpenGraph property matching | Philipp Hagemeister | |
2013-07-13 | Merge remote-tracking branch 'jaimeMF/opengraph' | Philipp Hagemeister | |
2013-07-13 | Add CanalplusIE (closes #59 and closes #918) | Jaime Marquínez Ferrándiz | |
2013-07-13 | CriterionIE: simplify some parts and use _html_search_regex | Jaime Marquínez Ferrándiz | |
2013-07-13 | Merge pull request #1036 from yasoob/master | Jaime Marquínez Ferrándiz | |
Added an IE and test for Criterion videos (closes #1035). | |||
2013-07-13 | YouJizzIE: support videos that define the urls in a playlist page (closes #1037) | Jaime Marquínez Ferrándiz | |
2013-07-13 | Use re.DOTALL by default when searching OpenGraph properties | Jaime Marquínez Ferrándiz | |
2013-07-13 | added test for criterion.com | M.Yasoob Khalid | |
2013-07-13 | added an IE for criterion.com | M.Yasoob Khalid | |
2013-07-12 | InfoExtractor: add some helper methods to extract OpenGraph info | Jaime Marquínez Ferrándiz | |
2013-07-12 | BrightcoveIE: Use parse_qs to extract the fields of the query (closes #1032) | Jaime Marquínez Ferrándiz | |
Add a compat_urlparse to utils. | |||
2013-07-12 | GenericIE: allow to match declaration of the Brightocove parameters that use ↵ | Jaime Marquínez Ferrándiz | |
' instead of " | |||
2013-07-12 | [ign]: support some country versions and add an extractor for 1up.com | Jaime Marquínez Ferrándiz | |
1up.com uses the gin video system, the extractor is a subclass of IGNIE, it just replaces the video id | |||
2013-07-12 | Add IGNIE | Jaime Marquínez Ferrándiz | |
Only for www.ign.com, it doesn't support country specific versions (like es.ign.com) | |||
2013-07-11 | YoutubeIE: add algo for length 81 (closes #1026) | Jaime Marquínez Ferrándiz | |
2013-07-11 | YoutubeIE: a new algo for length 83 | Jaime Marquínez Ferrándiz | |