Sergey M․
6 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
3 additions and
3 deletions
-
youtube_dl/extractor/motherless.py
|
|
@ -167,9 +167,9 @@ class MotherlessGroupIE(InfoExtractor): |
|
|
|
if not entries: |
|
|
|
entries = [ |
|
|
|
self.url_result( |
|
|
|
compat_urlparse.urljoin(base, '/' + video_id), |
|
|
|
ie=MotherlessIE.ie_key(), video_id=video_id) |
|
|
|
for video_id in orderedSet(re.findall( |
|
|
|
compat_urlparse.urljoin(base, '/' + entry_id), |
|
|
|
ie=MotherlessIE.ie_key(), video_id=entry_id) |
|
|
|
for entry_id in orderedSet(re.findall( |
|
|
|
r'data-codename=["\']([A-Z0-9]+)', webpage))] |
|
|
|
return entries |
|
|
|
|
|
|
|