[youtube] Extract start_time
From the 't=*' in the url. Currently youtube-dl doesn't use the value, but it was requested for the mpv plugin.
This commit is contained in:
parent
2fe1ff8582
commit
7c80519cbf
2 changed files with 15 additions and 1 deletions
|
@ -183,6 +183,8 @@ class InfoExtractor(object):
|
|||
["Sports", "Berlin"]
|
||||
is_live: True, False, or None (=unknown). Whether this video is a
|
||||
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.
|
||||
|
||||
Unless mentioned otherwise, the fields should be Unicode strings.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue