X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fdownloader%2Fism.py;h=5f6f9faefbad62592d699135437ec81add27ae39;hb=4abdba643cc2d610fbbfe7ece9ee97a3df98ad33;hp=338820e71cf1aa956cddfc4d978d64f07e9ba2fe;hpb=3e0304fe6e3a194cfb04f21aa261effb0850da40;p=youtube-dl diff --git a/youtube_dl/downloader/ism.py b/youtube_dl/downloader/ism.py index 338820e71..5f6f9faef 100644 --- a/youtube_dl/downloader/ism.py +++ b/youtube_dl/downloader/ism.py @@ -232,10 +232,6 @@ class IsmFD(FragmentFD): count = 0 while count <= fragment_retries: try: - success = ctx['dl'].download(target_filename, { - 'url': segment_url, - 'http_headers': info_dict.get('http_headers'), - }) success, frag_content = self._download_fragment(ctx, segment['url'], info_dict) if not success: return False