Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [gamespot] Use compat_urllib_parse_unquote | Sergey M․ | 2015-07-17 | 1 | -2/+2 |
| | |||||
* | [gamespot] The protocol is not optional | Jaime Marquínez Ferrándiz | 2015-05-15 | 1 | -1/+1 |
| | |||||
* | [gamespot] Add support for videos that don't use 'f4m_stream' (fixes #5707) | Jaime Marquínez Ferrándiz | 2015-05-15 | 1 | -20/+40 |
| | |||||
* | Fix imports and general cleanup | Philipp Hagemeister | 2014-12-13 | 1 | -1/+3 |
| | | | | | | | | · Import from compat what comes from compat. Yes, some names are available in utils too, but that's an implementation detail. · Use _match_id consistently whenever possible · Fix some outdated tests · Use consistent valid URL (always match the whole protocol, no ^ at start required) · Use modern test definitions | ||||
* | [gamespot] Remove unused import | Philipp Hagemeister | 2014-11-04 | 1 | -1/+0 |
| | |||||
* | [gamespot] Modernize | Philipp Hagemeister | 2014-11-04 | 1 | -6/+8 |
| | |||||
* | [gamespot] Update test URL and modernize | Sergey M․ | 2014-05-14 | 1 | -5/+6 |
| | |||||
* | [gamespot] Fix regexp | Philipp Hagemeister | 2014-01-22 | 1 | -2/+2 |
| | |||||
* | [gamespot] Use unicode_literals | Philipp Hagemeister | 2014-01-17 | 1 | -6/+8 |
| | |||||
* | Remove the compatibility code used before the new format system was implemented | Jaime Marquínez Ferrándiz | 2013-12-03 | 1 | -4/+1 |
| | |||||
* | Clean up unused imports and other minor mistakes | Philipp Hagemeister | 2013-11-20 | 1 | -1/+1 |
| | |||||
* | [gamespot] Fix video extraction (fixes #1587) | Jaime Marquínez Ferrándiz | 2013-10-14 | 1 | -34/+37 |
| | |||||
* | [gamespot] Mark as broken (#1587) | Jaime Marquínez Ferrándiz | 2013-10-10 | 1 | -0/+1 |
| | |||||
* | [gamespot] Update test video title | Jaime Marquínez Ferrándiz | 2013-09-12 | 1 | -1/+1 |
| | |||||
* | GameSpotIE: support more urls and download videos in the best quality | Jaime Marquínez Ferrándiz | 2013-07-09 | 1 | -5/+15 |
| | |||||
* | Added an IE for gamespot. Although gamespot allows downloading but it is ↵ | M.Yasoob Khalid | 2013-06-28 | 1 | -0/+45 |
only available to registered users. With this IE no registration is required. |