[bliptv] Fix resolution of lookup id in some videos
authorYuriy Melnyk <ymelnik@yandex.ru>
Sat, 29 Nov 2014 15:58:34 +0000 (17:58 +0200)
committerYuriy Melnyk <ymelnik@yandex.ru>
Sat, 29 Nov 2014 17:17:56 +0000 (19:17 +0200)
commit96b7c7fe3fb099c1c6be1d80ee5b291045e8db77
treeb0ed3f4a40c38800b5a78a696c0257281dc01185
parente987e91fcc2437a219834025e12432879e4fd93b
[bliptv] Fix resolution of lookup id in some videos

In some videos (for example, http://blip.tv/play/gbk766dkj4Yn) resolving
lookup id would fail, because page at
http://blip.tv/play/gbk766dkj4Yn.x?p=1 would have no "config.id" in
it. Fixed by requesting different URL and inspecting the URL which the
client is redirected to.
youtube_dl/extractor/bliptv.py