1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-06-30 11:02:54 -05:00

[youtube] Extract end_time

This commit is contained in:
Jaime Marquínez Ferrándiz
2015-07-23 13:20:21 +02:00
parent 7c80519cbf
commit 297a564bee
2 changed files with 9 additions and 3 deletions

View 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.