1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2026-04-25 08:13:23 +00:00

[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
-2
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: