Skip to content

Commit

Permalink
fix: 获取集数排除磁力链接
Browse files Browse the repository at this point in the history
  • Loading branch information
linyuan0213 committed Aug 9, 2024
1 parent a06fef1 commit d7bc864
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,20 @@

### 版本更新

#### v3.5.6

##### 功能优化
- 新增企业微信可信IP更新插件
- 新增熊猫、海胆之家站点
- Qbittorrent api 支持 4.6.5

##### 问题修复
- Cloudflare 验证失败
- OpenCD刷流
- 部分站点rss和网页发布时间不统一
- 移除自定义识别词TMDB分组
- 调度重启不自动执行

#### v3.5.5

##### 问题修复
Expand Down Expand Up @@ -284,4 +298,5 @@ TG群: [https://t.me/+UxUIoJMmH2YwYWE1](https://t.me/+UxUIoJMmH2YwYWE1)
| 星空 |||
| YemaPT |||
| DogPT |||
| 海胆之家 |||
| 海胆之家 |||
| 熊猫/PANDA |||
2 changes: 2 additions & 0 deletions app/downloader/downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -906,6 +906,8 @@ def __get_season_episodes(tmdbid, season):
continue
item_episodes = item.get_episode_list()
if not item_episodes:
if item.enclosure.startswith('magnet'):
continue
# 有时,就算标题副标题没有集数,种子内文件名本身仍然可能是含有集数的。我们打开种子文件来一探究竟。
torrent_episodes, torrent_path = self.get_torrent_episodes(
url=item.enclosure,
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
APP_VERSION = 'v3.5.5'
APP_VERSION = 'v3.5.6'

0 comments on commit d7bc864

Please sign in to comment.