1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-02-03 06:56:05 +08:00

[motherless] PEP 8 (#17455)

This commit is contained in:
Sergey M․ 2018-09-08 17:24:34 +07:00 committed by Ni Ndogo
parent 5ea082446e
commit ed18ba2c0f

View File

@ -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