aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/gamespot.py
Commit message (Collapse)AuthorAgeFilesLines
* [gamespot] add test for #14652Remita Amine2017-11-131-0/+3
|
* [gamespot] lower the preference of http formats(#14652)Remita Amine2017-11-131-1/+1
|
* [gamespot] add support for article URLS(closes #14652)Remita Amine2017-11-111-1/+1
|
* [gamespot] skip Brightcove Once http formats(#14652)Remita Amine2017-11-111-1/+2
|
* [gamespot] extract formats referenced with new data fields(#14652)Remita Amine2017-11-021-3/+6
|
* [once] add support for vmap urlsRemita Amine2017-10-111-1/+1
|
* Don't list master m3u8 playlists in format list (closes #12832)Sergey M․2017-04-271-2/+1
|
* Fix "invalid escape sequences" error on Python 3.6Yen Chi Hsuan2017-01-061-1/+1
|
* Fix unit tests for m3u8 and RTSP extractors that require ffmpeg or mplayerNehal Patel2016-07-151-2/+5
|
* [gamespot] extract all formatsRemita Amine2016-06-211-23/+68
|
* Add support for https for all extractors as preventive and future-proof measureSergey M․2016-03-211-1/+1
|
* [gamespot] Use compat_urllib_parse_unquoteSergey M․2015-07-171-2/+2
|
* [gamespot] The protocol is not optionalJaime Marquínez Ferrándiz2015-05-151-1/+1
|
* [gamespot] Add support for videos that don't use 'f4m_stream' (fixes #5707)Jaime Marquínez Ferrándiz2015-05-151-20/+40
|
* Fix imports and general cleanupPhilipp Hagemeister2014-12-131-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 importPhilipp Hagemeister2014-11-041-1/+0
|
* [gamespot] ModernizePhilipp Hagemeister2014-11-041-6/+8
|
* [gamespot] Update test URL and modernizeSergey M․2014-05-141-5/+6
|
* [gamespot] Fix regexpPhilipp Hagemeister2014-01-221-2/+2
|
* [gamespot] Use unicode_literalsPhilipp Hagemeister2014-01-171-6/+8
|
* Remove the compatibility code used before the new format system was implementedJaime Marquínez Ferrándiz2013-12-031-4/+1
|
* Clean up unused imports and other minor mistakesPhilipp Hagemeister2013-11-201-1/+1
|
* [gamespot] Fix video extraction (fixes #1587)Jaime Marquínez Ferrándiz2013-10-141-34/+37
|
* [gamespot] Mark as broken (#1587)Jaime Marquínez Ferrándiz2013-10-101-0/+1
|
* [gamespot] Update test video titleJaime Marquínez Ferrándiz2013-09-121-1/+1
|
* GameSpotIE: support more urls and download videos in the best qualityJaime Marquínez Ferrándiz2013-07-091-5/+15
|
* Added an IE for gamespot. Although gamespot allows downloading but it is ↵M.Yasoob Khalid2013-06-281-0/+45
only available to registered users. With this IE no registration is required.