[youku] adapt modification to main rep

This commit is contained in:
Celthi 2015-12-17 10:08:01 +08:00
commit 2c9089dab7

View File

@ -87,6 +87,10 @@ class YoukuIE(InfoExtractor):
# get oip
oip = data['security']['ip']
<<<<<<< HEAD
=======
# get fileid
>>>>>>> githubMaster/youku_bugfix
fileid_dict = {}
for stream in data['stream']:
format = stream.get('stream_type')