chore: remove sponsor

This commit is contained in:
Relakkes 2024-11-08 22:27:03 +08:00
parent 3db2edd479
commit f9e7d56d4f
2 changed files with 8 additions and 10 deletions

View File

@ -14,9 +14,6 @@
原理:利用[playwright](https://playwright.dev/)搭桥保留登录成功后的上下文浏览器环境通过执行JS表达式获取一些加密参数
通过使用此方式免去了复现核心加密JS代码逆向难度大大降低
MediaCrawler仓库白金赞助商:
<a href="https://dashboard.ipcola.com/register?referral_code=atxtupzfjhpbdbl">【IPCola全球独家海外IP代理】⚡新鲜的原生住宅代理超高性价比超多稀缺国家</a>
# 功能列表
| 平台 | 关键词搜索 | 指定帖子ID爬取 | 二级评论 | 指定创作者主页 | 登录态缓存 | IP代理池 | 生成评论词云图 |
|-----|-------|---------|-----|--------|-------|-------|-------|
@ -29,8 +26,11 @@ MediaCrawler仓库白金赞助商:
| 知乎 | ✅ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ |
# 插播一下MediaCrawlerPro重磅发布啦
### 插播一下MediaCrawlerPro重磅发布啦
> 主打学习成熟项目的架构设计不仅仅是爬虫Pro中的其他代码设计思路也是值得学习欢迎大家关注
>
> 订阅Pro源代码访问权限可以加我微信yzglan备注Pro有一定的门槛💰
[MediaCrawlerPro](https://github.com/MediaCrawlerPro) 版本已经重构出来了,相较于开源版本的优势:
- 多账号+IP代理支持重点
@ -135,9 +135,7 @@ MediaCrawler仓库白金赞助商:
- [错误使用 Python 可变类型带来的隐藏 Bug](https://articles.zsxq.com/id_f7vn89l1d303.html)
# 感谢下列Sponsors对本仓库赞助
> 【IPCola全球独家海外IP代理】使用此处阿江专属推荐码注册atxtupzfjhpbdbl 获得10%金额补贴。
- <a href="https://dashboard.ipcola.com/register?referral_code=atxtupzfjhpbdbl">【IPCola全球独家海外IP代理】⚡新鲜的原生住宅代理超高性价比超多稀缺国家</a>
# 感谢下列Sponsors对本仓库赞助支持
- <a href="https://sider.ai/ad-land-redirect?source=github&p1=mi&p2=kk">【Sider】全网最火的ChatGPT插件我也免费薅羊毛用了快一年了体验拉满。</a>
成为赞助者可以将您产品展示在这里每天获得大量曝光联系作者微信yzglan 或 emailrelakkes@gmail.com

View File

@ -11,9 +11,9 @@ const fetchAds = async () => {
return [
{
id: 1,
imageUrl: 'https://dashboard.ipcola.com/assets/logo-blue-44f7d385.png',
landingUrl: 'https://dashboard.ipcola.com/register?referral_code=atxtupzfjhpbdbl',
text: '⚡️【IPCola全球独家海外IP代理】⚡新鲜的原生住宅代理超高性价比超多稀缺国家'
imageUrl: 'https://nm.zizhi1.com/static/img/40097e36a617f58db1dd132b5841cb1e.ad_pla1.webp',
landingUrl: 'https://nanmicoder.github.io/MediaCrawler/%E4%BD%9C%E8%80%85%E4%BB%8B%E7%BB%8D.html',
text: '⚡️【广告位招租】⚡️投放广告请联系微信:yzglan'
}
]
}