@Eric_Chan wrote:
Hi there, I'm new to Flexget and what I am trying to achieve is to convert URL to plaintext and then use Jdownloader to pick it up and download it. Here is my config file below:
tasks:
Test Task:
rss: LINK
regexp:
accept:
- The ABC
- XYZexec: - echo text={{url}} >> "C:\Users\USER\AppData\Local\JDownloader v2.0\folderwatch\{{title}}.crawljob"
Everything works except the issue when there is a hyphen in the title and Flexget turns it to a question mark and stops it from converting into text file or crawljob
Example error when I tried to execute the task:
ERROR exec Test TASK Unable to encode cmdecho "text=LINK" > "C:\Test_Flexget\TITLE ? July 25, 2017.crawljob"
to cp850Is there a way to remove the hyphen or replace it with something else?
Posts: 2
Participants: 1