Bug 184552 - Ability to auto-sort downloads by origin URL, rather than just extension
Summary: Ability to auto-sort downloads by origin URL, rather than just extension
Status: RESOLVED FIXED
Alias: None
Product: kget
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: KGet authors
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-16 21:30 UTC by Stephan Sokolow
Modified: 2010-02-02 14:58 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stephan Sokolow 2009-02-16 21:30:24 UTC
Version:           2.2.0 (using 4.2.00 (KDE 4.2.0), Gentoo)
Compiler:          x86_64-pc-linux-gnu-gcc
OS:                Linux (x86_64) release 2.6.25-gentoo-r7-20080501

KGet's ability to sort downloaded files by extension is useful, but what I really need is the ability to say "Files from http://.*\.4chan\.org/.* go into ~/incoming/addictive_junk"
Comment 1 Lukas Appelhans 2010-02-02 14:58:29 UTC
It is already implemented... use a RegExp to filter the Urls...

Lukas