JDownloader Community - Appwork GmbH
 

Go Back   JDownloader Community - Appwork GmbH > English Support > Decrypter Plugin Reports
Closed Thread
 
Thread Tools Display Modes
  #1  
Old 27.03.2021, 12:20
Student im ersten Jahr Student im ersten Jahr is offline
Black Hole
 
Join Date: Nov 2020
Posts: 285
Default Soundcloud.com Link Filtering

The problem is that it filters both links

I want to ignore this type of links (all tracks)
**External links are only visible to Support Staff****External links are only visible to Support Staff**
Source url contains:
.*?soundcloud\.com/[^/]+$

I want to decrypt this type of single links
**External links are only visible to Support Staff****External links are only visible to Support Staff**
Source url contains:
https?:\/\/(?:soundcloud\.com)(?:\/\w+(?:-\w+)*)+$

Last edited by Student im ersten Jahr; 28.03.2021 at 07:53.
  #2  
Old 29.03.2021, 13:50
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,554
Default

Quote:
Originally Posted by Student im ersten Jahr View Post
Source url contains:
.*?soundcloud\.com/[^/]+$
worked perfectly fine for me, regex checkbox must be enabled. no need for another rule, as you only want to blacklist
the *all tracks* urls
your first (all tracks) was filtered and the single link worked fine
__________________
JD-Dev & Server-Admin

Last edited by Jiaz; 29.03.2021 at 13:52.
  #3  
Old 29.03.2021, 20:38
Student im ersten Jahr Student im ersten Jahr is offline
Black Hole
 
Join Date: Nov 2020
Posts: 285
Default

I have both full profile links and single links. Now I only want to decrypt single links.
JD2 decrypts all files shared by the user, sometimes it decrypts several hundred GB, i.e. all links. So unexpected by me.


I want dectrypt
Include
soundcoud.com/XXX/XXX (single track)
Ignore (complete decrypt all files)
soundcloud.com/XXX (all tracks)

Last edited by Student im ersten Jahr; 29.03.2021 at 20:42.
  #4  
Old 30.03.2021, 10:14
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,554
Default

I'm sorry but I don't understand. My post #2 works exactly what you want. It allows *single tracks* but ignores the *all tracks* links
You don't have to create multiple rules, just the one to ignore *all tracks* links.
Your example link worked fine for me
__________________
JD-Dev & Server-Admin
  #5  
Old 30.03.2021, 13:10
Student im ersten Jahr Student im ersten Jahr is offline
Black Hole
 
Join Date: Nov 2020
Posts: 285
Default

Try adding 2 links, it should decrypt only one audio file.

155 tracks (155 audio file) **External links are only visible to Support Staff****External links are only visible to Support Staff**


1 tracks (one audio file) **External links are only visible to Support Staff****External links are only visible to Support Staff**
  #6  
Old 30.03.2021, 13:13
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,554
Default

Works fine here, as already explained in post #2
a single rule with
sourceURL - contains
.*?soundcloud\.com/[^/]+$
and enable regex checkbox
__________________
JD-Dev & Server-Admin
  #7  
Old 31.03.2021, 13:45
Student im ersten Jahr Student im ersten Jahr is offline
Black Hole
 
Join Date: Nov 2020
Posts: 285
Default

Actually, it is about "/sets/" links
I want to temporarily exclude these from parsing.

Spoiler:
**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**
**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**
**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**
**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**
**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**
**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**
**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**
**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**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
  #8  
Old 31.03.2021, 13:48
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,117
Default

1. Please learn how to use regular expressions on your own!
2. To me it is still/again unclear what you want!

Please add a big list of example URLs that you want to keep and a list of all URLs you want to filter.

-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?
  #9  
Old 31.03.2021, 14:16
Student im ersten Jahr Student im ersten Jahr is offline
Black Hole
 
Join Date: Nov 2020
Posts: 285
Default

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

But what to set here:
1. contains
2. contains not
3. equals
4. equeals not
  #10  
Old 31.03.2021, 14:19
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,117
Default

Quote:
Originally Posted by Student im ersten Jahr View Post
But what to set here:
1. contains
2. contains not
3. equals
4. equeals not
This is totally unrelated to regex101.com.

Please either provide the requested information or I will close this thread down.
Stop wasting our time...

-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?
  #11  
Old 31.03.2021, 14:24
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,554
Default

Quote:
Originally Posted by Student im ersten Jahr View Post
Actually, it is about "/sets/" links
I want to temporarily exclude these from parsing.
sourceURL - contains
Quote:
.*?soundcloud\.com/[^/]+/sets/.+$
__________________
JD-Dev & Server-Admin
  #12  
Old 31.03.2021, 14:46
Student im ersten Jahr Student im ersten Jahr is offline
Black Hole
 
Join Date: Nov 2020
Posts: 285
Default

Quote:
Originally Posted by Jiaz View Post
sourceURL - contains

.*?soundcloud\.com/[^/]+/sets/.+$
Perfect! Solved.
Thanks Jiaz.
  #13  
Old 31.03.2021, 14:47
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,117
Default

Quote:
Originally Posted by Student im ersten Jahr View Post
Perfect! Solved.
Next time please be clear and provide a list of URLs that you want to filter.

Also again:
Please learn RegEx on your own!

Thread closed.

-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?
Closed Thread


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 07:53.
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.