mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-07-01 03:22:50 -05:00
better naming for the sub-modules
This commit is contained in:
@ -34,7 +34,7 @@ try:
|
||||
except ImportError: # Python<2.5: Not officially supported, but let it slip
|
||||
warnings.warn('xml.etree.ElementTree support is missing. Consider upgrading to Python >= 2.5 if you get related errors.')
|
||||
|
||||
from Utils import *
|
||||
from utils import *
|
||||
|
||||
|
||||
class InfoExtractor(object):
|
||||
|
Reference in New Issue
Block a user