View Single Post
  #4  
Old 25.01.2017, 14:14
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,912
Default

Go to settings --> Advanced Settings --> Type in "link crawler rules" --> Put in this:
Code:
[ {
  "enabled" : true,
  "maxDecryptDepth" : 1,
  "id" : 1422443765154,
  "name" : "watchseries.cr test",
  "pattern" : "https?://(www\\.)?watchseries\\.cr/series/[^/]+/season/\\d+/episode/\\d+",
  "rule" : "DEEPDECRYPT",
  "packageNamePattern" : null,
  "formPattern" : null,
  "deepPattern" : null,
  "rewriteReplaceWith" : null
} ]
Now this also adds a lot of trash so if you want it more specific you can use the following but keep in mind that if watchseries does changes to their website in the future chances of it failing are higher:
Code:
[
  {
    "enabled": true,
    "maxDecryptDepth": 1,
    "id": 1422443765154,
    "name": "watchseries.cr test",
    "pattern": "https?://(www\\.)?watchseries\\.cr/series/[^/]+/season/\\d+/episode/\\d+",
    "rule": "DEEPDECRYPT",
    "packageNamePattern": null,
    "formPattern": null,
    "deepPattern": "(**External links are only visible to Support Staff**,
    "rewriteReplaceWith": null
  }
]
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?
Reply With Quote