Juszoe / flexget-nexusphp

A flexget plugin for filter nexusphp torrents
GNU General Public License v3.0
516 stars 115 forks source link

馒头 调用 cfscraper 后报错(非503) #81

Closed eastarpen closed 2 years ago

eastarpen commented 2 years ago

报错信息

INFO     nexusphp                      NexusPHP._get_info: Detected a Cloudflare version 2 challenge, This feature is not available in the opensourc
e (free) version.  

配置文件

tasks:

  mteam:

    cfscraper: yes

    rss:
      url: 
      other_fields:
        - link
    accept_all: no
    regexp:
      accept:
        - 
      reject:
        -
    nexusphp:
      cookie: ''
      discount:
        - free
        - 2xfree
      left-time: 4 hours 
    template: qb

终端输出(省略同类型输出)

2021-12-16 18:50:58 INFO     manager                       Test mode, creating a copy from database ...
2021-12-16 18:50:58 INFO     manager                       Test database created
2021-12-16 18:51:01 VERBOSE  task_queue                    There are 1 tasks to execute. Shutdown will commence when they have completed.
2021-12-16 18:51:01 VERBOSE  details       mteam           Produced 10 entries.
2021-12-16 18:51:01 VERBOSE  task          mteam           ACCEPTED: `PS4 - Ghost of Tsushima: Director's Cut[对马岛之魂 导演剪辑版 | 美版 | 9.00]` by regexp plugin because regexp 
'.*' matched field 'title'                                                                                                                                                                            
2021-12-16 18:51:01 VERBOSE  task          mteam           REJECTED: `PS4 - Ghost of Tsushima: Director's Cut[对马岛之魂 导演剪辑版 | 美版 | 9.00]` by regexp plugin because regexp 
'PS4' matched field 'title'                                                                                                                                             
2021-12-16 18:51:02 INFO     nexusphp                      NexusPHP._get_info: Detected a Cloudflare version 2 challenge, This feature is not available in the opensourc
e (free) version.                                                                                                                                                                                                                                                     
2021-12-16 18:51:06 INFO     download      mteam           Would download: Forza Horizon 5 v1.417.812.0 UPDATE and online CRACK[极限竞速地平线5 v1.417.812.0更新,带联机破解补丁]
2021-12-16 18:51:06 VERBOSE  details       mteam           Summary - Accepted: 9 (Rejected: 1 Undecided: 0 Failed: 0)
2021-12-16 18:51:06 INFO     qbittorrent   mteam           Test mode.
2021-12-16 18:51:06 INFO     qbittorrent   mteam           Would add torrent to qBittorrent with:
2021-12-16 18:51:06 INFO     qbittorrent   mteam           File: None
2021-12-16 18:51:06 INFO     qbittorrent   mteam           Save path: /download/
2021-12-16 18:51:06 INFO     qbittorrent   mteam           Label: None
2021-12-16 18:51:06 INFO     qbittorrent   mteam           Paused: false
2021-12-16 18:51:06 INFO     qbittorrent   mteam           Skip Hash Check: false
2021-12-16 18:51:06 INFO     qbittorrent   mteam           Test mode.
2021-12-16 18:51:06 INFO     qbittorrent   mteam           Would add torrent to qBittorrent with:
2021-12-16 18:51:06 INFO     qbittorrent   mteam           File: None
2021-12-16 18:51:07 INFO     manager                       Removed test database

本地获得的cookie

eastarpen commented 2 years ago

使用 vps ip 获取cookie 并设置 ua 解决问题