aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/common.py
diff options
context:
space:
mode:
authorSergey M. <dstftw@gmail.com>2015-07-23 23:33:54 +0600
committerSergey M. <dstftw@gmail.com>2015-07-23 23:33:54 +0600
commitcdad742700a9a18608a799d86cfe0491e96eaaeb (patch)
treea9f3a17d34342e3229e93789557f0823e9d0aebe /youtube_dl/extractor/common.py
parenta9e8f60ef686eeeb3d31f2e5211ce176dc8f5298 (diff)
parent2929fa0e79dfd3a1366e7e23eb4344bc93dd3a10 (diff)
Merge pull request #6306 from jaimeMF/extract_start_time
[youtube] Extract start_time
Diffstat (limited to 'youtube_dl/extractor/common.py')
-rw-r--r--youtube_dl/extractor/common.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py
index b9014fc23..1272834c5 100644
--- a/youtube_dl/extractor/common.py
+++ b/youtube_dl/extractor/common.py
@@ -183,6 +183,10 @@ 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.
+ end_time: Time in seconds where the reproduction should end, as
+ specified in the url.
Unless mentioned otherwise, the fields should be Unicode strings.