Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2013-07-11 | GametrailersIE: support multipart videos | Jaime Marquínez Ferrándiz | |
Use xml.etree.ElementTree instead of re when possible | |||
2013-07-11 | [brightcove] add import | Philipp Hagemeister | |
2013-07-11 | [brightcove] fix on Python 2.6 | Philipp Hagemeister | |
2013-07-11 | [arte] Fix on 2.6 | Philipp Hagemeister | |
2013-07-11 | Remove video_result helper method | Philipp Hagemeister | |
Calling it was more complex then actually including the type in the video info | |||
2013-07-11 | [ehow] improve minor bits | Philipp Hagemeister | |
2013-07-11 | Merge remote-tracking branch 'yasoob/master' | Philipp Hagemeister | |
2013-07-11 | added test for ehow | M.Yasoob Khalid | |
2013-07-11 | added an IE for Ehow videos | M.Yasoob Khalid | |
2013-07-11 | GenericIE: detect more Brightcove videos | Jaime Marquínez Ferrándiz | |
In some sites "class" contains more that BrightcoveExperience | |||
2013-07-11 | BrightcoveIE: add support for playlists | Jaime Marquínez Ferrándiz | |
2013-07-10 | Set the playlist_index and playlist fields for already resolved video results. | Jaime Marquínez Ferrándiz | |
2013-07-10 | GenericIE: Detect videos from Brightcove | Jaime Marquínez Ferrándiz | |
Brightcove videos info is usually found in an <object class="BrightcoveExperience"></object> node, this is passed to a new method of BrightcoveIE that builds a url to extract the video. | |||
2013-07-10 | YoutubeIE: show a more meaningful error when it founds a rtmpe download ↵ | Jaime Marquínez Ferrándiz | |
(related #343) | |||
2013-07-10 | YoutubeIE: new algo for length 83 (closes #1017 and closes #1016) | Jaime Marquínez Ferrándiz | |
2013-07-09 | GameSpotIE: support more urls and download videos in the best quality | Jaime Marquínez Ferrándiz | |
2013-07-09 | YoutubeIE: Fix vevo explicit videos (closes #956) | Jaime Marquínez Ferrándiz | |
When an age restricted video is detected it simulates accessing the video from www.youtube.com/v/{video_id} | |||
2013-07-09 | VeohIE: remove debug logging | Jaime Marquínez Ferrándiz | |
2013-07-08 | DotsubIE: simplify and extract the upload date | Jaime Marquínez Ferrándiz | |
Do not declare variables for fields in the info dictionary. | |||
2013-07-08 | Merge pull request #1009 from yasoob/master | Jaime Marquínez Ferrándiz | |
Added an IE and test for dotsub.com videos. ( closes #1008 ) |