aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/gamekings.py
Commit message (Collapse)AuthorAgeFilesLines
* [gamekings] Remove remnantsSergey M․2016-08-061-76/+0
|
* Add support for https for all extractors as preventive and future-proof measureSergey M․2016-03-211-1/+1
|
* [gamekings] Stricter checksYen Chi Hsuan2016-02-011-2/+3
|
* [gamekings] add_ieYen Chi Hsuan2016-02-011-0/+2
|
* [gamekings] Add MD5 backYen Chi Hsuan2016-02-011-2/+1
| | | | The test is now a YouTube video, whose MD5 should be stable
* [Gamekings] Fix viewing of old videosrrooij2016-01-311-4/+11
| | | | | | | | | | | | 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.
* [Gamekings] Fix url from .tv to .nlrrooij2016-01-311-4/+4
| | | | | Gamekings doesn't use the .tv top level domain anymore, but the regular domain for Dutch sites.
* [gamekings] Support videos from news pagesSergey M․2015-02-081-1/+4
|
* [gamekings] Improve extractionSergey M․2015-02-081-35/+29
|
* [Gamekings] Use thumbnail in return statementrobin2015-02-081-0/+1
|
* [Gamekings] Use xpathrobin2015-02-081-12/+15
| | | | XPath is used for extracting the video url and the thumbnail
* [Gamekings] Download playlistrobin2015-02-081-1/+12
| | | | Todo: URL and Thumbnail should be extracted with XPath
* [Gamekings] Check string for vimeo, fix testrobin2015-02-081-2/+3
| | | | | | | | 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.
* [Gamekings] Added test and replaced video_urlrobin2015-02-081-2/+13
| | | | | | 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
* [Gamekings] Fix order of replacement stringrobin2015-02-081-1/+1
| | | | Oops.
* [Gamekings] Fixed typo in URL replacementrobin2015-02-081-1/+1
|
* [Gamekings] Fix 404 when large isn't availablerobin2015-02-081-0/+2
| | | | | | | 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.
* Remove useless u prefixesPhilipp Hagemeister2014-11-261-1/+1
|
* [gamekings] Update test descriptionSergey M․2014-05-211-1/+1
|
* [gamekings] Modernize and update the test's description fieldJaime Marquínez Ferrándiz2014-03-091-5/+8
|
* Correct some extractor _VALID_URL regexesdst2013-12-041-1/+1
|
* [gamekings] Do not test md5 sum, precise file changes regularlyPhilipp Hagemeister2013-11-161-1/+2
|
* [gamekings] remove unnecessary importPhilipp Hagemeister2013-11-161-3/+0
|
* [gamekings] Fix the test video checksumJaime Marquínez Ferrándiz2013-11-131-1/+1
|
* [gamekings] Minor fixes (#1759)Philipp Hagemeister2013-11-131-14/+15
|
* Add extractor for gamekings.tvJelle van der Waa2013-11-131-0/+39