Commit Graph

27 Commits (e565a6386e61f7741a5386520f1b36efe2cb3310)

Author SHA1 Message Date
Remita Amine 388beb86e0 [gamespot] add test for
Remita Amine d4e31b72b9 [gamespot] lower the preference of http formats()
Remita Amine 79d1f8ed68 [gamespot] add support for article URLS(closes )
Remita Amine a5203935d6 [gamespot] skip Brightcove Once http formats()
Remita Amine b0f4331002 [gamespot] extract formats referenced with new data fields()
Remita Amine 782195a9d4 [once] add support for vmap urls
Sergey M․ ff99fe529e
Don't list master m3u8 playlists in format list (closes )
Yen Chi Hsuan ec85ded83c
Fix "invalid escape sequences" error on Python 3.6
Nehal Patel 7b0d333a7e
Fix unit tests for m3u8 and RTSP extractors that require ffmpeg or mplayer
Remita Amine 1ac5705f62 [gamespot] extract all formats
Sergey M․ 5886b38d73 Add support for https for all extractors as preventive and future-proof measure
Sergey M․ 1f80e360fc [gamespot] Use compat_urllib_parse_unquote
Jaime Marquínez Ferrándiz eeb23eb7ea [gamespot] The protocol is not optional
Jaime Marquínez Ferrándiz 34fe5a94ba [gamespot] Add support for videos that don't use 'f4m_stream' (fixes )
Philipp Hagemeister 1cc79574fc Fix imports and general cleanup
· 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
Philipp Hagemeister 9c3e870393 [gamespot] Remove unused import
Philipp Hagemeister a32f253112 [gamespot] Modernize
Sergey M․ a2d5a4ee64 [gamespot] Update test URL and modernize
Philipp Hagemeister 12ed57418c [gamespot] Fix regexp
Philipp Hagemeister c1195541b7 [gamespot] Use unicode_literals
Jaime Marquínez Ferrándiz fb7abb31af Remove the compatibility code used before the new format system was implemented
Philipp Hagemeister f3682997d7 Clean up unused imports and other minor mistakes
Jaime Marquínez Ferrándiz c45aa56080 [gamespot] Fix video extraction (fixes )
Jaime Marquínez Ferrándiz 1cbb27b151 [gamespot] Mark as broken ()
Jaime Marquínez Ferrándiz dd01d6558a [gamespot] Update test video title
Jaime Marquínez Ferrándiz ebdf2af727 GameSpotIE: support more urls and download videos in the best quality
M.Yasoob Khalid bf64ff72db Added an IE for gamespot. Although gamespot allows downloading but it is only available to registered users. With this IE no registration is required.