mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-05 17:12:36 +00:00
[motherless:group] Capture leading slash of video path
This commit is contained in:
parent
f12628f934
commit
a133eb7764
@ -153,7 +153,7 @@ class MotherlessGroupIE(InfoExtractor):
|
||||
compat_urlparse.urljoin(base, video_path),
|
||||
MotherlessIE.ie_key(), video_title=title)
|
||||
for video_path, title in orderedSet(re.findall(
|
||||
r'href="/([^"]+)"[^>]+>\s+<img[^>]+alt="[^-]+-\s([^"]+)"',
|
||||
r'href="(/[^"]+)"[^>]+>\s+<img[^>]+alt="[^-]+-\s([^"]+)"',
|
||||
webpage))
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user