gyng / save-in

WebExtension for saving media, links, or selections into user-defined directories
MIT License
204 stars 25 forks source link

Can I rewrite URI/URL/sourceurl ? #137

Open librix opened 4 years ago

librix commented 4 years ago

when I want to save the twitter pic, his url is

https://pbs.twimg.com/media/EQEN6n3UYAAjhH1?format=jpg&name=small

but the real url which I want to download is

https://pbs.twimg.com/media/EQEN6n3UYAAjhH1.jpg?name=orig

Can I rewrite the first download link to to the second one ?

I only see :sourceurl: varible, but it seems a read only varible.

gyng commented 4 years ago

Unfortunately, this is not supported now. Even though it's technically possible, it won't be supported anytime soon either as there's a bunch of cleanup I need to do before this can be implemented cleanly.