mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-06-30 11:02:51 -05:00
better naming for the sub-modules
This commit is contained in:
@ -14,7 +14,7 @@ import urllib2
|
||||
if os.name == 'nt':
|
||||
import ctypes
|
||||
|
||||
from Utils import *
|
||||
from utils import *
|
||||
|
||||
|
||||
class FileDownloader(object):
|
||||
|
Reference in New Issue
Block a user