Auto Free PT Download using RSS and Flexget

导言

  1. 先尝试 [^2]

Flexget

Install & Test

1
2
3
4
5
# Install fleget and check
pip install flexget
pip install --upgrade gevent
flexget -V
pip install cloudscraper

Config

1
2
3
4
5
E:/PowerShell via  v14.17.3 via 🐍 v3.9.7
❯ flexget
2024-01-12 20:14:10 CRITICAL manager Failed to find configuration file config.yml
2024-01-12 20:14:10 INFO manager Tried to read from: E:\PowerShell, C:\Users\Administrator\.flexget, C:\Users\Administrator\flexget
Could not instantiate manager: No configuration file found.

下载并放置py文件,config.yml配置类似:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
tasks:
mteams:
cfscraper: yes
rss:
url: https://kp.m-team.cc/torrentrss.php?https=1&rows=10&cat410=1&cat429=1&cat424=1&cat430=1&cat426=1&cat437=1&cat431=1&cat432=1&cat436=1&cat425=1&cat433=1&cat411=1&cat412=1&cat413=1&cat440=1&icat=1&ismalldescr=1&isize=1&iuplder=1&linktype=dl&passkey=92b0eaeca0a1c96e172bf6202c64ff24
other_fields:
- link
nexusphp:
cookie: 'c_lang; tp=xxx'
discount:
- free
- 2xfree
left-time: 5 hours
hr: no

执行

flexget --test execute 我不知道是flexget的原因,还是python on Windows的原因。这个命令要运行二十分钟。

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

E:/PowerShell via  v14.17.3 via 🐍 v3.9.7 took 20s
❯ flexget --test execute
2024-01-12 22:19:59 INFO manager Test mode, creating a copy from database ...
2024-01-12 22:20:03 VERBOSE manager Creating new database C:\Users\Administrator\flexget\test-config.sqlite - DO NOT INTERRUPT ...
2024-01-12 22:20:04 VERBOSE task_queue There are 1 tasks to execute. Shutdown will commence when they have completed.
2024-01-12 22:21:08 VERBOSE details mteams Produced 10 entries.
2024-01-12 22:41:33 ERROR nexusphp mteams Can't access the site. Your cookie may be wrong!
2024-01-12 22:41:33 ERROR nexusphp mteams Can't access the site. Your cookie may be wrong!
2024-01-12 22:41:33 ERROR nexusphp mteams Can't access the site. Your cookie may be wrong!
2024-01-12 22:41:33 ERROR nexusphp mteams Can't access the site. Your cookie may be wrong!
2024-01-12 22:41:33 ERROR nexusphp mteams Can't access the site. Your cookie may be wrong!
2024-01-12 22:41:33 ERROR nexusphp mteams Can't access the site. Your cookie may be wrong!
2024-01-12 22:41:33 ERROR nexusphp mteams Can't access the site. Your cookie may be wrong!
2024-01-12 22:41:33 ERROR nexusphp mteams Can't access the site. Your cookie may be wrong!
2024-01-12 22:41:33 ERROR nexusphp mteams Can't access the site. Your cookie may be wrong!
2024-01-12 22:41:33 ERROR nexusphp mteams Can't access the site. Your cookie may be wrong!
2024-01-12 22:41:33 VERBOSE details mteams Summary - Accepted: 0 (Rejected: 0 Undecided: 10 Failed: 0)
2024-01-12 22:41:33 WARNING task mteams Task doesn't have any output plugins, you should add (at least) one!
2024-01-12 22:41:34 INFO manager Removed test database

大失败~~~

Windows 定时任务

由于MT有IP检测等,需要用同一个IP

另一种尝试

m-Team 生成的RSS没有free的信息,可能是XML的格式变了,和blog^3使用的github不同

1
2
3
4
free_tag = 'pro_free'
free_tag2 = 'pro_free2up'
DIC_free_tag = 'torrent_label tooltip tl_free'
task_list = task.find_free(DIC_free_tag)

参考文献

Author

Shaojie Tan

Posted on

2024-01-12

Updated on

2025-01-30

Licensed under