1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-05-26 17:19:52 +08:00

tiktok youtube-dl

This commit is contained in:
hodayabu
2020-04-20 15:27:31 +03:00
Unverified
parent 469c1dc4e3
commit 82381d8dd4
+2 -2
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)