进口婴儿车
reddit = praw.Reddit(client_id='id',client_secret=‘保密’,user_agent='name')
在reddit.subreddit("tiktokcringe").hot(limit=20):中提交
if submission.is_video:
print(submission.title)发布于 2022-06-05 14:58:21
通过以下操作下载RedDownloader:
pip install RedDownloader然后你就可以做这样的事情:
from RedDownloader import RedDownloader
RedDownloader.DownloadVideosBySubreddit("tiktokcringe" , 20)https://stackoverflow.com/questions/72253520
复制相似问题