Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-06 | [gamekings] Remove remnants | Sergey M․ | |
2016-03-21 | Add support for https for all extractors as preventive and future-proof measure | Sergey M․ | |
2016-02-01 | [gamekings] Stricter checks | Yen Chi Hsuan | |
2016-02-01 | [gamekings] add_ie | Yen Chi Hsuan | |
2016-02-01 | [gamekings] Add MD5 back | Yen Chi Hsuan | |
The test is now a YouTube video, whose MD5 should be stable | |||
2016-01-31 | [Gamekings] Fix viewing of old videos | rrooij | |
Some old videos that aren't on Vimeo are being uploaded to YouTube under the 'Gamekings Vault' channel. They use YouTube now for some videos as video hosting instead of Vimeo or their own hosting. The first test failed to succeed under the existing code, but works now by using the YouTube extractor. The Regex is changed to find the new gogoVideo JavaScript line with the YouTube embed. Checking if there is a YouTube embed is done by a String find, which is probably not the best method of checking this. | |||
2016-01-31 | [Gamekings] Fix url from .tv to .nl | rrooij | |
Gamekings doesn't use the .tv top level domain anymore, but the regular domain for Dutch sites. | |||
2015-02-08 | [gamekings] Support videos from news pages | Sergey M․ | |
2015-02-08 | [gamekings] Improve extraction | Sergey M․ | |
2015-02-08 | [Gamekings] Use thumbnail in return statement | robin | |
2015-02-08 | [Gamekings] Use xpath | robin | |
XPath is used for extracting the video url and the thumbnail | |||
2015-02-08 | [Gamekings] Download playlist | robin | |
Todo: URL and Thumbnail should be extracted with XPath | |||
2015-02-08 | [Gamekings] Check string for vimeo, fix test | robin | |
The test now doesn't fail anymore. It just checks the string for having "vimeo" in it, instead of using the method for URL-checking, since it's returns an error. The tests don't fail, and the extractor works fine now. | |||
2015-02-08 | [Gamekings] Added test and replaced video_url | robin | |
Quick and dirty fix for the Gamekings extractor. It gives an error about the video_url, but it downloads it now instead of giving a 404 error on newer Gamekings videos | |||
2015-02-08 | [Gamekings] Fix order of replacement string | robin | |
Oops. | |||
2015-02-08 | [Gamekings] Fixed typo in URL replacement | robin | |
2015-02-08 | [Gamekings] Fix 404 when large isn't available | robin | |
When trying to download some GameKings videos, not all worked. This was because not all videos had a "/large"-URL available. The extractor checks now if the /large URL is available, if it isn't, it tries to get the normal URL. | |||
2014-11-26 | Remove useless u prefixes | Philipp Hagemeister | |
2014-05-21 | [gamekings] Update test description | Sergey M․ | |
2014-03-09 | [gamekings] Modernize and update the test's description field | Jaime Marquínez Ferrándiz | |
2013-12-04 | Correct some extractor _VALID_URL regexes | dst | |
2013-11-16 | [gamekings] Do not test md5 sum, precise file changes regularly | Philipp Hagemeister | |
2013-11-16 | [gamekings] remove unnecessary import | Philipp Hagemeister | |
2013-11-13 | [gamekings] Fix the test video checksum | Jaime Marquínez Ferrándiz | |
2013-11-13 | [gamekings] Minor fixes (#1759) | Philipp Hagemeister | |
2013-11-13 | Add extractor for gamekings.tv | Jelle van der Waa | |