tiktok youtube-dl
This commit is contained in:
parent
469c1dc4e3
commit
82381d8dd4
@ -2,8 +2,8 @@ import unittest
|
|||||||
import youtube_dl
|
import youtube_dl
|
||||||
|
|
||||||
|
|
||||||
class MyTestCase(unittest.TestCase):
|
class TikTokTestYoutubeDl(unittest.TestCase):
|
||||||
def test_something(self):
|
def test_meta_data(self):
|
||||||
url = 'https://www.tiktok.com/@danieltbraun/video/6817099671043853574'
|
url = 'https://www.tiktok.com/@danieltbraun/video/6817099671043853574'
|
||||||
params = {}
|
params = {}
|
||||||
ydl = youtube_dl.YoutubeDL(params)
|
ydl = youtube_dl.YoutubeDL(params)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user