JDownloader Community - Appwork GmbH
 

Notices

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 23.10.2014, 00:24
chiuchimu chiuchimu is offline
JD Fan
 
Join Date: Oct 2010
Posts: 76
Default 'Remove Existing Links' option Gone!

Why in JD2 beta is the "Remove Existing Links" context menu option gone? It was very useful in preventing me from downloading the same files twice. It is so simple to write code that wold do this:
Code:
For( Index=1; !(Index > MaxIndex) ; Index++ )
{

 For( RowIndex=1; !(RowIndex>MaxrowIndex) ; RowIndex++ )
 {

  If( NewUrl[Index] = ListUrl[RowIndex] )
  DeleteUrl( NewUrl[Index]);

  }
}
Someone can code this in five minutes and have it in the next release. Besides, why did you take it out in the first place?
Reply With Quote
 

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 13:19.
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.