aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_youtube_chapters.py
diff options
context:
space:
mode:
authorFrancois Marier <francois@debian.org>2017-09-24 16:07:52 -0700
committerFrancois Marier <francois@debian.org>2017-09-24 16:07:52 -0700
commitaf014acd27e0b471d5903630847eabb26437b46c (patch)
treed4271577f7fe05b825a258087cffb0ca58809ec4 /test/test_youtube_chapters.py
parent1d04e265122c7ed6edf8f3c75a0619931b9368b9 (diff)
parent00368b4c3a5d4e909e1b7ecfc4030bf28da020f3 (diff)
downloadyoutube-dl-af014acd27e0b471d5903630847eabb26437b46c.zip
youtube-dl-af014acd27e0b471d5903630847eabb26437b46c.tar.gz
youtube-dl-af014acd27e0b471d5903630847eabb26437b46c.tar.bz2
Updated version 2017.09.24 from 'upstream/2017.09.24'
with Debian dir c72ecc29a35f1810042139775e38da3231fabe38
Diffstat (limited to 'test/test_youtube_chapters.py')
-rw-r--r--test/test_youtube_chapters.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/test_youtube_chapters.py b/test/test_youtube_chapters.py
index cb12f83..324ca85 100644
--- a/test/test_youtube_chapters.py
+++ b/test/test_youtube_chapters.py
@@ -254,6 +254,13 @@ class TestYoutubeChapters(unittest.TestCase):
'title': '3 - Из серпов луны...[Iz serpov luny]',
}]
),
+ (
+ # https://www.youtube.com/watch?v=xZW70zEasOk
+ # time point more than duration
+ '''● LCS Spring finals: Saturday and Sunday from <a href="#" onclick="yt.www.watch.player.seekTo(13*60+30);return false;">13:30</a> outside the venue! <br />● PAX East: Fri, Sat & Sun - more info in tomorrows video on the main channel!''',
+ 283,
+ []
+ ),
]
def test_youtube_chapters(self):