@SergeGardien wrote:
Hi all, I've just installed FlexGet and I'm trying to configure it to automatically download some magazines from one-click hosters (novafile.com, turbobit.com, etc.) by sending the URLs to JDownloader (or pyLoad if I can get it working).
I'm using the JDownloader recipe at https://flexget.com/Cookbook/Jdownloader2 but I'm having some issues.
Here is my config:
tasks: task_name: rss: https://downmagaz.com/rss.xml exec: - echo text={{url}} >> "/Users/USERNAME/Downloads/folderwatch/{{title}}.crawljob" - echo downloadFolder=/Users/USERNAME/Downloads/{{title}} >> "/Users/USERNAME/Downloads/folderwatch/{{title}}.crawljob" ##if you also need to parse the content of the url, uncomment following line #- echo deepAnalyseEnabled=true >> "/path/to/folderwatch/{{title}}.crawljob"
This is the error I get:
-bash-3.2$ flexget --test execute 2017-09-03 17:39 INFO manager Test mode, creating a copy from database ... 2017-09-03 17:39 VERBOSE manager Creating new database /Users/USERNAME/.flexget/test-config.sqlite - DO NOT INTERUPT ... 2017-09-03 17:39 VERBOSE task_queue There are 1 tasks to execute. Shutdown will commence when they have completed. 2017-09-03 17:39 CRITICAL plugin task_name Unable to download the RSS for task task_name (http://downmagaz.com/rss.xml): HTTPSConnectionPool(host='downmagaz.com', port=443): Max retries exceeded with url: /rss.xml (Caused by SSLError(SSLError(1, u'[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)'),)) 2017-09-03 17:39 WARNING task task_name Aborting task (plugin: rss) 2017-09-03 17:39 INFO manager Removed test database
Given that this is an SSL problem I've tried to pass the non-HTTPS link (i.e., http://downmagaz.com/rss.xml) but I still have the same problem.
Any idea on how to fix it?
Posts: 1
Participants: 1