[Gamekings] Fix 404 when large isn't available
authorrobin <rderooij685@gmail.com>
Sun, 8 Feb 2015 12:42:41 +0000 (13:42 +0100)
committerrobin <rderooij685@gmail.com>
Sun, 8 Feb 2015 12:42:41 +0000 (13:42 +0100)
commit77d2b106ccf81e50cf41a7aa0bb320433a84e110
tree8da9c386eb6f2b1f99cd9f73f6122e6affda4b83
parent67ce4f8820f94961c9b094f9c652f421c9d9f6fb
[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.
youtube_dl/extractor/gamekings.py