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:
parent
19f37ce4b1
commit
8b8f1b3bd9
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user