X-Git-Url: https://git.rapsys.eu/youtubedl/blobdiff_plain/532a08904ffbacc5e5ccf99edb660c5f37ddb213..0b13e4356aba72763a8d75f0395070537889f61b:/test/test_youtube_chapters.py
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 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):