Thread: [Solved] Openload.co issues
View Single Post
  #101  
Old 24.09.2016, 19:26
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,121
Default

A user asked me via PM how to make JD accept the openload.co directurls (as long as our plugin is broken) - here an explanation:
Settings --> Advanced Settings --> LinkCrawler: Link Crawler Rules --> Put this text in there:
Code:
[ {
  "enabled" : true,
  "maxDecryptDepth" : 1,
  "id" : 1422443765154,
  "name" : "openload.co - auto-add directurls via clipboard",
  "pattern" : "https?://openload\\.co/stream/.+",
  "rule" : "DIRECTHTTP",
  "packageNamePattern" : null,
  "formPattern" : null,
  "deepPattern" : null,
  "rewriteReplaceWith" : null
} ]
You can replace the existing code with mine.
The structure is json - an easy editor for this is e.g.:
Code:
**External links are only visible to Support Staff**
The "pattern" value is RegEx (simply Google RegEx).

GreeZ pspzockerscene
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?

Last edited by raztoki; 25.09.2016 at 01:15. Reason: disabled smiles