Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | 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 | |
| |/ | ||||||
* / | YouJizzIE: support videos that define the urls in a playlist page (closes #1037) | Jaime Marquínez Ferrándiz | 2013-07-13 | 1 | -2/+14 | |
|/ | ||||||
* | Don't try to save the thumbnail if it's None | Jaime Marquínez Ferrándiz | 2013-07-12 | 1 | -1/+1 | |
| | | | | It means the extractor couldn't find it | |||||
* | Use determine_ext when saving the thumbnail | Jaime Marquínez Ferrándiz | 2013-07-12 | 2 | -5/+3 | |
| | | | | Urls that contain a query produced filenames with wrong extensions | |||||
* | BrightcoveIE: Use parse_qs to extract the fields of the query (closes #1032) | Jaime Marquínez Ferrándiz | 2013-07-12 | 2 | -7/+13 | |
| | | | | Add a compat_urlparse to utils. | |||||
* | GenericIE: allow to match declaration of the Brightocove parameters that use ↵ | Jaime Marquínez Ferrándiz | 2013-07-12 | 1 | -1/+1 | |
| | | | | ' instead of " | |||||
* | [ign]: support some country versions and add an extractor for 1up.com | Jaime Marquínez Ferrándiz | 2013-07-12 | 2 | -13/+59 | |
| | | | | 1up.com uses the gin video system, the extractor is a subclass of IGNIE, it just replaces the video id | |||||
* | Add IGNIE | Jaime Marquínez Ferrándiz | 2013-07-12 | 2 | -0/+46 | |
| | | | | Only for www.ign.com, it doesn't support country specific versions (like es.ign.com) | |||||
* | release 2013.07.12 | Philipp Hagemeister | 2013-07-11 | 1 | -1/+1 | |
| | ||||||
* | YoutubeIE: add algo for length 81 (closes #1026) | Jaime Marquínez Ferrándiz | 2013-07-11 | 3 | -0/+10 | |
| | ||||||
* | release 2013.07.11 | Philipp Hagemeister | 2013-07-11 | 1 | -1/+1 | |
| | ||||||
* | YoutubeIE: a new algo for length 83 | Jaime Marquínez Ferrándiz | 2013-07-11 | 3 | -4/+4 | |
| | ||||||
* | GametrailersIE: support multipart videos | Jaime Marquínez Ferrándiz | 2013-07-11 | 1 | -35/+30 | |
| | | | | Use xml.etree.ElementTree instead of re when possible | |||||
* | [brightcove] add import | Philipp Hagemeister | 2013-07-11 | 1 | -0/+1 | |
| | ||||||
* | [brightcove] fix on Python 2.6 | Philipp Hagemeister | 2013-07-11 | 2 | -5/+5 | |
| | ||||||
* | [arte] Fix on 2.6 | Philipp Hagemeister | 2013-07-11 | 1 | -1/+2 | |
| | ||||||
* | Add helper function find_path_attr | Philipp Hagemeister | 2013-07-11 | 2 | -0/+29 | |
| | ||||||
* | Remove video_result helper method | Philipp Hagemeister | 2013-07-11 | 3 | -7/+4 | |
| | | | | Calling it was more complex then actually including the type in the video info | |||||
* | [ehow] improve minor bits | Philipp Hagemeister | 2013-07-11 | 2 | -10/+17 | |
| | ||||||
* | Merge remote-tracking branch 'yasoob/master' | Philipp Hagemeister | 2013-07-11 | 2 | -0/+45 | |
|\ | ||||||
| * | added test for ehow | M.Yasoob Khalid | 2013-07-11 | 1 | -4/+6 | |
| | | ||||||
| * | added an IE for Ehow videos | M.Yasoob Khalid | 2013-07-11 | 2 | -0/+43 | |
| | | ||||||
* | | GenericIE: detect more Brightcove videos | Jaime Marquínez Ferrándiz | 2013-07-11 | 2 | -2/+2 | |
| | | | | | | | | In some sites "class" contains more that BrightcoveExperience | |||||
* | | BrightcoveIE: add support for playlists | Jaime Marquínez Ferrándiz | 2013-07-11 | 1 | -5/+30 | |
| | | ||||||
* | | Set the playlist_index and playlist fields for already resolved video results. | Jaime Marquínez Ferrándiz | 2013-07-10 | 2 | -2/+5 | |
| | | ||||||
* | | GenericIE: Detect videos from Brightcove | Jaime Marquínez Ferrándiz | 2013-07-10 | 2 | -10/+60 | |
| | | | | | | | | 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. | |||||
* | | YoutubeIE: show a more meaningful error when it founds a rtmpe download ↵ | Jaime Marquínez Ferrándiz | 2013-07-10 | 1 | -0/+2 | |
| | | | | | | | | (related #343) | |||||
* | | release 2013.07.10 | Philipp Hagemeister | 2013-07-10 | 1 | -1/+1 | |
| | | ||||||
* | | YoutubeIE: new algo for length 83 (closes #1017 and closes #1016) | Jaime Marquínez Ferrándiz | 2013-07-10 | 3 | -4/+4 | |
| | | ||||||
* | | GameSpotIE: support more urls and download videos in the best quality | Jaime Marquínez Ferrándiz | 2013-07-09 | 1 | -5/+15 | |
| | | ||||||
* | | YoutubeIE: Fix vevo explicit videos (closes #956) | Jaime Marquínez Ferrándiz | 2013-07-09 | 1 | -9/+47 | |
| | | | | | | | | When an age restricted video is detected it simulates accessing the video from www.youtube.com/v/{video_id} | |||||
* | | VeohIE: remove debug logging | Jaime Marquínez Ferrándiz | 2013-07-09 | 1 | -1/+1 | |
| | | ||||||
* | | DotsubIE: simplify and extract the upload date | Jaime Marquínez Ferrándiz | 2013-07-08 | 1 | -15/+14 | |
| | | | | | | | | Do not declare variables for fields in the info dictionary. | |||||
* | | Merge pull request #1009 from yasoob/master | Jaime Marquínez Ferrándiz | 2013-07-08 | 2 | -1/+43 | |
|\| | | | | | | | Added an IE and test for dotsub.com videos. ( closes #1008 ) | |||||
| * | added an IE and test for dotsub. | M.Yasoob Khalid | 2013-07-09 | 2 | -1/+43 | |
| | | ||||||
* | | Add VeohIE (closes #1006) | Jaime Marquínez Ferrándiz | 2013-07-08 | 2 | -0/+48 | |
|/ | ||||||
* | YoutubeSubscriptionsIE: raise an error if there's no login information. | Jaime Marquínez Ferrándiz | 2013-07-08 | 1 | -0/+6 | |
| | ||||||
* | YoutubeIE: use the new method in the base IE for getting the login info | Jaime Marquínez Ferrándiz | 2013-07-08 | 1 | -24/+2 | |
| | ||||||
* | Remove dead code | Philipp Hagemeister | 2013-07-08 | 2 | -5/+1 | |
| | ||||||
* | Do not redefine variables in list comprehensions | Philipp Hagemeister | 2013-07-08 | 3 | -5/+5 | |
| | ||||||
* | release 2013.07.08.1 | Philipp Hagemeister | 2013-07-08 | 1 | -1/+1 | |
| | ||||||
* | [archive.org] Add extractor (Fixes #1003) | Philipp Hagemeister | 2013-07-08 | 2 | -0/+67 | |
| | ||||||
* | release 2013.07.08 | Philipp Hagemeister | 2013-07-08 | 1 | -1/+1 | |
| | ||||||
* | [arte] Always look for the JSON URL (Fixes #1002) | Philipp Hagemeister | 2013-07-08 | 1 | -6/+2 | |
| | ||||||
* | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | 2013-07-08 | 3 | -1/+64 | |
|\ | ||||||
| * | VimeoIE: authentication support (closes #885) and add a method in the base ↵ | Jaime Marquínez Ferrándiz | 2013-07-07 | 2 | -0/+58 | |
| | | | | | | | | InfoExtractor to get the login info | |||||
| * | YoutubeIE: extract the thumbnail in the best possible quality | Jaime Marquínez Ferrándiz | 2013-07-07 | 1 | -1/+6 | |
| | | ||||||
* | | [3sat] Add support (Fixes #1001) | Philipp Hagemeister | 2013-07-08 | 4 | -1/+96 | |
|/ |