File tree Expand file tree Collapse file tree 2 files changed +75
-0
lines changed
.github/workflows/ISSUE_TEMPLATE Expand file tree Collapse file tree 2 files changed +75
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ name: MediaCrawler Bug反馈
3+ about: 创建一个问题Bug以帮助MediaCrawler开源项目改进
4+ title: '[ BUG] '
5+ labels: bug
6+ assignees: ''
7+ ---
8+
9+ ## 🔍 问题检查清单
10+ <!-- 请在提交issue前确认以下事项 -->
11+
12+ - [ ] 我已经仔细阅读了项目使用过程中的[ 常见问题汇总] ( https://nanmicoder.github.io/MediaCrawler/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98.html )
13+ - [ ] 我已经搜索并查看了[ 已关闭的issues] ( https://github.com/NanmiCoder/MediaCrawler/issues?q=is%3Aissue+is%3Aclosed )
14+ - [ ] 我确认这不是由于滑块验证码、Cookie过期、Cookie提取错误、平台风控等常见原因导致的问题
15+
16+ ## 🐛 问题描述
17+ <!-- 请详细描述你遇到的问题 -->
18+
19+
20+ ## 📝 复现步骤
21+ 1 .
22+ 2 .
23+ 3 .
24+
25+ ## 💻 运行环境
26+ - 操作系统:
27+ - Python版本:
28+ - 是否使用IP代理:
29+ - 是否使用VPN翻墙软件:
30+ - 目标平台(抖音/小红书/微博等):
31+
32+ ## 📋 错误日志
33+ <!-- 请提供完整的错误日志信息 -->
34+ ``` shell
35+ 在此粘贴错误日志
36+ ```
37+
38+ ## 📷 错误截图
39+ <!-- 请提供错误截图 -->
Original file line number Diff line number Diff line change 1+ ---
2+ name: MediaCrawler使用问题咨询
3+ about: 提交使用过程中遇到的问题
4+ title: '[ 问题] '
5+ labels: question
6+ assignees: ''
7+ ---
8+
9+ ## ⚠️ 提交前确认
10+ <!-- 请确认以下事项 -->
11+ - [ ] 我已经仔细阅读了项目使用过程中的[ 常见问题汇总] ( https://nanmicoder.github.io/MediaCrawler/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98.html )
12+ - [ ] 我已经搜索并查看了[ 已关闭的issues] ( https://github.com/NanmiCoder/MediaCrawler/issues?q=is%3Aissue+is%3Aclosed )
13+ - [ ] 我确认这不是由于滑块验证码、Cookie过期、Cookie提取错误、平台风控等常见原因导致的问题
14+
15+ ## ❓ 问题描述
16+ <!-- 清晰简洁地描述你遇到的问题 -->
17+
18+ ## 🔍 使用场景
19+ <!-- 描述你在使用哪个功能时遇到的问题 -->
20+ - 目标平台: (如:小红书/抖音/微博等)
21+ - 使用功能: (如:关键词搜索/用户主页爬取等)
22+
23+ ## 💻 环境信息
24+ - 操作系统:
25+ - Python版本:
26+ - 是否使用IP代理:
27+ - 是否使用VPN翻墙软件:
28+ - 目标平台(抖音/小红书/微博等):
29+
30+ ## 📋 错误日志
31+ ``` shell
32+ 在此粘贴完整的错误日志
33+ ```
34+
35+ ## 📷 错误截图
36+ <!-- 请提供错误截图 -->
You can’t perform that action at this time.
0 commit comments