From b7103c6c5fd02e5c24d0d713d1b2d564f98e3caf Mon Sep 17 00:00:00 2001 From: bhodaya Date: Sun, 3 May 2020 20:12:06 +0300 Subject: [PATCH] download video --- test/ci/test_tiktok.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ci/test_tiktok.py b/test/ci/test_tiktok.py index e92981283..0aad8e420 100644 --- a/test/ci/test_tiktok.py +++ b/test/ci/test_tiktok.py @@ -34,7 +34,7 @@ class TikTokTestYoutubeDl(unittest.TestCase): ydl = youtube_dl.YoutubeDL(params) info = ydl.extract_info(url, download=True) self.assertTrue(os.path.exists("Imagine lebron freaking out over something you did! #foryou #ballislife #lebron #nba-6783617809113943301.mp.4")) - + os.remove("Imagine lebron freaking out over something you did! #foryou #ballislife #lebron #nba-6783617809113943301.mp.4")