Quantcast
Channel: configuration - Forum - FlexGet
Viewing all articles
Browse latest Browse all 716

Converting URL to plaintext - Jdownloader 2

$
0
0

@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
- XYZ

exec:
  - 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 cmd echo "text=LINK" > "C:\Test_Flexget\TITLE ? July 25, 2017.crawljob" to cp850

Is there a way to remove the hyphen or replace it with something else?

Posts: 2

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles