A small tool for converting thunder, express, and tornado
Open to usersSource code. For more information, see the source. Thank you.
Click to download
Source code download
Nowadays, these download tools are getting more and more powerful. to compete for more users, they encrypt common links into formats that can only be identified by their products.
As a result, we were all confused. I only used thunder (even BT used her), but to download some resources, I had to install the corresponding download tool, which was so annoying.
Later, I studied and found that their dedicated link format seems very simple. It should all be base64 encoded, so I wrote the SectionCodeTry Decoding
Hoho ~~ This is really the case. This is simple...
So we have the urlconvert tool.
This is convenient.
Select "monitor Clipboard" and "auto copy link", right-click the "Copy shortcut" in IE, and replace the dedicated link in the clipboard with the normal
Use your favorite download tool to download it ~
Update history
2009-05-05
First release
[+] Supports monitoring the clipboard, which is automatically converted when there is a valid link in the clipboard
[+] Supports automatic copying of converted links to the clipboard
[*] The base64 encoding is rewritten to correct the incorrect conversion result,Thanks to 123ewq.
[*] The encrypted express address is often appended with & Information. Currently, I do not know what to use, but I am sure it is not part of the original address. This part of information will be skipped during decryption.