Juszoe / flexget-nexusphp

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

大神能不能给一个和content_size一起使用的模板啊 #43

Closed matthkewk closed 4 years ago

matthkewk commented 4 years ago

自己琢磨了很久都没有成功……请大神来个模板我好自己修改一下,非常感谢

Juszoe commented 4 years ago

按照正常设置就好了呀,你是怎么写的?

tasks:
  my-task:
    rss: 
      url: https://www.example.com/rss.xml
      other_fields:
        - link
    nexusphp:
      cookie: ''
      discount:
        - free
        - 2xfree
    content_size:
      min: 12
      max: 1200
    download: ~/flexget/torrents/
matthkewk commented 4 years ago

按照正常设置就好了呀,你是怎么写的?

tasks:
  my-task:
    rss: 
      url: https://www.example.com/rss.xml
      other_fields:
        - link
    nexusphp:
      cookie: ''
      discount:
        - free
        - 2xfree
    content_size:
      min: 12
      max: 1200
    download: ~/flexget/torrents/

谢谢作者回复 我就是怎么改都过不了 错误提示如下 [/tasks/my-free-task/content_size] Got min:12 max:1200, expected: dict 2020-07-22 19:33 CRITICAL manager Failed to load config file: Did not pass schema validation.

matthkewk commented 4 years ago

好像可以通过了 感谢……