moved the User-Agent workaround to the BlipTV IE

This commit is contained in:
Filippo Valsorda
2012-08-01 20:51:56 +02:00
parent 3187e42a23
commit 818282710b
2 changed files with 2 additions and 1 deletions

View File

@ -2062,6 +2062,7 @@ class BlipTVIE(InfoExtractor):
self._downloader.trouble(u'ERROR: unable to parse video information: %s' % repr(err))
return
std_headers['User-Agent'] = 'iTunes/10.6.1'
return [info]