[vlc-commits] ytdl: fix/update parameter for playlist extraction
Rémi Denis-Courmont
git at videolan.org
Sat Feb 13 07:00:44 UTC 2021
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Feb 2 19:21:25 2021 +0200| [af9f18300650e2c6b67f0372b6613d6d8be7d9ae] | committer: Rémi Denis-Courmont
ytdl: fix/update parameter for playlist extraction
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=af9f18300650e2c6b67f0372b6613d6d8be7d9ae
---
share/ytdl-extract.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/share/ytdl-extract.py b/share/ytdl-extract.py
index bce6a82ee9..88f00e026b 100755
--- a/share/ytdl-extract.py
+++ b/share/ytdl-extract.py
@@ -33,7 +33,7 @@ class logger(object):
def url_extract(url):
opts = {
- 'extract_flat': True,
+ 'extract_flat': 'in_playlist',
'logger': logger(),
'youtube_include_dash_manifest': False,
}
More information about the vlc-commits
mailing list