summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2020-12-13 16:53:23 +0700
committerSergey M․ <dstftw@gmail.com>2020-12-13 16:53:23 +0700
commiteae19a4473e3f7d3d8e73e28b5262b7ea4987bc7 (patch)
treee1f8e47afdcd620ff42a02d8c09cdd03698005ff
parentf70c263ce59f9ca5b9fb00cbfb356d1e31906fe7 (diff)
downloadyoutube-dl-eae19a4473e3f7d3d8e73e28b5262b7ea4987bc7.tar.gz
youtube-dl-eae19a4473e3f7d3d8e73e28b5262b7ea4987bc7.tar.xz
youtube-dl-eae19a4473e3f7d3d8e73e28b5262b7ea4987bc7.zip
[extractor/common] Document duration meta field for playlists
-rw-r--r--youtube_dl/extractor/common.py4
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