fix parsing URL of youtube videos (closes #388)
This commit is contained in:
parent
3590b8bfeb
commit
1716a738d2
1 changed files with 1 additions and 1 deletions
|
|
@ -69,4 +69,4 @@ class VideoPage(BasePage):
|
|||
continue
|
||||
for m in re.finditer(self.VIDEO_SIGNATURE_REGEX, data.text):
|
||||
video_signature = m.group(1)
|
||||
return u'http://www.youtube.com/get_video?video_id=%s&t=%s&fmt=18' % (_id, video_signature)
|
||||
return u'http://www.youtube.com/get_video?video_id=%s&t=%s&eurl=&el=&ps=&asv=&fmt=18' % (_id, video_signature)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue