JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #1  
Old 24.03.2025, 04:39
xjuminten xjuminten is offline
Baby Loader
 
Join Date: Jan 2025
Posts: 7
Default Topvid.tv

Hi,

Can we get a support for topvid.tv?

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

Thank you
Reply With Quote
  #2  
Old 24.03.2025, 10:02
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 82,276
Default

__________________
JD-Dev & Server-Admin
Reply With Quote
  #3  
Old 24.03.2025, 11:26
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 74,705
Default

I do not really see the need to add a plugin for this website.
Please use this method:
https://support.jdownloader.org/know...aming-websites

So far, only one user (you) have asked for a plugin for that website -> I do not see the demand.
__________________
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
  #4  
Old 24.03.2025, 13:54
xjuminten xjuminten is offline
Baby Loader
 
Join Date: Jan 2025
Posts: 7
Default

Quote:
Originally Posted by pspzockerscene View Post
I do not really see the need to add a plugin for this website.
Please use this method:
**External links are only visible to Support Staff**...

So far, only one user (you) have asked for a plugin for that website -> I do not see the demand.
Thank you for your response. I’m actually already using the method you mentioned. I just thought it would be more convenient to simply copy the URL and let JDownloader crawl it and retrieve the filename from the title, like other plugins do.

That said, I don’t mind continuing to use the current method.
Reply With Quote
  #5  
Old 24.03.2025, 14:17
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 74,705
Default

If more users let us know about their demand in this thread, I'm willing to add a plugin for this website but at this moment I do not see the demand at all.

This thread will remain open for future posts of other users.
__________________
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
  #6  
Old 28.03.2025, 10:10
xjuminten xjuminten is offline
Baby Loader
 
Join Date: Jan 2025
Posts: 7
Default

I'm able to create a LinkCrawler Rule to get the video and set up the filename using Packagizer. However, it's not handling duplicate links—duplicate links are not being rejected.

Could you please help me figure out what I did wrong?

Here's my LinkCrawler Rule

Code:
[
  {
    "cookies": null,
    "deepPattern": null,
    "formPattern": null,
    "headers": null,
    "id": 1743148046497,
    "maxDecryptDepth": 1,
    "name": "Rule for Topvid",
    "packageNamePattern": "<h1 class=\"movie-detail-name\">\\s*(.*?)\\s*</h1>",
    "passwordPattern": null,
    "pattern": "**External links are only visible to Support Staff**,
    "propertyPatterns": null,
    "rewriteReplaceWith": null,
    "rule": "DEEPDECRYPT",
    "enabled": true,
    "logging": false,
    "updateCookies": true
  }
]
Reply With Quote
  #7  
Old 28.03.2025, 10:57
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 74,705
Default

LinkCrawler Rules have no influence on any kind of duplicate detection.
Explain your problem in more details and also compare the links that are "not being detected as duplicates": Are they the same or do they change every time you re-add the link?

Some websites put time based tokens into their links so the links will be different each time they are re-obtained.
__________________
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 29.03.2025, 04:56
xjuminten xjuminten is offline
Baby Loader
 
Join Date: Jan 2025
Posts: 7
Default

I checked with Video DownloadHelper, and yes, I can confirm that the URL changes with every load.

So, does duplicate detection work based on the actual download URL? I initially thought it was based on the "Download from" field.

Is there any way to configure it to detect duplicates based on the "Download from" field instead?
Reply With Quote
  #9  
Old 31.03.2025, 10:26
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 74,705
Default

Quote:
Originally Posted by xjuminten View Post
So, does duplicate detection work based on the actual download URL?
Yes and no.
It depends on multiple factors, some weaker some stringer.
If for example a plugin sets a pre-known files' MD5 hash, that will be used for duplicate checking since that is very strong.

In your case the URLs are handled by the generic plugin and all that has is a link and a file name (not even a precise file size).

Quote:
Originally Posted by xjuminten View Post
Is there any way to configure it to detect duplicates based on the "Download from" field instead?
No "official" way but this one may work:
Use an EventScripter script that sets the source URL as property "LINKDUPEID" on the DownloadLink item.
You _could_ also set an md5 hash on the item and at the same time disable CRC hash checking, that should allow the duplicate/mirror checks to work with it.

EventScripter subforum:
https://board.jdownloader.org/forumdisplay.php?f=52
EventScripter help article:
https://support.jdownloader.org/know...event-scripter
__________________
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
  #10  
Old 02.04.2025, 06:45
xjuminten xjuminten is offline
Baby Loader
 
Join Date: Jan 2025
Posts: 7
Default

Quote:
Originally Posted by pspzockerscene View Post
Use an EventScripter script that sets the source URL as property "LINKDUPEID" on the DownloadLink item.
This works great. Thank you
Reply With Quote
  #11  
Old 02.04.2025, 09:54
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 74,705
Default

Thanks for your feedback!

You may want to post your script here so other users can make use of it too
__________________
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
  #12  
Old 02.04.2025, 10:17
xjuminten xjuminten is offline
Baby Loader
 
Join Date: Jan 2025
Posts: 7
Default

Sure. This is what I come up with

Code:
// Handle duplicate for topvid URLs
// Trigger Required: A new link has been added

var myPackagizerLink = link;
var url = myPackagizerLink.getProperty("URL_CONTAINER");

if (url !== null && url.includes("topvid.tv")) {
    myPackagizerLink.setProperty("LINKDUPEID", url);
}
Reply With Quote
  #13  
Old 02.04.2025, 10:25
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 74,705
Default

Simple but effective I guess.
__________________
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:46.
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 - 2025, Jelsoft Enterprises Ltd.