diff options
author | Sergey M․ <dstftw@gmail.com> | 2020-12-13 16:53:23 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2020-12-13 16:53:23 +0700 |
commit | eae19a4473e3f7d3d8e73e28b5262b7ea4987bc7 (patch) | |
tree | e1f8e47afdcd620ff42a02d8c09cdd03698005ff | |
parent | f70c263ce59f9ca5b9fb00cbfb356d1e31906fe7 (diff) |
[extractor/common] Document duration meta field for playlists
-rw-r--r-- | youtube_dl/extractor/common.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py index 74e40fabb..460758ab8 100644 --- 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 |