mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-12 10:11:07 +01:00
Merge branch 'master' of github.com:thesues/youtube-dl
Conflicts: youtube-dl youtube_dl/InfoExtractors.py
This commit is contained in:
commit
392105265c
@ -3019,7 +3019,10 @@ def _real_extract(self, url):
|
||||
video_id = mobj.group('ID')
|
||||
|
||||
info_url = 'http://v.youku.com/player/getPlayList/VideoIDS/' + video_id
|
||||
<<<<<<< HEAD
|
||||
print info_url
|
||||
=======
|
||||
>>>>>>> 51661d86005ffbdd4debd051cd9683cf5f5c2fe9
|
||||
|
||||
request = urllib2.Request(info_url, None, std_headers)
|
||||
try:
|
||||
@ -3088,4 +3091,3 @@ def _real_extract(self, url):
|
||||
files_info.append(info)
|
||||
|
||||
return files_info
|
||||
# vim: tabstop=4 shiftwidth=4 softtabstop=4 noexpandtab
|
||||
|
Loading…
Reference in New Issue
Block a user