projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f9f334
)
[motherless] PEP 8 (#17455)
author
Sergey M․
<dstftw@gmail.com>
Sat, 8 Sep 2018 10:24:34 +0000
(17:24 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Sat, 8 Sep 2018 10:24:34 +0000
(17:24 +0700)
youtube_dl/extractor/motherless.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/motherless.py
b/youtube_dl/extractor/motherless.py
index bed5645f271b41a25c89ea4fac4d5167cedab2ec..d4bd273b61e756ef71db83bf264752fb2c0182af 100644
(file)
--- a/
youtube_dl/extractor/motherless.py
+++ b/
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