X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=youtube-dl;a=blobdiff_plain;f=test%2Ftest_youtube_chapters.py;h=324ca852578531757d9964f2c90cf6f8e1c4d3b1;hp=5435ee4a8faf0afc4b8aae2946a11afee9b9d02f;hb=3869028ffb6be6ab719e5cf1004276dfdfd1216d;hpb=a57a8e991860fb96e6111769ab0a22455c8854fc diff --git a/test/test_youtube_chapters.py b/test/test_youtube_chapters.py index 5435ee4a8..324ca8525 100644 --- a/test/test_youtube_chapters.py +++ b/test/test_youtube_chapters.py @@ -1,5 +1,5 @@ -# coding: utf-8 #!/usr/bin/env python +# coding: utf-8 from __future__ import unicode_literals # Allow direct execution @@ -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 13:30 outside the venue!
● PAX East: Fri, Sat & Sun - more info in tomorrows video on the main channel!''', + 283, + [] + ), ] def test_youtube_chapters(self):