1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-02-09 18:26:05 +08:00

Fix for URL change on website.

This commit is contained in:
feixm1 2016-12-23 15:04:48 +01:00
parent 19f37ce4b1
commit 8b8f1b3bd9

View File

@ -27,7 +27,7 @@ class FreeVideoIE(InfoExtractor):
expected=True)
video_url = self._search_regex(
r'\s+url: "(http://[a-z0-9-]+.cdn.freevideo.cz/stream/.*?/video.mp4)"',
r'\s+src="(//cdn[a-z0-9-]+.freevideo.cz/movies/.*?/video.mp4)"',
webpage, 'video URL')
return {