youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 55949fede6da7c2d612f56863196eadcbc583de9
parent 7fc875195fd74c235d6ca86afc642f683a485a4b
Author: remitamine <remitamine@gmail.com>
Date:   Thu,  5 May 2016 21:40:19 +0100

[common] introduce chapters field

Diffstat:
Myoutube_dl/extractor/common.py | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py @@ -245,6 +245,10 @@ class InfoExtractor(object): specified in the URL. end_time: Time in seconds where the reproduction should end, as specified in the URL. + chapters: A list of dictionaries, with the following entries: + * "start_time" - The start time of the chapter in seconds + * "end_time" - The end time of the chapter in seconds + * "title" (optional, string) The following fields should only be used when the video belongs to some logical chapter or section: