JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #201  
Old 26.02.2024, 14:51
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 72,961
Default

That is not a JD/plugin but.

Choose proxies which are working with all domains that are online.
If you do not want this, feel free to modify the source code of the bunkr plugin accordingly, see:
https://support.jdownloader.org/Know...up-ide-eclipse

Important notice:
Our ticket system & knowledgebase are currently under maintenance.
If this is still the case while you are reading my posts and you can't access help articles linked by our staff, use the Internet archive/wayback machine to be able to view those articles:
archive.org/web/
Enter the URL -> Click on "Browse history" -> Select one of the latest dates available
If the date you selected does not lead you to the support article try the next oldest one.
__________________
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
  #202  
Old 14.03.2024, 08:44
mjolnir870 mjolnir870 is offline
Fibre Channel User
 
Join Date: Oct 2012
Posts: 124
Default

Quote:
Originally Posted by pspzockerscene View Post
That is not a JD/plugin but.

Choose proxies which are working with all domains that are online.
If you do not want this, feel free to modify the source code of the bunkr plugin accordingly, see:
I'm trying to put together a LinkCrawler rule to get rid of .site for bunkr downloads, but can't seem to get it to work for album links. It only works when I paste in .site links directly. Is there a way to do this with LinkCrawler?

Code:
  {
    "pattern": "https?://(?:www\\.)?bunkr\\.site/(.*)",
    "rewriteReplaceWith": "**External links are only visible to Support Staff**,
    "rule": "REWRITE",
    "enabled": true
  },
Reply With Quote
  #203  
Old 14.03.2024, 12:31
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 72,961
Default

Looks like you did not fully understand our LinkCrawler Rules docs:
https://support.jdownloader.org/de/k...kcrawler-rules
Quoting them:
Quote:
LinkCrawler Rules can be used to do automatically treat URLs which are not supported via plugin and perform specified actions on them.
All bunkr links are handled by the bunkr plugin so you can't modify them using LinkCrawler Rules.

If you want to alter the domain, you need to do this outside of JDownloader before adding them.
There are probably clipüboard-tools which can do replacements inside copied text - you might want to use such tools.
__________________
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
  #204  
Old 01.05.2024, 03:10
mjolnir870 mjolnir870 is offline
Fibre Channel User
 
Join Date: Oct 2012
Posts: 124
Default

Looks like files with 4 character extensions don't work. LinkGrabber thinks they are offline because the last character gets trimmed. Here's a sample link:

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

30.04.24 20.08.06 <--> 30.04.24 20.10.48 jdlog://4062411370661/
Reply With Quote
  #205  
Old 01.05.2024, 13:03
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 81,021
Default

@mjolnir870: will be fixed with next update
__________________
JD-Dev & Server-Admin
Reply With Quote
  #206  
Old 11.09.2024, 03:43
tnaralfff tnaralfff is offline
Modem User
 
Join Date: Jan 2021
Posts: 2
Default

Some files don't get parsed right

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

Linkgrabber adds them but the names and extension are cut off. If I try to add the individual link for a problem file like **External links are only visible to Support Staff****External links are only visible to Support Staff** linkgrabber shows the full name but the plugin's "fix filename" doesn't work on it.

10.09.24 21.11.33 <--> 10.09.24 21.12.31 jdlog://0745411370661/
Reply With Quote
  #207  
Old 11.09.2024, 13:18
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 72,961
Default

Internal changelog for Bunkr plugin.
bunkr: RE forum 91374
- BunkrConfig: updated outdated default domain from bunkr.la to bunkrr.su
- BunkrAlbum: pre set filenames: add file extension if it is not given inside the file-title from websites' html code
- Bunkr host plugin: fixed filename fix not being applied in some cases
- Bunkr host plugin: Download video stream if original/official download fails. Stream looks to be the same as original file. Users: If you don't like this let me know and I'll add a setting.

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?
Reply With Quote
  #208  
Old 21.09.2024, 00:16
mjolnir870 mjolnir870 is offline
Fibre Channel User
 
Join Date: Oct 2012
Posts: 124
Default

The extensions of the files are not matching what is in the album. In the below link, there are three files with the pattern "NAME (1)", but with different extensions. JDownloader gives them all the extension "mp4", so it thinks they are the same file and conflicts when the download starts. On the actual album page, only one of them has the extension "mp4". The others have extensions "m4v" and "mov".

link: **External links are only visible to Support Staff****External links are only visible to Support Staff**
log: 20.09.24 17.12.53 <--> 20.09.24 17.15.10 jdlog://0465411370661/
Reply With Quote
  #209  
Old 23.09.2024, 12:06
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 72,961
Default

- BunkrAlbum: fixed wrong correction of any file extension when file extension is given and already is video file extension RE forum 91374

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?
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 19:52.
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.