<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>TikTok on Producthunt daily</title>
        <link>https://producthunt.programnotes.cn/en/tags/tiktok/</link>
        <description>Recent content in TikTok on Producthunt daily</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>en</language>
        <lastBuildDate>Thu, 05 Jun 2025 15:29:44 +0800</lastBuildDate><atom:link href="https://producthunt.programnotes.cn/en/tags/tiktok/index.xml" rel="self" type="application/rss+xml" /><item>
        <title>RedditVideoMakerBot</title>
        <link>https://producthunt.programnotes.cn/en/p/redditvideomakerbot/</link>
        <pubDate>Thu, 05 Jun 2025 15:29:44 +0800</pubDate>
        
        <guid>https://producthunt.programnotes.cn/en/p/redditvideomakerbot/</guid>
        <description>&lt;img src="https://images.unsplash.com/photo-1615465806887-e8aa88c208a7?ixid=M3w0NjAwMjJ8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NDkxMDg1MjN8&amp;ixlib=rb-4.1.0" alt="Featured image of post RedditVideoMakerBot" /&gt;&lt;h1 id=&#34;elebummredditvideomakerbot&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/elebumm/RedditVideoMakerBot&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;elebumm/RedditVideoMakerBot&lt;/a&gt;
&lt;/h1&gt;&lt;h1 id=&#34;reddit-video-maker-bot-&#34;&gt;Reddit Video Maker Bot 🎥
&lt;/h1&gt;&lt;p&gt;All done WITHOUT video editing or asset compiling. Just pure ✨programming magic✨.&lt;/p&gt;
&lt;p&gt;Created by Lewis Menelaws &amp;amp; &lt;a class=&#34;link&#34; href=&#34;https://tmrrwinc.ca&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;TMRRW&lt;/a&gt;&lt;/p&gt;
&lt;a target=&#34;_blank&#34; href=&#34;https://tmrrwinc.ca&#34;&gt;
&lt;picture&gt;
  &lt;source media=&#34;(prefers-color-scheme: dark)&#34; srcset=&#34;https://user-images.githubusercontent.com/6053155/170528535-e274dc0b-7972-4b27-af22-637f8c370133.png&#34;&gt;
  &lt;source media=&#34;(prefers-color-scheme: light)&#34; srcset=&#34;https://user-images.githubusercontent.com/6053155/170528582-cb6671e7-5a2f-4bd4-a048-0e6cfa54f0f7.png&#34;&gt;
  &lt;img src=&#34;https://user-images.githubusercontent.com/6053155/170528582-cb6671e7-5a2f-4bd4-a048-0e6cfa54f0f7.png&#34; width=&#34;350&#34;&gt;
&lt;/picture&gt;
&lt;/a&gt;
&lt;h2 id=&#34;video-explainer&#34;&gt;Video Explainer
&lt;/h2&gt;&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.youtube.com/watch?v=3gjcY_00U1w&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;img src=&#34;https://user-images.githubusercontent.com/6053155/173631669-1d1b14ad-c478-4010-b57d-d79592a789f2.png&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;lewisthumbnail&#34;
	
	
&gt;
&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;motivation-&#34;&gt;Motivation 🤔
&lt;/h2&gt;&lt;p&gt;These videos on TikTok, YouTube and Instagram get MILLIONS of views across all platforms and require very little effort.
The only original thing being done is the editing and gathering of all materials&amp;hellip;&lt;/p&gt;
&lt;p&gt;&amp;hellip; but what if we can automate that process? 🤔&lt;/p&gt;
&lt;h2 id=&#34;disclaimers-&#34;&gt;Disclaimers 🚨
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;At the moment&lt;/strong&gt;, this repository won&amp;rsquo;t attempt to upload this content through this bot. It will give you a file that
you will then have to upload manually. This is for the sake of avoiding any sort of community guideline issues.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;requirements&#34;&gt;Requirements
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Python 3.10&lt;/li&gt;
&lt;li&gt;Playwright (this should install automatically in installation)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;installation-&#34;&gt;Installation 👩‍💻
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;Clone this repository&lt;/li&gt;
&lt;li&gt;Run &lt;code&gt;pip install -r requirements.txt&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Run &lt;code&gt;python -m playwright install&lt;/code&gt; and &lt;code&gt;python -m playwright install-deps&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;EXPERIMENTAL!!!!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;On macOS and Linux (debian, arch, fedora and centos, and based on those), you can run an install script that will automatically install steps 1 to 3. (requires bash)&lt;/p&gt;
&lt;p&gt;&lt;code&gt;bash &amp;lt;(curl -sL https://raw.githubusercontent.com/elebumm/RedditVideoMakerBot/master/install.sh)&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;This can also be used to update the installation&lt;/p&gt;
&lt;ol start=&#34;4&#34;&gt;
&lt;li&gt;Run &lt;code&gt;python main.py&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Visit &lt;a class=&#34;link&#34; href=&#34;https://www.reddit.com/prefs/apps&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;the Reddit Apps page.&lt;/a&gt;, and set up an app that is a &amp;ldquo;script&amp;rdquo;. Paste any URL in redirect URL. Ex:&lt;code&gt;https://jasoncameron.dev&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;The bot will ask you to fill in your details to connect to the Reddit API, and configure the bot to your liking&lt;/li&gt;
&lt;li&gt;Enjoy 😎&lt;/li&gt;
&lt;li&gt;If you need to reconfigure the bot, simply open the &lt;code&gt;config.toml&lt;/code&gt; file and delete the lines that need to be changed. On the next run of the bot, it will help you reconfigure those options.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;(Note if you got an error installing or running the bot try first rerunning the command with a three after the name e.g. python3 or pip3)&lt;/p&gt;
&lt;p&gt;If you want to read more detailed guide about the bot, please refer to the &lt;a class=&#34;link&#34; href=&#34;https://reddit-video-maker-bot.netlify.app/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;documentation&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;video&#34;&gt;Video
&lt;/h2&gt;&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;https://user-images.githubusercontent.com/66544866/173453972-6526e4e6-c6ef-41c5-ab40-5d275e724e7c.mp4&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://user-images.githubusercontent.com/66544866/173453972-6526e4e6-c6ef-41c5-ab40-5d275e724e7c.mp4&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;contributing--ways-to-improve-&#34;&gt;Contributing &amp;amp; Ways to improve 📈
&lt;/h2&gt;&lt;p&gt;In its current state, this bot does exactly what it needs to do. However, improvements can always be made!&lt;/p&gt;
&lt;p&gt;I have tried to simplify the code so anyone can read it and start contributing at any skill level. Don&amp;rsquo;t be shy :) contribute!&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;input disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; Creating better documentation and adding a command line interface.&lt;/li&gt;
&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; Allowing the user to choose background music for their videos.&lt;/li&gt;
&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; Allowing users to choose a reddit thread instead of being randomized.&lt;/li&gt;
&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; Allowing users to choose a background that is picked instead of the Minecraft one.&lt;/li&gt;
&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; Allowing users to choose between any subreddit.&lt;/li&gt;
&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; Allowing users to change voice.&lt;/li&gt;
&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; Checks if a video has already been created&lt;/li&gt;
&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; Light and Dark modes&lt;/li&gt;
&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; NSFW post filter&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Please read our &lt;a class=&#34;link&#34; href=&#34;CONTRIBUTING.md&#34; &gt;contributing guidelines&lt;/a&gt; for more detailed information.&lt;/p&gt;
&lt;h3 id=&#34;for-any-questions-or-support-join-the-discord-server&#34;&gt;For any questions or support join the &lt;a class=&#34;link&#34; href=&#34;https://discord.gg/qfQSx45xCV&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Discord&lt;/a&gt; server
&lt;/h3&gt;&lt;h2 id=&#34;developers-and-maintainers&#34;&gt;Developers and maintainers.
&lt;/h2&gt;&lt;p&gt;Elebumm (Lewis#6305) - &lt;a class=&#34;link&#34; href=&#34;https://github.com/elebumm&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://github.com/elebumm&lt;/a&gt; (Founder)&lt;/p&gt;
&lt;p&gt;Jason Cameron - &lt;a class=&#34;link&#34; href=&#34;https://github.com/JasonLovesDoggo&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://github.com/JasonLovesDoggo&lt;/a&gt; (Maintainer)&lt;/p&gt;
&lt;p&gt;Simon (OpenSourceSimon) - &lt;a class=&#34;link&#34; href=&#34;https://github.com/OpenSourceSimon&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://github.com/OpenSourceSimon&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;CallumIO (c.#6837) - &lt;a class=&#34;link&#34; href=&#34;https://github.com/CallumIO&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://github.com/CallumIO&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Verq (Verq#2338) - &lt;a class=&#34;link&#34; href=&#34;https://github.com/CordlessCoder&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://github.com/CordlessCoder&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;LukaHietala (Pix.#0001) - &lt;a class=&#34;link&#34; href=&#34;https://github.com/LukaHietala&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://github.com/LukaHietala&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Freebiell (Freebie#3263) - &lt;a class=&#34;link&#34; href=&#34;https://github.com/FreebieII&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://github.com/FreebieII&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Aman Raza (electro199#8130) - &lt;a class=&#34;link&#34; href=&#34;https://github.com/electro199&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://github.com/electro199&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Cyteon (cyteon) - &lt;a class=&#34;link&#34; href=&#34;https://github.com/cyteon&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://github.com/cyteon&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;license&#34;&gt;LICENSE
&lt;/h2&gt;&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;https://fonts.google.com/specimen/Roboto/about&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Roboto Fonts&lt;/a&gt; are licensed under &lt;a class=&#34;link&#34; href=&#34;https://www.apache.org/licenses/LICENSE-2.0&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Apache License V2&lt;/a&gt;&lt;/p&gt;
</description>
        </item>
        <item>
        <title>douyin-downloader</title>
        <link>https://producthunt.programnotes.cn/en/p/douyin-downloader/</link>
        <pubDate>Sat, 12 Apr 2025 15:24:42 +0800</pubDate>
        
        <guid>https://producthunt.programnotes.cn/en/p/douyin-downloader/</guid>
        <description>&lt;img src="https://images.unsplash.com/photo-1727452166441-d1d8de08f041?ixid=M3w0NjAwMjJ8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NDQ0NDI2NzR8&amp;ixlib=rb-4.0.3" alt="Featured image of post douyin-downloader" /&gt;&lt;h1 id=&#34;jiji262douyin-downloader&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/jiji262/douyin-downloader&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;jiji262/douyin-downloader&lt;/a&gt;
&lt;/h1&gt;&lt;h1 id=&#34;douyin-downloader&#34;&gt;DouYin Downloader
&lt;/h1&gt;&lt;p&gt;DouYin Downloader 是一个用于批量下载抖音内容的工具。基于抖音 API 实现，支持命令行参数或 YAML 配置文件方式运行，可满足大部分抖音内容的下载需求。&lt;/p&gt;
&lt;h2 id=&#34;-特性&#34;&gt;✨ 特性
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;多种内容支持&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;视频、图集、音乐、直播信息下载&lt;/li&gt;
&lt;li&gt;支持个人主页、作品分享、直播、合集、音乐集合等多种链接&lt;/li&gt;
&lt;li&gt;支持去水印下载&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;批量下载能力&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;多线程并发下载&lt;/li&gt;
&lt;li&gt;支持多链接批量下载&lt;/li&gt;
&lt;li&gt;自动跳过已下载内容&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;灵活配置&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;支持命令行参数和配置文件两种方式&lt;/li&gt;
&lt;li&gt;可自定义下载路径、线程数等&lt;/li&gt;
&lt;li&gt;支持下载数量限制&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;增量更新&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;支持主页作品增量更新&lt;/li&gt;
&lt;li&gt;支持数据持久化到数据库&lt;/li&gt;
&lt;li&gt;可根据时间范围过滤&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;-快速开始&#34;&gt;🚀 快速开始
&lt;/h2&gt;&lt;h3 id=&#34;安装&#34;&gt;安装
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;安装 Python 依赖：&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;pip install -r requirements.txt
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;复制配置文件：&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;cp config.example.yml config.yml
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;h3 id=&#34;配置&#34;&gt;配置
&lt;/h3&gt;&lt;p&gt;编辑 &lt;code&gt;config.yml&lt;/code&gt; 文件，设置：&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;下载链接&lt;/li&gt;
&lt;li&gt;保存路径&lt;/li&gt;
&lt;li&gt;Cookie 信息（从浏览器开发者工具获取）&lt;/li&gt;
&lt;li&gt;其他下载选项&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;运行&#34;&gt;运行
&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;方式一：使用配置文件（推荐）&lt;/strong&gt;&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;python DouYinCommand.py
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;&lt;strong&gt;方式二：使用命令行&lt;/strong&gt;&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;python DouYinCommand.py -C True -l &lt;span class=&#34;s2&#34;&gt;&amp;#34;抖音分享链接&amp;#34;&lt;/span&gt; -p &lt;span class=&#34;s2&#34;&gt;&amp;#34;下载路径&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;h2 id=&#34;使用交流群&#34;&gt;使用交流群
&lt;/h2&gt;&lt;p&gt;&lt;img src=&#34;https://producthunt.programnotes.cn/img/fuye.png&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;fuye&#34;
	
	
&gt;&lt;/p&gt;
&lt;h2 id=&#34;使用截图&#34;&gt;使用截图
&lt;/h2&gt;&lt;p&gt;&lt;img src=&#34;https://producthunt.programnotes.cn/img/DouYinCommand1.png&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;DouYinCommand1&#34;
	
	
&gt;
&lt;img src=&#34;https://producthunt.programnotes.cn/img/DouYinCommand2.png&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;DouYinCommand2&#34;
	
	
&gt;
&lt;img src=&#34;https://producthunt.programnotes.cn/img/DouYinCommanddownload.jpg&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;DouYinCommand download&#34;
	
	
&gt;
&lt;img src=&#34;https://producthunt.programnotes.cn/img/DouYinCommanddownloaddetail.jpg&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;DouYinCommand download detail&#34;
	
	
&gt;&lt;/p&gt;
&lt;h2 id=&#34;-支持的链接类型&#34;&gt;📝 支持的链接类型
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;作品分享链接：&lt;code&gt;https://v.douyin.com/xxx/&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;个人主页：&lt;code&gt;https://www.douyin.com/user/xxx&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;单个视频：&lt;code&gt;https://www.douyin.com/video/xxx&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;图集：&lt;code&gt;https://www.douyin.com/note/xxx&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;合集：&lt;code&gt;https://www.douyin.com/collection/xxx&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;音乐原声：&lt;code&gt;https://www.douyin.com/music/xxx&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;直播：&lt;code&gt;https://live.douyin.com/xxx&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;-高级用法&#34;&gt;🛠️ 高级用法
&lt;/h2&gt;&lt;h3 id=&#34;命令行参数&#34;&gt;命令行参数
&lt;/h3&gt;&lt;p&gt;基础参数：&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;-C, --cmd            使用命令行模式
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;-l, --link          下载链接
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;-p, --path          保存路径
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;-t, --thread        线程数（默认5）
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;下载选项：&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;-m, --music         下载音乐（默认True）
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;-c, --cover         下载封面（默认True）
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;-a, --avatar        下载头像（默认True）
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;-j, --json          保存JSON数据（默认True）
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;更多参数说明请使用 &lt;code&gt;-h&lt;/code&gt; 查看帮助信息。&lt;/p&gt;
&lt;h3 id=&#34;示例命令&#34;&gt;示例命令
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;下载单个视频：&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;python DouYinCommand.py -C True -l &lt;span class=&#34;s2&#34;&gt;&amp;#34;https://v.douyin.com/xxx/&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;下载主页作品：&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;python DouYinCommand.py -C True -l &lt;span class=&#34;s2&#34;&gt;&amp;#34;https://v.douyin.com/xxx/&amp;#34;&lt;/span&gt; -M post
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;批量下载：&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;python DouYinCommand.py -C True -l &lt;span class=&#34;s2&#34;&gt;&amp;#34;链接1&amp;#34;&lt;/span&gt; -l &lt;span class=&#34;s2&#34;&gt;&amp;#34;链接2&amp;#34;&lt;/span&gt; -p &lt;span class=&#34;s2&#34;&gt;&amp;#34;./downloads&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;更多示例请参考&lt;a class=&#34;link&#34; href=&#34;docs/examples.md&#34; &gt;使用示例文档&lt;/a&gt;。&lt;/p&gt;
&lt;h2 id=&#34;-注意事项&#34;&gt;📋 注意事项
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;本项目仅供学习交流使用&lt;/li&gt;
&lt;li&gt;使用前请确保已安装所需依赖&lt;/li&gt;
&lt;li&gt;Cookie 信息需要自行获取&lt;/li&gt;
&lt;li&gt;建议适当调整线程数，避免请求过于频繁&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;-贡献&#34;&gt;🤝 贡献
&lt;/h2&gt;&lt;p&gt;欢迎提交 Issue 和 Pull Request。&lt;/p&gt;
&lt;h2 id=&#34;-许可证&#34;&gt;📜 许可证
&lt;/h2&gt;&lt;p&gt;本项目采用 &lt;a class=&#34;link&#34; href=&#34;LICENSE&#34; &gt;MIT&lt;/a&gt; 许可证。&lt;/p&gt;
&lt;h2 id=&#34;-鸣谢&#34;&gt;🙏 鸣谢
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Johnserf-Seed/TikTokDownload&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;TikTokDownload&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;本项目使用了 ChatGPT 辅助开发，如有问题请提 Issue&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;-star-history&#34;&gt;📊 Star History
&lt;/h2&gt;&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;https://star-history.com/#jiji262/douyin-downloader&amp;amp;Date&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;img src=&#34;https://api.star-history.com/svg?repos=jiji262/douyin-downloader&amp;amp;type=Date&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Star History Chart&#34;
	
	
&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id=&#34;license&#34;&gt;License
&lt;/h1&gt;&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;https://opensource.org/licenses/MIT&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;MIT&lt;/a&gt;&lt;/p&gt;
</description>
        </item>
        
    </channel>
</rss>
