f2 icon indicating copy to clipboard operation
f2 copied to clipboard

High-speed downloader for multiple platforms

Results 92 f2 issues
Sort by recently updated
recently updated
newest added

## Getting Started This project is a starting point for a Flutter application By [F2](https://github.com/Johnserf-Seed/f2). ## Screenshot repo: https://github.com/Johnserf-Seed/f2-app

需求建议(enhancement)

我使用最新版本,替换了test.yaml中的Cookie,下面是测试代码: async with DouyinCrawler(TestConfigManager.get_test_config("douyin")) as crawler: sec_uid = "MS4wLjABAAAARHbYBn84JChECWkdFOJ0r8t6jaxCS6VNSCGl4SpP0pE" params = UserProfile( sec_user_id=sec_uid, ) response = await crawler.fetch_user_profile(params) assert response, "Failed to fetch user profile" print(f"aweme_count: {response.get('user').get('aweme_count')}") max_cursor = 0...

提问(question)

- [x] 我查看了 [文档](https://johnserf-seed.github.io/f2/quick-start.html) 以及 [已关闭的问题](https://github.com/Johnserf-Seed/f2/issues?q=is%3Aissue+is%3Aclosed) 以寻找可能的解决方案。 - [x] 我在 [常见的问题与解决办法](https://johnserf-seed.github.io/f2/question-answer/qa.html) 中找不到我的问题。 - [ ] ~~*你的问题是公开的,请注意删除个人敏感内容再上传*~~ - [ ] 不按照模板填写的问题将不会得到优先的处理。 INFO App: douyin INFO 主配置路径:F:\douyin4\venv\lib\site-packages\f2\conf\app.yaml INFO 自定义配置路径:F:\douyin4\venv\lib\site-packages\f2\conf\app.yaml INFO Version 0.0.1.5...

故障(bug)
已确认(confirmed)

fetch_one_video之后的链接无法打开

提问(question)
已确认(confirmed)
请查阅文档(Documentation)

- [ ] ~~*在提问时请注意不要包含个人敏感信息*~~ - [ ] 我明白我的提问可能不会得到明确回复或解决。 **问题描述** 简要描述你想要获取支持或询问的内容。 **其他细节** 提供任何相关的细节或背景信息,例如你要询问的函数或与项目相关的具体内容。 **截图/代码示例** 如果有必要,可以提供截图或代码示例以更好地说明问题或询问的内容。 **期望的支持** 简要说明你期望从社区或项目维护者那里得到的支持或回答。 **其他** 如果有其他需要补充的内容,请在此处添加。

提问(question)

当下载的任务过多时,已经完成的任务 进度打印还在不断的刷新,控制台上显示起来非常难看

需求建议(enhancement)

https://github.com/Johnserf-Seed/f2/issues/102#issuecomment-2195083318

故障(bug)
已确认(confirmed)

下载合集时,能不能有一个策略能让已经下载的视频尽量少调用这个接口,似乎这个接口时不时会限流

重复(duplicate)
需求建议(enhancement)
已确认(confirmed)

下载合集时,需要用一个视频获得合集id,这个时候使用这个接口总是返回空值 我的cookies设置应该是正确的,之前可以正常使用,最近总是失败

故障(bug)
重复(duplicate)
已确认(confirmed)

链接 https://www.douyin.com/collection/7349067788201232438/1 是我链接错误,还是姿势不对 yaml文件内容: douyin: # 地址链接 url: "https://www.douyin.com/collection/7339828357124589579/1" # 下载模式:单个作品(one),主页作品(post),点赞作品(like),收藏作品(collect),合辑(mix),直播(live) mode: mix

故障(bug)