logo

youtube-dl

[mirror] Download/Watch videos from video hostersgit clone https://hacktivis.me/git/mirror/youtube-dl.git
commit: eae19a4473e3f7d3d8e73e28b5262b7ea4987bc7
parent f70c263ce59f9ca5b9fb00cbfb356d1e31906fe7
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sun, 13 Dec 2020 16:53:23 +0700

[extractor/common] Document duration meta field for playlists

Diffstat:

Myoutube_dl/extractor/common.py4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py @@ -336,8 +336,8 @@ class InfoExtractor(object): object, each element of which is a valid dictionary by this specification. Additionally, playlists can have "id", "title", "description", "uploader", - "uploader_id", "uploader_url" attributes with the same semantics as videos - (see above). + "uploader_id", "uploader_url", "duration" attributes with the same semantics + as videos (see above). _type "multi_video" indicates that there are multiple videos that