JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #201  
Old 26.02.2024, 15:51
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 73,523
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, 09:44
mjolnir870 mjolnir870 is offline
Fibre Channel User
 
Join Date: Oct 2012
Posts: 128
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, 13:31
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 73,523
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, 04:10
mjolnir870 mjolnir870 is offline
Fibre Channel User
 
Join Date: Oct 2012
Posts: 128
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, 14:03
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 81,326
Default

@mjolnir870: will be fixed with next update
__________________
JD-Dev & Server-Admin
Reply With Quote
  #206  
Old 11.09.2024, 04: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, 14:18
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 73,523
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, 01:16
mjolnir870 mjolnir870 is offline
Fibre Channel User
 
Join Date: Oct 2012
Posts: 128
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, 13:06
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 73,523
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
  #210  
Old 21.10.2024, 06:39
mm1921 mm1921 is offline
Baby Loader
 
Join Date: Mar 2023
Posts: 6
Default

All bunkr links have stopped working since their last update 2 days ago. Same as cyberdrop.
Reply With Quote
  #211  
Old 21.10.2024, 10:10
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 81,326
Default

@mm1921: Please also provide cyberdrop example links that fail.
Bunkr should be fixed with next update
__________________
JD-Dev & Server-Admin
Reply With Quote
  #212  
Old 22.10.2024, 06:23
mm1921 mm1921 is offline
Baby Loader
 
Join Date: Mar 2023
Posts: 6
Default

Regarding cyberdrop, It's the albums. All albums fail to load in the link crawler (blocked by DDoS). Individual files work just fine.
Reply With Quote
  #213  
Old 22.10.2024, 13:17
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 73,523
Default

Quote:
Originally Posted by mm1921 View Post
Regarding cyberdrop, It's the albums.
Example links please though if you really get blocked by DDoS-Guard, therer is nothing we can do to help.
__________________
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
  #214  
Old 29.11.2024, 00:11
DukeM's Avatar
DukeM DukeM is offline
Fibre Channel User
 
Join Date: Sep 2019
Posts: 128
Default

Hi, I'm experiencing 403 errors on some downloads as well and I think it's due to DDoS-Guard.

Didn't want to open a new thread because I know you said there's nothing you can do to help and it usually gets resolved over time so I'm not stressing about it. But I saw this on Github and wondering if it could work as a work around on JD2 as well?

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

Thank you!
Reply With Quote
  #215  
Old 29.11.2024, 05:15
mjolnir870 mjolnir870 is offline
Fibre Channel User
 
Join Date: Oct 2012
Posts: 128
Default

Quote:
Originally Posted by DukeM View Post
Hi, I'm experiencing 403 errors on some downloads as well and I think it's due to DDoS-Guard.
You may want to check if the files you are trying to get are hosted on the milkshake server for bunkr. I've noticed for over a week now that any file hosted on milkshake will not download, even if you try to get it manually in the browser. Files on other servers work fine for me in browser and in JD.

Edit: if you check bunkr's status page, milkshake and burger servers are under maintenance right now, so no files on those servers are available.

Last edited by mjolnir870; 29.11.2024 at 05:18.
Reply With Quote
  #216  
Old 29.11.2024, 07:19
DukeM's Avatar
DukeM DukeM is offline
Fibre Channel User
 
Join Date: Sep 2019
Posts: 128
Default

Quote:
Originally Posted by mjolnir870 View Post
You may want to check if the files you are trying to get are hosted on the milkshake server for bunkr. I've noticed for over a week now that any file hosted on milkshake will not download, even if you try to get it manually in the browser. Files on other servers work fine for me in browser and in JD.

Edit: if you check bunkr's status page, milkshake and burger servers are under maintenance right now, so no files on those servers are available.
Thanks. I do check the status page and last time I did, everything was operational. I've had these links on JD2 for over a week now though. However, I don't know how to check if a file is hosted in which server. But the files were also inaccessible on the browser back then.

About four days ago, I had a couple hundred files finally download but I'm still left with about a hundred more. Maybe after the maintenance, they'd get through. Here's hoping.
Reply With Quote
  #217  
Old 29.11.2024, 10:41
mjolnir870 mjolnir870 is offline
Fibre Channel User
 
Join Date: Oct 2012
Posts: 128
Default

Quote:
Originally Posted by DukeM View Post
Thanks. I do check the status page and last time I did, everything was operational. I've had these links on JD2 for over a week now though. However, I don't know how to check if a file is hosted in which server. But the files were also inaccessible on the browser back then.
When I noticed the milkshake files were all broken more than a week ago, the status page said everything was operational, so I don't think it was accurate.
Reply With Quote
  #218  
Old 29.11.2024, 11:06
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 73,523
Default

Quote:
Originally Posted by DukeM View Post
Didn't want to open a new thread because I know you said there's nothing you can do to help and it usually gets resolved over time so I'm not stressing about it.
I didn'T say anything like that.
Possible solutions can be found here:
https://board.jdownloader.org/showthread.php?t=83712

Also, I can't reproduce these 403 errors.
Please post links to files where you are permanently running into this issue.

If you see a 403 error in JD but it does not mention DDoS-Guard or Cloudflare specifically, chances are that the cause is a different one.

Please post your log-ID here
If your report is about a specific website which JD supports via plugin, please also provide example URLs which can be used to reproduce the issue you are having.
If your report is related to a login specific problem with a plugin supported website, enable debug mode before creating logs, see previously linked instructions.

Bitte poste deine Log-ID hier.
Falls dein Problem ein Problem mit einer Webseite ist, die per Plugin unterstützt wird, stelle bitte zusätzlich Testlinks zur Verfügung, mit denen sich dein Problem nachstellen lässt.
Geht es um einen nicht funktionierenden Account-Login, aktiviere vor dem Erstellen deines Logs den debug Modus (siehe zuvor verlinkte Anleitung).

-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
  #219  
Old 01.12.2024, 00:54
mjolnir870 mjolnir870 is offline
Fibre Channel User
 
Join Date: Oct 2012
Posts: 128
Default

Bunkr downloads for single files are not loading the filename properly in the LinkGrabber. JD loads a uuid instead as the filename. The proper filename only gets loaded once the download is initiated. Can the proper filename be loaded in the LinkGrabber, for the purposes of renaming and identifying duplicate files?

sample link: **External links are only visible to Support Staff****External links are only visible to Support Staff**
30.11.24 16.50.23 <--> 30.11.24 16.53.12 jdlog://3017411370661/
Reply With Quote
  #220  
Old 01.12.2024, 08:25
DukeM's Avatar
DukeM DukeM is offline
Fibre Channel User
 
Join Date: Sep 2019
Posts: 128
Default

@mjolnir870
I think you're right. Looks like Milkshake is still down for maintenance so maybe it's just a problem on their end and the status page wasn't updated properly when I last checked like you did. I'm sure the download will resume when it gets fixed. Just gotta wait now. Thankfully, we have JD2 so we can keep track of these things. Haha.

@psp
Thanks always for the quick responses! Looks like the problem is on bunkr's end, so I'll wait it out for now. If it still isn't when their status page shows green, I'll let you know. Thanks again!
Reply With Quote
  #221  
Old 02.12.2024, 11:44
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 81,326
Default

@mjolnir870: Thanks for the report! Will be fixed with next update
__________________
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 21:45.
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.