1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-14 01:17:16 +08:00

[youku] adapt my modification to main repo

This commit is contained in:
Celthi 2015-12-17 10:25:32 +08:00
parent 2c9089dab7
commit 1d189d15c5

View File

@ -87,10 +87,6 @@ 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')