MCPcopy Create free account
hub / github.com/Jack-Cherish/python-spider / __init__

Method __init__

douyin.py:7–12  ·  view source on GitHub ↗

抖音App视频下载

(self)

Source from the content-addressed store, hash-verified

5
6class DouYin(object):
7 def __init__(self):
8 """
9 抖音App视频下载
10 """
11 #SSL认证
12 pass
13
14 def get_video_urls(self, user_id):
15 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected