[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)
commitce5879fa1475d9b0a74bd4e644ea944083177b2d
tree3d261bcd9421b45da9805db40027ca09f0bac4c7
parent14823decf3f27d5e7f17abf85444575f7600f4e4
[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.
youtube_dl/extractor/gamekings.py