Merge branch 'fix-xml' of https://github.com/tirkarthi/you-get into tirkarthi-fix-xml

This commit is contained in:
Mort Yao 2020-07-18 17:51:54 +02:00
commit c2ca0b5831
No known key found for this signature in database
GPG Key ID: 07DA00CB78203251

View File

@ -6,7 +6,7 @@
__all__ = ['ckplayer_download']
from xml.etree import cElementTree as ET
from xml.etree import ElementTree as ET
from copy import copy
from ..common import *
#----------------------------------------------------------------------