]> jfr.im git - yt-dlp.git/blobdiff - youtube_dl/extractor/common.py
[youtube] Extract end_time
[yt-dlp.git] / youtube_dl / extractor / common.py
index 9e875187785bd0beefc9237a7f9e3e3077d672c0..1272834c515da2c8c29bc80e73c0cd81af7fe25c 100644 (file)
@@ -185,6 +185,8 @@ class InfoExtractor(object):
                     live stream that goes on instead of a fixed-length video.
     start_time:     Time in seconds where the reproduction should start, as
                     specified in the url.
+    end_time:       Time in seconds where the reproduction should end, as
+                    specified in the url.
 
     Unless mentioned otherwise, the fields should be Unicode strings.