downloads-router-chrome-extension icon indicating copy to clipboard operation
downloads-router-chrome-extension copied to clipboard

Referrer URL placeholders in the destination folder

Open cbromberg opened this issue 9 years ago • 1 comments

Hi, I started to use your plugin and found it really helpful, but I wanted the referrer mapping to be a bit more dynamic, so I created this pull request. Hope you find it helpful, would love to be able to go back to the webstore version instead of my dev plugin. Cheers, Christoffer

Allow to use placeholders in the destination folder for referrer mappings. Possible placeholders are {hostname} and {pathsegment[1-9]}, these refer back to the hostname part of the referrer URL (see URL JavaScript class) and tokenize the pathname of the referrer URL.

cbromberg avatar Feb 20 '16 13:02 cbromberg

Hi there! Interesting feature addition, I like it! I'll try it out and merge as soon as I can. Really appreciate the PR, thank you very much (and sorry about the late reply).

lfk avatar Feb 26 '16 22:02 lfk