JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #1  
Old 26.09.2019, 23:16
askin2u askin2u is offline
Fibre Channel User
 
Join Date: Mar 2015
Posts: 128
Default read/grep downloadlist.zip

I probably deleted a package from download list, don't remember exactly when, presumably this week

Code:
ll ~/.jd/cfg/downloadList14*
-rw-r--r-- 1 ME users 1.7M Jul 28 20:45 /home/ME/.jd/cfg/downloadList141889.zip.backup
-rw-r--r-- 1 ME users 4.5M Sep 26 21:33 /home/ME/.jd/cfg/downloadList148089.zip
-rw-r--r-- 1 ME users 4.5M Sep 26 21:34 /home/ME/.jd/cfg/downloadList148090.zip
-rw-r--r-- 1 ME users 4.5M Sep 26 21:39 /home/ME/.jd/cfg/downloadList148091.zip
-rw-r--r-- 1 ME users 4.5M Sep 26 21:39 /home/ME/.jd/cfg/downloadList148092.zip
-rw-r--r-- 1 ME users 4.5M Sep 26 21:40 /home/ME/.jd/cfg/downloadList148093.zip
-rw-r--r-- 1 ME users 4.5M Sep 26 21:42 /home/ME/.jd/cfg/downloadList148094.zip
I remember some filename in the package.
Is there a way to grep the downloadList######.zip to find the deleted package?
Reply With Quote
  #2  
Old 27.09.2019, 10:56
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,232
Default

for example
Quote:
for file in *.zip; do
if ( unzip -c "$file" | grep -q "ORA-1680"); then
echo "$file"
fi
done
from here unix.stackexchange.com/questions/18552/searching-for-a-string-on-multiple-zip-files

or just backup those files and then drag/drop or load as container one of them to import back to JDownloader and use search there
from timestamps and size they look very similiar
__________________
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 10:37.
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.