JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #1  
Old 03.05.2012, 22:29
Bazzu85 Bazzu85 is offline
Ultra Loader
 
Join Date: May 2012
Posts: 45
Default Multiple same name file with different link

I've a package with multiple link e some with same name.

In settings i've setted that if file already created -> jump to next link (sorry for italian english translaction)

when i start donwload the files with same name start at the same time but in download folder i've one unique file..

why??

i wont that the first file in "in download" the other with same name are not enabled..
Reply With Quote
  #2  
Old 04.05.2012, 19:02
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,107
Default

Please post those links here.
Maybe its the new feature (download 1 file simultan from2 hosters (= more speed)) or it's a bug.

GreeZ pspzockerscene
__________________
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
  #3  
Old 05.05.2012, 00:26
Bazzu85 Bazzu85 is offline
Ultra Loader
 
Join Date: May 2012
Posts: 45
Default

for example:

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

2 links -> 1 file name

jdownloader2 start all 2 files but one file only are created.. the file created has the dimension of first file in download..

with jdownloader1 for the second file say "file already present" o something similare..

now i'm using jdownloader1 for these type o files

thx
Reply With Quote
  #4  
Old 05.05.2012, 06:05
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,614
Default

This isn't a jd2 problem btw.. thread moved to hosters english

it's because the plugin allows many different forms of links. We generally make plugins with regular expression listeners on the LEAST required data. In this case its the UID everything after isn't required. Soon as you allow for UID and then allow extra info as optional, you can get duplications for the exact same url.

Ive removed some of the old link types and tighten up the regex so it shouldn't happen now. I don't believe that extabit.com/files_uid1 or extabit.com/files/uid1/uid2 exists anymore.
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]

Last edited by raztoki; 05.05.2012 at 07:29.
Reply With Quote
  #5  
Old 05.05.2012, 13:24
Bazzu85 Bazzu85 is offline
Ultra Loader
 
Join Date: May 2012
Posts: 45
Default

Quote:
Originally Posted by raztoki View Post
This isn't a jd2 problem btw.. thread moved to hosters english

it's because the plugin allows many different forms of links. We generally make plugins with regular expression listeners on the LEAST required data. In this case its the UID everything after isn't required. Soon as you allow for UID and then allow extra info as optional, you can get duplications for the exact same url.

Ive removed some of the old link types and tighten up the regex so it shouldn't happen now. I don't believe that extabit.com/files_uid1 or extabit.com/files/uid1/uid2 exists anymore.
sorry i don't understand...

in jdownloader1 with these link only 1 is enable in download..

in jdownloader2 with these link all file are in download but in download folder i have only 1 file..

i think this is a plugin problem if in it work in one versione and in another not..

Jdownloade1 screen
Jdownloader2 screen

Last edited by Bazzu85; 05.05.2012 at 13:39.
Reply With Quote
  #6  
Old 05.05.2012, 14:05
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,614
Default

It wont happen any more..

The plugin regex wont allow duplicates entries it only accepts one link of the same url now.
**External links are only visible to Support Staff****External links are only visible to Support Staff**[a-z0-9]{13}|extabit\\.com/file/[a-z0-9]{13})

which means no more duplicates possible at the plugin level.

but within JD2, it should ask you if you want to overwrite, create new filename etc that would be the only reason it would allow duplicates to download of the same filename.
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #7  
Old 05.05.2012, 15:09
tony2long's Avatar
tony2long tony2long is offline
English Supporter
 
Join Date: Jun 2009
Posts: 6,507
Default

By preventing duplication in linkgrabber, if any other plugin have the same issue, JD V2 will do the same error, download twice because it thinks they are different links (without checking the file in disk?).
__________________
FAQ: How to upload a Log
Reply With Quote
  #8  
Old 05.05.2012, 15:37
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,614
Default

no it does check file on disk, it prompts you if you want to over write file, rename file or skip, and it remembers for the package.
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #9  
Old 05.05.2012, 17:21
Bazzu85 Bazzu85 is offline
Ultra Loader
 
Join Date: May 2012
Posts: 45
Default

Quote:
Originally Posted by raztoki View Post
no it does check file on disk, it prompts you if you want to over write file, rename file or skip, and it remembers for the package.
in download settings i've set "jump if already exist"
but like you see in JD2 screen, it doesn't work

i've seen that there is an unpdate of extabit plugin ..

i've traied a moment ago and the bug still remain
Reply With Quote
  #10  
Old 05.05.2012, 17:39
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,614
Default

it only works for NEW links not ones that are already added, as the de-duplication only happens in the linkgrabber.
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #11  
Old 06.05.2012, 01:02
Bazzu85 Bazzu85 is offline
Ultra Loader
 
Join Date: May 2012
Posts: 45
Default

Quote:
Originally Posted by raztoki View Post
it only works for NEW links not ones that are already added, as the de-duplication only happens in the linkgrabber.
i've tried to do antoher package..

but the link with same file name still are 2..

edit: this was a JD1 or 2 fix??
Reply With Quote
  #12  
Old 06.05.2012, 03:34
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,614
Default

v2, as update system is instant after committing to the svn. With stable and nightly needs to wait for a manual push to the old update servers/network
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
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 14:49.
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.