flexget-nexusphp
flexget-nexusphp copied to clipboard
关于分类判断的错误,请教各路大神。
皇后目前设置如下。更多分类就省略了。 tasks: opencd-free: rss: url: 这里是RSSURL other_fields: - link nexusphp: cookie: '这里是COOKIE' # 必填 discount: # 优惠信息 选填 - free adapter: free: pro_free hr: no comment: yes remember: true transmission: host: 192.168.3.111 port: 9096 username: ciplus password: b36Dw24h36 if: - tags=27: set: path: /media/downloads/complete/music/MUSICAL if: - tags=26: set: path: /media/downloads/complete/music/RAP
然后log反馈:
2024-09-26 20:23:27 WARNING urllib3.connectionpool opencd -free Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProtocolError('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))': /details.php?id=165616
2024-09-26 20:21:55 WARNING task opencd -free Aborting task (plugin: nexusphp)
2024-09-26 20:21:55 CRITICAL plugin opencd -free The rss plugin require 'other_fields' which contain 'link'. For example: other_fields: - link
请大佬指教,谢谢。