Sergey M․
6 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
1 additions and
1 deletions
-
youtube_dl/extractor/generic.py
|
|
@ -3112,7 +3112,7 @@ class GenericIE(InfoExtractor): |
|
|
|
return self.playlist_from_matches( |
|
|
|
foxnews_urls, video_id, video_title, ie=FoxNewsIE.ie_key()) |
|
|
|
|
|
|
|
sharevideos_urls = [mobj.group('url') for mobj in re.finditer( |
|
|
|
sharevideos_urls = [sharevideos_mobj.group('url') for sharevideos_mobj in re.finditer( |
|
|
|
r'<iframe[^>]+?\bsrc\s*=\s*(["\'])(?P<url>(?:https?:)?//embed\.share-videos\.se/auto/embed/\d+\?.*?\buid=\d+.*?)\1', |
|
|
|
webpage)] |
|
|
|
if sharevideos_urls: |
|
|
|