]> Raphaƫl G. Git Repositories - youtubedl/blobdiff - youtube_dl/FileDownloader.py
Merge tag 'upstream/2013.06.26'
[youtubedl] / youtube_dl / FileDownloader.py
index f4ce48046f08b21d66fcdecd4e1979cedebfd5dc..f21c66c29d74a332a7eba535365fc0192ae7ad23 100644 (file)
@@ -1,8 +1,3 @@
-#!/usr/bin/env python
-# -*- coding: utf-8 -*-
-
-from __future__ import absolute_import
-
 import math
 import io
 import os
@@ -18,7 +13,7 @@ if os.name == 'nt':
     import ctypes
 
 from .utils import *
-from .InfoExtractors import get_info_extractor
+from .extractor import get_info_extractor
 
 
 class FileDownloader(object):