[bliptv] Remove support for direct downloads

This is now handled by the generic IE
This commit is contained in:
Philipp Hagemeister 2013-12-23 15:48:00 +01:00
parent 00b2685b9c
commit 1538eff6d8
4 changed files with 3 additions and 25 deletions

View file

@ -52,8 +52,6 @@ class HttpFD(FileDownloader):
while count <= retries:
# Establish connection
try:
if count == 0 and 'urlhandle' in info_dict:
data = info_dict['urlhandle']
data = compat_urllib_request.urlopen(request)
break
except (compat_urllib_error.HTTPError, ) as err: