[Gamekings] Fix viewing of old videos
authorrrooij <rderooij685@gmail.com>
Sat, 30 Jan 2016 23:12:45 +0000 (00:12 +0100)
committerrrooij <rderooij685@gmail.com>
Sat, 30 Jan 2016 23:20:46 +0000 (00:20 +0100)
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.


No differences found