class CurlFD(ExternalFD):
     def _make_cmd(self, tmpfilename, info_dict):
 
 class CurlFD(ExternalFD):
     def _make_cmd(self, tmpfilename, info_dict):
         for key, val in info_dict['http_headers'].items():
             cmd += ['--header', '%s: %s' % (key, val)]
         cmd += self._source_address('--interface')
         for key, val in info_dict['http_headers'].items():
             cmd += ['--header', '%s: %s' % (key, val)]
         cmd += self._source_address('--interface')