tiktok youtube-dl

This commit is contained in:
hodayabu 2020-04-20 15:27:31 +03:00
parent 469c1dc4e3
commit 82381d8dd4

View File

@ -2,8 +2,8 @@ import unittest
import youtube_dl
class MyTestCase(unittest.TestCase):
def test_something(self):
class TikTokTestYoutubeDl(unittest.TestCase):
def test_meta_data(self):
url = 'https://www.tiktok.com/@danieltbraun/video/6817099671043853574'
params = {}
ydl = youtube_dl.YoutubeDL(params)