Quantcast
Channel: help - Forum - FlexGet
Viewing all articles
Browse latest Browse all 837

A jdownloader parser plugin needed a help for a code review and unable working reason

$
0
0

@newflexgetman wrote:

Hi,
I mock a plugin such as "rlsbb" and "allyoulike". The site is ebook3000.biz. But, I can't make it work. The config is below and the output message is on the bottom also. Wish a help.

config.yml file:

  ebook3000biz_task:
    priority: 1
    verify_ssl_certificates: no
    seen: local
    rss:
      url: https://ebook3000.biz/category/magazine/feed
      link: guid
    template: mytarget
    ebook3000biz: 
      filehosters_re: 
        - cloudyfiles\.com/*
        - suprafiles\.net/*
        - dropupload\.com/*
        - filescdn\.com/*
        - dailyuploads\.net/*
        - upload4earn.com/*
    exec: 
      - echo text={{urls}} >> "/mypathto/jdownloader/folderwatch/{{title}}.crawljob"
      - echo packageName={{title}} >> "/mypathto/jdownloader/folderwatch/{{title}}.crawljob"
      - echo deepAnalyseEnabled=true >> "/mypathto/jdownloader/folderwatch/{{title}}.crawljob"
      - echo autoConfirm=TRUE >> "/mypathto/jdownloader/folderwatch/{{title}}.crawljob"     
      - echo autoStart=TRUE >> "/mypathto/jdownloader/folderwatch/{{title}}.crawljob"
      - echo enabled=TRUE >> "/mypathto/jdownloader/folderwatch/{{title}}.crawljob"
      - echo downloadFolder=/mypathto/jdownloader/Downloads/{{title}} >> "/mypathto/jdownloader/folderwatch/{{title}}.crawljob"

Output message:

2018-04-08 14:54 INFO     manager                       Test mode, creating a copy from database ...
2018-04-08 14:54 INFO     manager                       Test database created
2018-04-08 14:55 VERBOSE  task_queue                    There are 1 tasks to execute. Shutdown will commence when they have completed.
2018-04-08 14:55 VERBOSE  details       ebook3000biz_task Produced 10 entries.
2018-04-08 14:55 VERBOSE  task          ebook3000biz_task ACCEPTED: `Design World – April 2018` by regexp plugin because regexp '^(Design World).*' matched field 'title'
2018-04-08 14:55 VERBOSE  task          ebook3000biz_task ACCEPTED: `Forbes Asia – April 2018` by regexp plugin because regexp '^(Forbes).*' matched field 'title'
2018-04-08 14:55 WARNING  urlrewriter   ebook3000biz_task URL rewriting ebook3000biz failed: No useable links found at https://ebook3000.biz/?p=46171
2018-04-08 14:55 ERROR    entry         ebook3000biz_task Failed Design World – April 2018 (None)
2018-04-08 14:55 INFO     task          ebook3000biz_task Plugin retry_failed has requested task to be ran again after execution has completed.
2018-04-08 14:55 VERBOSE  task          ebook3000biz_task FAILED: `Design World – April 2018` by urlrewriting plugin
2018-04-08 14:55 WARNING  urlrewriter   ebook3000biz_task URL rewriting ebook3000biz failed: No useable links found at https://ebook3000.biz/?p=46139
2018-04-08 14:55 ERROR    entry         ebook3000biz_task Failed Forbes Asia – April 2018 (None)
2018-04-08 14:55 VERBOSE  task          ebook3000biz_task FAILED: `Forbes Asia – April 2018` by urlrewriting plugin
2018-04-08 14:55 VERBOSE  details       ebook3000biz_task Summary - Accepted: 0 (Rejected: 0 Undecided: 8 Failed: 2)
2018-04-08 14:55 INFO     task          ebook3000biz_task Rerunning the task in case better resolution can be achieved.
2018-04-08 14:55 VERBOSE  input_cache   ebook3000biz_task Restored 10 entries from cache
2018-04-08 14:55 VERBOSE  details       ebook3000biz_task Produced 10 entries.
2018-04-08 14:55 VERBOSE  task          ebook3000biz_task REJECTED: `Design World – April 2018` by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: None)
2018-04-08 14:55 VERBOSE  task          ebook3000biz_task REJECTED: `Forbes Asia – April 2018` by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: None)
2018-04-08 14:55 VERBOSE  details       ebook3000biz_task Summary - Accepted: 0 (Rejected: 2 Undecided: 8 Failed: 0)
2018-04-08 14:55 INFO     manager                       Removed test database

Posts: 2

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 837

Trending Articles