JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #1  
Old 12.12.2018, 10:35
dontango dontango is offline
DSL Light User
 
Join Date: Feb 2017
Posts: 30
Red face Archive Extractor: Ignore all small files?

Hello, i have a problem with the archive extractor and certain archives containing very small "url" files that i would want to simply ignore.

I know that you can filter out html or txt files in the special settings field. But many sites do not use extensions for their url ads within the archives (i guess for that reason).

so instead of: "visitxyz.html" the file would just be "visitxyz" or "visit.xyz"

How can i filter all of those? Is it possible to just ignore all files smaller than maybe 1mb when extracting archives?
Reply With Quote
  #2  
Old 12.12.2018, 11:14
mgpai mgpai is offline
Script Master
 
Join Date: Sep 2013
Posts: 1,545
Default

Quote:
Originally Posted by dontango View Post
How can i filter all of those?
You can create a compound or individual regular expression pattern to match and exclude any files in the archive:

Individual pattern:
Code:
.+visitxyz$
.+visit\.xyz$
.+visitxyz\.html$

Compound pattern:
Code:
.+visit\.?xyz(\.html)?$

Quote:
Originally Posted by dontango View Post
Is it possible to just ignore all files smaller than maybe 1mb when extracting archives?
You can use a script in eventscripter to delete the files based on size, after they are extracted.
Reply With Quote
  #3  
Old 12.12.2018, 18:32
dontango dontango is offline
DSL Light User
 
Join Date: Feb 2017
Posts: 30
Default

Thanks for the information, i will look into the eventscripter!
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 00:27.
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.