summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2018-03-14 01:28:40 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2018-03-14 09:55:21 +0100
commitf226880c6d44098b5e99b05a83ed739e18d15690 (patch)
treebf2a19ede60e2f39f67f53c9b6977c4dc402553b /test
parent08250b69c29f8fc3bb73c6461363472197a86f03 (diff)
[tennistv] Add support for tennistv.com
Diffstat (limited to 'test')
-rw-r--r--test/test_utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_utils.py b/test/test_utils.py
index f92c65b59..a1fe6fdb2 100644
--- a/test/test_utils.py
+++ b/test/test_utils.py
@@ -352,6 +352,7 @@ class TestUtil(unittest.TestCase):
self.assertEqual(unified_timestamp('2017-03-30T17:52:41Q'), 1490896361)
self.assertEqual(unified_timestamp('Sep 11, 2013 | 5:49 AM'), 1378878540)
self.assertEqual(unified_timestamp('December 15, 2017 at 7:49 am'), 1513324140)
+ self.assertEqual(unified_timestamp('2018-03-14T08:32:43.1493874+00:00'), 1521016363)
def test_determine_ext(self):
self.assertEqual(determine_ext('http://example.com/foo/bar.mp4/?download'), 'mp4')