JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #1  
Old 22.01.2017, 07:16
svagebeast svagebeast is offline
Bandwidth Beast
 
Join Date: Nov 2014
Posts: 144
Default Request: Host plugin for khinsider.com

Am hoping this can be included in a future JD update...

Source Links:
**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**

Download Links:
**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**
Reply With Quote
  #2  
Old 22.01.2017, 07:31
svagebeast svagebeast is offline
Bandwidth Beast
 
Join Date: Nov 2014
Posts: 144
Default

I should probably clarify a bit...

The download links ARE able to be downloaded with JD if they are added individually... What I'm REALLY hoping for is that if the source links are copied then all of the download links on that page would be added... much like a file host folder.
Reply With Quote
  #3  
Old 23.01.2017, 12:13
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,524
Default

You can teach your JDownloader to this automatically. You've got to create a Linkcrawler Rule (use Board search). With those rules you can tell JDownloader what urls to process and where to look for links.
Please try yourself first. In case you still need help, write here again
__________________
JD-Dev & Server-Admin
Reply With Quote
  #4  
Old 23.01.2017, 17:26
svagebeast svagebeast is offline
Bandwidth Beast
 
Join Date: Nov 2014
Posts: 144
Default

Still need help!

Was unable to find anything by searching but I suppose I could have just overlooked it...
Reply With Quote
  #5  
Old 23.01.2017, 18:12
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,088
Default

To fully automate source --> single mp3 overviews --> Download, you need 2 rules.
Here the example:
Code:
[
  {
    "enabled": true,
    "maxDecryptDepth": 1,   
    "name": "khinsider.com test 1 - single audio overview to final audio url",
    "pattern": "https?://downloads\\.khinsider\\.com/.+\\.mp3",
    "rule": "DEEPDECRYPT",
    "packageNamePattern": "Album name: <b>(.*?)</",
    "deepPattern": "(**External links are only visible to Support Staff**
  },
  {
    "enabled": true,
    "maxDecryptDepth": 1,   
    "name": "khinsider.com test 2 - overview page to single audio overview urls",
    "pattern": "https?://downloads\\.khinsider\\.com/[^/]+/album/[^/]+",
    "rule": "DEEPDECRYPT", 
    "packageNamePattern": "Album name: <b>(.*?)</",
    "deepPattern": "(https?://downloads\\.khinsider\\.com/.*?\\.mp3)"
  }
]
EDIT
Plaintext on pastebin for easier copy & paste:

pastebin.com/raw/SFaZ72Cr

GreeZ pspzockerscene

EDIT 2020-10-20: If you own a khinsider "donator account" and you're looking for a rule to download the .zip files - THERE you go.
__________________
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 pspzockerscene; 23.10.2023 at 11:37. Reason: Added pastebin link
Reply With Quote
  #6  
Old 23.01.2017, 18:47
svagebeast svagebeast is offline
Bandwidth Beast
 
Join Date: Nov 2014
Posts: 144
Default

I'm not understanding any of that... Can it be explained in plain, simple English?
Reply With Quote
  #7  
Old 23.01.2017, 18:53
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,088
Default

Go to Settings --> Advanced Settings --> Type in "link crawler rules" --> Copy the text I posted for you in the "CODE" tag --> Paste it in there --> Voila now when you copy your urls, JD will automatically find the MP3s.

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
  #8  
Old 23.01.2017, 21:58
svagebeast svagebeast is offline
Bandwidth Beast
 
Join Date: Nov 2014
Posts: 144
Default

Thank you... It now does as promised...

One last request on this matter ... When adding multiple source links how can I make sure the links from each one are in separate containers?...


For example, if I drag both of these links onto JD how do I make it so that there's a container for each?
**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**

Thank you for all the help so far and for this too (if there's an easy solution!)
Reply With Quote
  #9  
Old 24.01.2017, 10:26
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,524
Default

I've updated the rules here
https://board.jdownloader.org/showpo...89&postcount=5
__________________
JD-Dev & Server-Admin
Reply With Quote
  #10  
Old 24.01.2017, 16:02
svagebeast svagebeast is offline
Bandwidth Beast
 
Join Date: Nov 2014
Posts: 144
Default

Perfect... Thank you!!!!
Reply With Quote
  #11  
Old 24.01.2017, 17:40
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,524
Default

You're welcome
__________________
JD-Dev & Server-Admin
Reply With Quote
  #12  
Old 22.10.2023, 17:13
niemand niemand is offline
JD Beta
 
Join Date: Feb 2011
Posts: 56
Default

Does this still work? JD is not accepting the code (I can paste it but it's not stored). Could it also work with FLAC?
Reply With Quote
  #13  
Old 23.10.2023, 10:34
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,088
Default

Yes it should still work.
If the code doesn't get stored, you most likely destroyed the syntax during copy & paste or during editing it.

Please also read my post here:
https://board.jdownloader.org/showth...246#post526246
-> I wanted to create a native plugin for this website but I'm missing input.
__________________
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
  #14  
Old 23.10.2023, 11:21
niemand niemand is offline
JD Beta
 
Join Date: Feb 2011
Posts: 56
Default

Well copy and paste isn't that hard, it's exactly as stated in the post above.


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

I also don't have a donator account there, if I had I would not need JD, the purpose of the donator account is to download everything at once that I would otherwise would have to do manually..

Last edited by niemand; 23.10.2023 at 11:26.
Reply With Quote
  #15  
Old 23.10.2023, 11:38
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,088
Default

Quote:
Originally Posted by niemand View Post
Well copy and paste isn't that hard
Yes and no.
We are hiding external links from users and only mods can see them.
This breaks the rule if you just copy it - see the text "**External links are only visible to Support Staff".
I've edited my post and added a link to the raw text on a pastebin website.
Try again with that.

Quote:
Originally Posted by niemand View Post
I also don't have a donator account there, if I had I would not need JD
Looks like other users got a different opinion about this but whatever - it was just my offer.

Also the plugin would also work without account and the rule would not be needed anymore. I was not only asking for an account, I was also asking for example URLs.
__________________
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 23.10.2023, 19:12
niemand niemand is offline
JD Beta
 
Join Date: Feb 2011
Posts: 56
Default

Ah ok, haven't thought of that, sorry.

The code is accepted now, but it does not detect any files. I'm trying to grab these:

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

Last edited by pspzockerscene; 24.10.2023 at 14:09. Reason: Added protocol to URL posted by user so this private data can only be viewed by mods of this forum.
Reply With Quote
  #17  
Old 24.10.2023, 14:13
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,088
Default

Für diese "add_album" Links bräuchtest du die Regel(n) aus diesem Thread:
https://board.jdownloader.org/showthread.php?t=85720

Bevor ich die jetzt auch prüfe, ggf. anpasse und eine menge Zeit darin investiere, fange ich lieber an, besagtes Plugin zu schreiben.

Ich melde mich, sobald die erste Version des Plugins live geht.
__________________
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 pspzockerscene; 24.10.2023 at 14:15.
Reply With Quote
  #18  
Old 24.10.2023, 18:11
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,088
Default

@niemand
Erledigt.

Added crawler plugin for khinsider.com.
Features at this moment:
- Album download
- Single file download (always crawls all available versions, typically mp3 and flac)
- Compared to before: Super fast linkcheck
- Crawl album cover image
- Account support: Add your account under Settings -> Account Manager

Your existing Link Crawler rules for this website are not needed anymore.

TODOs:
- Add support for donator accounts and links in this format: downloads.khinsider.com/add_album/123456

Wartest du auf einen angekündigten Bugfix oder ein neues Feature?
Updates werden nicht immer sofort bereitgestellt!
Bitte lies unser Update FAQ! | Please read our Update FAQ!

---
Are you waiting for recently announced changes to get released?
Updates to not necessarily get released immediately!
Bitte lies unser Update FAQ! | Please read our Update FAQ!


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

Last edited by pspzockerscene; 25.10.2023 at 14:27. Reason: Fixed typo
Reply With Quote
  #19  
Old 25.10.2023, 14:03
niemand niemand is offline
JD Beta
 
Join Date: Feb 2011
Posts: 56
Default

Wo nice thanks, is there a way to restore what was initially in the link grabber section?

Also I don't seem to be able to add the whole album, I can click the individual tracks and JD recognizes the download flac or mp3 links that leads to. But at this point I can download via browser anyway.

Last edited by niemand; 25.10.2023 at 14:35.
Reply With Quote
  #20  
Old 25.10.2023, 14:26
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,088
Default

Quote:
Originally Posted by niemand View Post
Wo nice thanks, is there a way to restore what was initially in the link grabber section?
Sorry, I do not understand that question.


Quote:
Originally Posted by niemand View Post
Also I don't seem to be able to add the whole album
Works fine here with your link from post #16. I get 41 results (20 mp3s, 20 flacs, 1x cover-art image).
Please provide example URLs and a debug-log.
Log instructions:
https://support.jdownloader.org/Know...d-session-logs
__________________
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 pspzockerscene; 25.10.2023 at 14:37. Reason: Added quotes
Reply With Quote
  #21  
Old 25.10.2023, 15:26
niemand niemand is offline
JD Beta
 
Join Date: Feb 2011
Posts: 56
Default

Same link as posted.

jdlog://2168311370661/
Reply With Quote
  #22  
Old 25.10.2023, 15:29
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,088
Default

I can't see any khinsider.com activity in that log.
Possible reasons:
  • Your JDownloader is not up2date so you don't even have the khinsider.com plugin yet
  • You didn't add any khinsider.com URLs in the log session you uploaded
  • You did not enable debug mode before triggering the problem and uploading the logs
__________________
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
  #23  
Old 25.10.2023, 15:41
niemand niemand is offline
JD Beta
 
Join Date: Feb 2011
Posts: 56
Default

Plugin is there, even added my free account to see if that changes anything.

I put in that link I posted and hit "continue"

Debug was enabled, and JD restarted.
Reply With Quote
  #24  
Old 25.10.2023, 15:43
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,088
Default

I need a fresh log otherwise I can't help you.
Restart JDownloader, trigger the problem (= add that khinsider.com URL), then upload a log of that current JD session and post the logID here.

EDIT Please read my post #28.

I can only repeat myself:
It's working perfectly fine here with the example URL you provided so I will not be able to help without the ability to see the problem in your logs.
__________________
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 pspzockerscene; 25.10.2023 at 15:58. Reason: EDIT Please read my post #28.
Reply With Quote
  #25  
Old 25.10.2023, 15:47
niemand niemand is offline
JD Beta
 
Join Date: Feb 2011
Posts: 56
Default

Can it be related to replacing the content of "link crawler rules" with the one from this thread?
Reply With Quote
  #26  
Old 25.10.2023, 15:49
niemand niemand is offline
JD Beta
 
Join Date: Feb 2011
Posts: 56
Default

2nd try for a log, but if the first one was empty this is probably too as I did not do anything different:

jdlog://3168311370661
Reply With Quote
  #27  
Old 25.10.2023, 15:52
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,088
Default

No.
As explained here plugin-supported links are handled first and only links which can't be handled by any plugin will be handled by Link crawler rules.

Please check this:
Open the path your JD install directory/jd/plugins/decrypter and check if you got the file "KhinsiderComCrawler.class".
__________________
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
  #28  
Old 25.10.2023, 15:56
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,088
Default

Nevermind it looks like for some reason that update never made it out.
The ability to add khinsider.com accounts already existed before but it wasn't used anywhere.

Please wait for my feedback on this - sorry for the trouble.
__________________
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 pspzockerscene; 25.10.2023 at 15:57. Reason: Added more information
Reply With Quote
  #29  
Old 26.10.2023, 17:28
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,088
Default

Update is out now.

Please try again.
__________________
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 26.10.2023, 22:19
niemand niemand is offline
JD Beta
 
Join Date: Feb 2011
Posts: 56
Default

Working now, thank you.

Just one idea for an improvement, would be great if it put mp3 and flac into it's own group, having both formats in one makes it harder to pick the correct one (as I can't sort by file type).
Reply With Quote
  #31  
Old 27.10.2023, 10:34
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,088
Default

Thanks for your feedback.
Quote:
Originally Posted by niemand View Post
as I can't sort by file type
Sure you can.
Go to Settings -> Linkgrabber Filter -> Select the tab "View" -> Create new view with condition "File type is mp3" -> Now you can simply disable .mp3 files whenever needed in your linkgrabber.

Alternatively you could create a filter (in the filter tab) though that would permanently filter out all .mp3 links which makes it less flexible.
__________________
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
  #32  
Old 27.10.2023, 10:51
niemand niemand is offline
JD Beta
 
Join Date: Feb 2011
Posts: 56
Default

Thanks.
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 22:15.
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.