Commit Graph

25 Commits (5886b38d73c54239c85c3e0d8e7c1585d1bbb7da)

Author SHA1 Message Date
Sergey M․ 5886b38d73 Add support for https for all extractors as preventive and future-proof measure 8 years ago
Yen Chi Hsuan 0e1b1a011d [gamekings] Stricter checks 8 years ago
Yen Chi Hsuan eab3c2895c [gamekings] add_ie 8 years ago
Yen Chi Hsuan 163da6a484 [gamekings] Add MD5 back
The test is now a YouTube video, whose MD5 should be stable
8 years ago
rrooij ce5879fa14 [Gamekings] Fix viewing of old videos
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.
8 years ago
rrooij 14823decf3 [Gamekings] Fix url from .tv to .nl
Gamekings doesn't use the .tv top level domain anymore, but the regular
domain for Dutch sites.
8 years ago
Sergey M․ 41c23b0da5 [gamekings] Support videos from news pages 9 years ago
Sergey M․ d87ec897e9 [gamekings] Improve extraction 9 years ago
robin c36b09a502 [Gamekings] Use thumbnail in return statement 9 years ago
robin 955c5505e7 [Gamekings] Use xpath
XPath is used for extracting the video url and the thumbnail
9 years ago
robin 5d678df64a [Gamekings] Download playlist
Todo: URL and Thumbnail should be extracted with XPath
9 years ago
robin 8ca8cbe2bd [Gamekings] Check string for vimeo, fix test
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.
9 years ago
robin ba322d8209 [Gamekings] Added test and replaced video_url
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
9 years ago
robin 2f38289b79 [Gamekings] Fix order of replacement string
Oops.
9 years ago
robin f23a3ca699 [Gamekings] Fixed typo in URL replacement 9 years ago
robin 77d2b106cc [Gamekings] Fix 404 when large isn't available
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.
9 years ago
Philipp Hagemeister 8865bdeb37 Remove useless u prefixes 10 years ago
Sergey M․ eec4d8ef96 [gamekings] Update test description 10 years ago
Jaime Marquínez Ferrándiz 806d6c2e8c [gamekings] Modernize and update the test's description field 10 years ago
dst c0ade33e16 Correct some extractor _VALID_URL regexes 11 years ago
Philipp Hagemeister eab2724138 [gamekings] Do not test md5 sum, precise file changes regularly 11 years ago
Philipp Hagemeister 21ea3e06c9 [gamekings] remove unnecessary import 11 years ago
Jaime Marquínez Ferrándiz ea7a7af1d4 [gamekings] Fix the test video checksum 11 years ago
Philipp Hagemeister 384b98cd8f [gamekings] Minor fixes (#1759) 11 years ago
Jelle van der Waa eb9b5bffef Add extractor for gamekings.tv 11 years ago