mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-20 01:42:50 +01:00
Update yt_dlp/extractor/noodlemagazine.py regex
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
This commit is contained in:
parent
a871477c69
commit
4f01a38183
@ -44,7 +44,7 @@ def build_url(url_or_path):
|
||||
return urljoin('https://adult.noodlemagazine.com', url_or_path)
|
||||
|
||||
playlist_info = self._search_json(
|
||||
r'window\.playlist\s*=\s*', webpage, video_id, 'playlist info')
|
||||
r'window\.playlist\s*=', webpage, video_id, 'playlist info')
|
||||
|
||||
formats = []
|
||||
for source in traverse_obj(playlist_info, ('sources', lambda _, v: v['file'])):
|
||||
|
Loading…
Reference in New Issue
Block a user