[motherless] PEP 8 (#17455)
authorSergey M․ <dstftw@gmail.com>
Sat, 8 Sep 2018 10:24:34 +0000 (17:24 +0700)
committerSergey M․ <dstftw@gmail.com>
Sat, 8 Sep 2018 10:24:34 +0000 (17:24 +0700)
youtube_dl/extractor/motherless.py

index bed5645f271b41a25c89ea4fac4d5167cedab2ec..d4bd273b61e756ef71db83bf264752fb2c0182af 100644 (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