JDownloader Community - Appwork GmbH
 

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 25.01.2017, 13:56
Zeref Zeref is offline
Storm
 
Join Date: Oct 2014
Posts: 212
Default copying doesn't add the video watchseries.cr

**External links are only visible to Support Staff****External links are only visible to Support Staff**
please make it so that just clicking 'copy link address' in my browser is enough for jd to add the video
always clicking 'add new links' in JD after i click 'copy link address' in my browser is very problematic
i tried copying all the links at the same time from this link **External links are only visible to Support Staff****External links are only visible to Support Staff**
and then 'add new links' in JD but it didnt catch any videos
25.01.17 17.37.56 <--> 25.01.17 17.56.29 jdlog://3163179150841/
Reply With Quote
  #2  
Old 25.01.2017, 14:02
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,922
Default

Hi
The video here is hosted on thevideos.tv for which we also have a plugin.

Either manually add those urls to JDownloader a´nd let it scan the html code or make a linkcrawler rule for watchseries.cr.

There is no need for an extra plugin for this website.

Let us know if you need help with linkcrawler rules.

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
  #3  
Old 25.01.2017, 14:06
Zeref Zeref is offline
Storm
 
Join Date: Oct 2014
Posts: 212
Default

i need help with linkcrawler rules
Reply With Quote
  #4  
Old 25.01.2017, 14:14
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,922
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
  #5  
Old 25.01.2017, 15:13
Zeref Zeref is offline
Storm
 
Join Date: Oct 2014
Posts: 212
Default

how do u save the changed rules
whatever i do it just reverts back the old rules
Reply With Quote
  #6  
Old 25.01.2017, 15:45
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,922
Default

What do you mean?
Simply copy the text inside the "CODE"-Tag of my post and poste it in the setting.
Then click anywhere else in the settings, then it should be saved.

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
  #7  
Old 25.01.2017, 16:48
Zeref Zeref is offline
Storm
 
Join Date: Oct 2014
Posts: 212
Default

it doesnt work for me
Reply With Quote
  #8  
Old 25.01.2017, 16:50
Zeref Zeref is offline
Storm
 
Join Date: Oct 2014
Posts: 212
Default

25.01.17 17.37.56 <--> 25.01.17 20.50.28 jdlog://1173179150841/
Reply With Quote
  #9  
Old 25.01.2017, 16:55
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,922
Default

It definitly works.
Please go to the advanced settings, double click in the above mentioned setting and post a screenshot.
I guess you simply put in something wrong.

GreeZ psp
__________________
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
  #10  
Old 25.01.2017, 17:00
Zeref Zeref is offline
Storm
 
Join Date: Oct 2014
Posts: 212
Default


i click anywhere and it revert back to previous rules
Reply With Quote
  #11  
Old 25.01.2017, 17:15
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,922
Default

I just tested it and it definitly works.
Copy the full text inside the CODE-tag.

Then go into the setting, press Strg + A, delete everything in there, then paste my text in there and click in the empty space below.

If it still reverts then, this must be a bug which only happens for you --> Enter our support chat between 9AM and 6PM so we can check/fix this.

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
  #12  
Old 25.01.2017, 17:23
Zeref Zeref is offline
Storm
 
Join Date: Oct 2014
Posts: 212
Default

looks like it only works if the value is completely blank
i had an another rule in it before o had to remove it completely to add the new one
Reply With Quote
  #13  
Old 25.01.2017, 17:29
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

Rule works fine for me. I click to edit, select all and paste.
__________________
JD-Dev & Server-Admin
Reply With Quote
  #14  
Old 25.01.2017, 17:30
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

If you had another rule, you have to merge them

Quote:
[
{rule1},
{rule2},
{rule3}
]
__________________
JD-Dev & Server-Admin
Reply With Quote
  #15  
Old 25.01.2017, 17:34
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,922
Default

See here - you can use this to easily edit such json data:
Code:
**External links are only visible to Support Staff**
GreeZ psp
__________________
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
  #16  
Old 25.01.2017, 19:07
Zeref Zeref is offline
Storm
 
Join Date: Oct 2014
Posts: 212
Default

Quote:
Originally Posted by Jiaz View Post
If you had another rule, you have to merge them
thanks it worked for me
Reply With Quote
  #17  
Old 25.01.2017, 19:51
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

You're welcome
__________________
JD-Dev & Server-Admin
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

All times are GMT +2. The time now is 00:48.
Provided By AppWork GmbH | Privacy | Imprint
Parts of the Design are used from Kirsch designed by Andrew & Austin
Powered by vBulletin® Version 3.8.10 Beta 1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.