This add on for FreshRSS send links to your myJDownloader2 instance you defined in the config.
Required FreshRSS version at least v1.20
You can define several configurations line by line in a text field. The search is performed based on your configuration within a category or feed and, if necessary, combined with the defined RegEx check. The base URL of the feed entry is used as the link that is sent to jDownloader2 if the defined checks apply.
Seperator chars: = and ;. How to see in the section Some examples
There are some key chars available:
kfor key: Define which data should be checked.cfor categoryffor feed*(star) define that each new entry should be checked. In this case the parameterrwill probably be required.
vfor value: Here you define the ID of the category or feed, depending on the definition of the key. If your key is the*, this param is ignored.
The following chars are optional:
rfor regex pattern: The data from this parameter is evaluated using the PHP functionpreg_match. The pattern is applied to the title of the new feed entry to be checked.pfor package name: This text is sent as package name to your jDownloader2. Default:empty- in this case jDownloader build the package namem: Mark the entry as readed if it was sent to myJD2. Allowed values:0,1. Default value:0afor autostart: Set to1if the added link is to be downloaded immediately. Allowed values:0,1. Default value:0
The parameters k, v and r are checked with an AND operation!
For the param p are 2 additional special words available:
{userid}: Will be replaced into the user id of the current logged in user of FreshRSS{date}Ymd{/date}: The pattern inside the date content will be executed with the php functiondate
k=c;v=28;p=Category28_{date}Ydm{/date} by {userid};
k=f;v=79;r=/\bjohn\b/i;p=anytext {date}Ydm{/date} by {userid}
k=*;r=/\bfreshrss\b/i;p=anytext {date}Ydm{/date} by {userid};m=1;a=1
Have a look to the extension ShowFeedID.
- English
- German
You can help me to translate my extensions to a couple of languages on Crowdin. Or send me a new translation as pull request. I am happy to see!
To install an extension, download the extension archive first and extract it on your PC.
Then, upload the specific extension(s) you want on your server.
Extensions must be in the ./extensions directory of your FreshRSS installation.