JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #21  
Old 23.09.2021, 12:56
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,236
Default

@tunayx: no, that's not the reason. I've answered to your mail
__________________
JD-Dev & Server-Admin
Reply With Quote
  #22  
Old 23.09.2021, 13:47
tunayx's Avatar
tunayx tunayx is offline
JD Legend
 
Join Date: Mar 2009
Location: Xp Sp3 wth Java 7 No Firewall / Turkey
Posts: 744
Default

Yes, TW is open, just play the music on my desktop (orange icon) so I'll hear you and I come in a second.
Reply With Quote
  #23  
Old 23.09.2021, 14:39
tunayx's Avatar
tunayx tunayx is offline
JD Legend
 
Join Date: Mar 2009
Location: Xp Sp3 wth Java 7 No Firewall / Turkey
Posts: 744
Default

Updated waiting.
Reply With Quote
  #24  
Old 23.09.2021, 14:41
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,236
Default

@tunayx: Teamviewer is not able to connect. Please check firewall/av
__________________
JD-Dev & Server-Admin
Reply With Quote
  #25  
Old 23.09.2021, 14:59
tunayx's Avatar
tunayx tunayx is offline
JD Legend
 
Join Date: Mar 2009
Location: Xp Sp3 wth Java 7 No Firewall / Turkey
Posts: 744
Default

Changed its version, it must be working now. have no firewall nor av etc.
Reply With Quote
  #26  
Old 23.09.2021, 15:06
tunayx's Avatar
tunayx tunayx is offline
JD Legend
 
Join Date: Mar 2009
Location: Xp Sp3 wth Java 7 No Firewall / Turkey
Posts: 744
Default

I have none of them. My os is old. It must be TW compatibility issue. I tried versions 15-14-13. One last time please we try with V11.
Reply With Quote
  #27  
Old 23.09.2021, 15:53
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,236
Default

finally had a chance to do teamviewer, thank you. issue was caused by setting
Settings->Advanced Settings->LinkCrawler.directhttppermission to RULES ONLY but no DIRECTHTTP rule for it
@pspzocker: can you help with creating a directhttp rule for the final links?
__________________
JD-Dev & Server-Admin
Reply With Quote
  #28  
Old 23.09.2021, 16:06
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,045
Default

Added description for setting "LinkCrawler.directhttppermission" for the next CORE-update.

-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
  #29  
Old 23.09.2021, 16:43
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,045
Default

So here is the missing context for other users reading this:

The rule I posted worked just fine but @tunayx did set the following setting to "RULES_ONLY":
Code:
LinkCrawler.directhttppermission
This will make JD accept only direct-http URLs that were added via LinkCrawler Rule.

This means in order to make this work, a 2nd rule is required which matches on all modify.club directurls (.mp3 URLs).

I've extended that first rule to support a wider variety of .mp3 URLs and added a 2nd rule which matches on their .mp3 directURLs:

Code:
[
  {
    "enabled": true,
    "updateCookies": true,
    "logging": false,
    "maxDecryptDepth": 1,
    "name": "example rule for musify.club",
    "pattern": "**External links are only visible to Support Staff**,
    "rule": "DEEPDECRYPT",
    "packageNamePattern": "<h1>(.*?)</h1>",
    "deepPattern": "(/track/(dl|play)/[0-9]+/[^/]+\\.mp3)"
  },
  {
    "enabled": true,
    "logging": false,
    "maxDecryptDepth": 1,
    "name": "example rule for mudify.club direct .mp3 URLs to allow forthis to work with JD setting LinkCrawler.directhttppermission -> RULES_ONLY",
    "pattern": "https?://musify\\.club/track/(dl|play)/[0-9]+/[^/]+\\.mp3",
    "rule": "DIRECTHTTP"
  }
]
Rule in plaintext for easier copy & paste:
pastebin.com/raw/h53T4rem

-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
  #30  
Old 23.09.2021, 18:29
tunayx's Avatar
tunayx tunayx is offline
JD Legend
 
Join Date: Mar 2009
Location: Xp Sp3 wth Java 7 No Firewall / Turkey
Posts: 744
Default

Album links can be grabbed now but all shown as offline.

23.09.21 18.20.53 <--> 23.09.21 18.25.05 jdlog://6328825302851/

**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**

Yet single mp3 tracks are okay.
**External links are only visible to Support Staff****External links are only visible to Support Staff**
Reply With Quote
  #31  
Old 23.09.2021, 18:47
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,236
Default

@tunayx: check again with next update
__________________
JD-Dev & Server-Admin
Reply With Quote
  #32  
Old 23.09.2021, 19:10
tunayx's Avatar
tunayx tunayx is offline
JD Legend
 
Join Date: Mar 2009
Location: Xp Sp3 wth Java 7 No Firewall / Turkey
Posts: 744
Default

One last problem, each album's tracks are grabbing twice (or has a twin)

23.09.21 19.06.25 <--> 23.09.21 19.09.00 jdlog://8328825302851/

**External links are only visible to Support Staff****External links are only visible to Support Staff**

Last edited by tunayx; 23.09.2021 at 19:16.
Reply With Quote
  #33  
Old 23.09.2021, 19:24
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,236
Default

@tunayx:
change pattern to only contain /track/dl/ instead of (dl|play)
__________________
JD-Dev & Server-Admin
Reply With Quote
  #34  
Old 23.09.2021, 20:00
tunayx's Avatar
tunayx tunayx is offline
JD Legend
 
Join Date: Mar 2009
Location: Xp Sp3 wth Java 7 No Firewall / Turkey
Posts: 744
Default

Thank you very much unstoppable duo, even I tried though not programmed single line.
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 12: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.