#61
|
||||
|
||||
![]()
CORE-Updates have been released!
All announced bugfixes and features are live! Please update your JDownloader and report any issues you find asap. If this thread gets marked as "[Solved]" by our forum staff you can still post in it and we will read- and reply to it! CORE-Updates wurden released! Alle angekündigten Bugfixes/Features sind nun verfügbar! Bitte JDownloader updaten und eventuelle Bugs schnellstmöglich an uns melden. Falls dieser Thread vom Team als "[Erledigt]" markiert wird, kannst du weiterhin darin antworten und wir lesen/beantworten auch solche Threads! -psp-
__________________
JD Supporter, Plugin Dev. & Community Manager Erste Schritte & Tutorials || JDownloader 2 Setup Download ----------------------------------- On Vacation / Im Urlaub Start: 2023-12-09 End: TBA |
#62
|
|||
|
|||
![]()
After update on 3/24 ALL of my bunkr links have quit working and crawler completely ignores any pasted Urls now. I was downloading fine about 3 hours ago, Did auto update. No more downloads and JD grabs a 74b file for all links. I mean if I copy a link into JD it does not automatically parse the URL now in the popup menu for parsing. It does download all files, sort of. If its a mp4 I get that little 74kb file and if its a jpg or .mov file it seems to download those. it did download the jpg's and .mov's and m4v files but didnt download any .mp4 files.
here is the file it downloaded changed to html as it web code: **External links are only visible to Support Staff****External links are only visible to Support Staff** Last edited by Plat8752; 24.03.2023 at 16:56. Reason: better info |
#63
|
||||
|
||||
![]()
Hi,
please provide example URLs and a log. Please post your log-ID here | bitte poste deine Log-ID hier. -psp-
__________________
JD Supporter, Plugin Dev. & Community Manager Erste Schritte & Tutorials || JDownloader 2 Setup Download ----------------------------------- On Vacation / Im Urlaub Start: 2023-12-09 End: TBA |
#64
|
||||
|
||||
![]()
@Plat8752
Please provide the link that JD fails to download and not the file/html/whatever which JD is downloading instead. We need to be able to reproduce the issue here....or alternatively provide a full log as described in my last post.
__________________
JD Supporter, Plugin Dev. & Community Manager Erste Schritte & Tutorials || JDownloader 2 Setup Download ----------------------------------- On Vacation / Im Urlaub Start: 2023-12-09 End: TBA |
#65
|
|||
|
|||
![]()
Links, any from this page that end in .mp4:
**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** log ID: 24.03.23 13.53.46 <--> 24.03.23 13.55.13 jdlog://6624311370661/ |
#66
|
||||
|
||||
![]()
In the meantime we've released some updates.
I'm unable to reproduce any issues with your links. Please try again and provide a fresh log if you can still reproduce any issues.
__________________
JD Supporter, Plugin Dev. & Community Manager Erste Schritte & Tutorials || JDownloader 2 Setup Download ----------------------------------- On Vacation / Im Urlaub Start: 2023-12-09 End: TBA |
#67
|
|||
|
|||
![]()
I appreciate the fast response, I will get you more logs.
|
#68
|
|||
|
|||
![]()
@Plat8752: Please know that you will have to readd the broken links!
|
#69
|
|||
|
|||
![]()
As of RIGHT NOW I cannot get any errors, it seems to work fine.
|
#70
|
|||
|
|||
![]()
@Plat8752: Thanks for the feedback!
|
#71
|
|||
|
|||
![]()
Hello,
I'm trying to write a linkcrawler to work with Bunkr, mostly because they keep changing their domain which breaks the plugin each time and I don't want to wait months for a plugin update. It will pick up the file, but result in unknown error. If I go into the page source and copy the link that I'm trying to scrape, jdownloader will download it without a problem. This is what I have so far, and all my testing tools like regex101.com says it should worker and I can't figure out why. The webpage: Code:
**External links are only visible to Support Staff** Code:
<source src="**External links are only visible to Support Staff** type="video/mp4" /> Code:
{ "enabled": true, "logging": false, "maxDecryptDepth": 1, "name": "example rule for bunkr.la", "pattern": "https?://bunkr\\.la/v/([^\"]+)", "rule": "DEEPDECRYPT", "packageNamePattern": null, "deepPattern": "source src=\"(https?://[^\"]+)\" type=\"video/[^\"]+\" />" } ![]() |
#72
|
||||
|
||||
![]()
That was an exception. Usually we're doing updates earlier.
Alternatively you can also use the dev version to get them earlier, see: https://support.jdownloader.org/Know...up-ide-eclipse That rule is working fine for me in the current stable version of JDownloader. If it doesn't for you, maybe Cloudflare is blocking? Set the "logging" flag of that rule to true and provide a log.
__________________
JD Supporter, Plugin Dev. & Community Manager Erste Schritte & Tutorials || JDownloader 2 Setup Download ----------------------------------- On Vacation / Im Urlaub Start: 2023-12-09 End: TBA |
#73
|
||||
|
||||
![]()
To the users who might currently have issues using "bunkr.la" with JDownloader:
Seems like they're using "DDoS-Guard" which is similar to Cloudflare and can cause problems with JDownloader. You can find more information about that here.
__________________
JD Supporter, Plugin Dev. & Community Manager Erste Schritte & Tutorials || JDownloader 2 Setup Download ----------------------------------- On Vacation / Im Urlaub Start: 2023-12-09 End: TBA |
#74
|
|||
|
|||
![]()
Hello, so im trying to use thee linkcrawler to get the direct download links from a bunkr album.
Here is my code: Code:
{ "enabled": true, "logging": false, "maxDecryptDepth": 1, "name": "example rule for bunkr.la", "pattern": "https?://bunkr\\.la/v/([^"]+)", "rule": "DEEPDECRYPT", "packageNamePattern": null, "deepPattern": "source src="(https?://[^"]+)" type="video/[^"]+" />" } |
#75
|
||||
|
||||
![]()
@Cashy
That rule is not needed as we got a plugin. If you can't wait for the next update which will support the new .la domain, all you need atm is a LinkCrawler rule of type REWRITE which changes links with the ".la" domain to a domain which our plugin supports. Please also read my last post regarding them using DDoS-Guard and the possible effects of that. Regarding updates, please also read this: Bitte auf das nächste CORE-Update warten! Please wait for the next CORE-Update! 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 ----------------------------------- On Vacation / Im Urlaub Start: 2023-12-09 End: TBA Last edited by pspzockerscene; 20.04.2023 at 03:24. Reason: Improved wording |
#76
|
|||
|
|||
![]()
@pspzockerscene
Im not sure if you understood what I meant. I meant when the links are generated, the download from filter displays the album url when i double click it it shows the data which is the direct download of the video. I was wondering if instead of print the album url but display the direct url download of each video Example: **External links are only visible to Support Staff****External links are only visible to Support Staff** The top is whats show and the bottom I want to show instead of the top. |
#77
|
||||
|
||||
![]()
Indeed I didn't.
Quote:
Quote:
The following support article should answer your question: https://support.jdownloader.org/Know...iew-added-urls
__________________
JD Supporter, Plugin Dev. & Community Manager Erste Schritte & Tutorials || JDownloader 2 Setup Download ----------------------------------- On Vacation / Im Urlaub Start: 2023-12-09 End: TBA |
#78
|
|||
|
|||
![]()
Downloaded the latest update.
Got error with e.g. **External links are only visible to Support Staff****External links are only visible to Support Staff** 423653025236660225-80RMlkXw.mp4-52riCzLX.mp4 But like with all links from bunkr.la error states An error occured! (bunkr.su) Try restarting this link (plugin outdated?) But its bunkr.la not bunkr.su Something is wrong here. I had it working before the jd update with button click to update. It was downloading slowly but kinda worked. Now it doesnt work and it states that way. |
#79
|
|||
|
|||
![]()
+ it kinda worked when I added the link from the beggining again, with linkgrabber and then to download list and tried to download.
But I really dont want to add them all again from the beginning, too much of them. hmmmmm |
#80
|
||||
|
||||
![]()
__________________
JD Supporter, Plugin Dev. & Community Manager Erste Schritte & Tutorials || JDownloader 2 Setup Download ----------------------------------- On Vacation / Im Urlaub Start: 2023-12-09 End: TBA |
![]() |
Thread Tools | |
Display Modes | |
|
|