Jump to content
Ketarin forum

Link problems


Guest r4ptus
 Share

Recommended Posts

Can someone help me find the link for downloading FreeStudio from this page? (there are no existing mirrors)
----------
 
 
Why taking the link to the FTP server from Adobe, this work, download the entire file but at the end do an error and don't save the file?
 
(sorry for my english, I used a translator ...)

 

Link to comment
Share on other sites

Your FreeStudio problem:

 

For the version you can try this:

content url:

http://www.dvdvideosoft.com/it/free-dvd-video-software.htm
regex:
(?<=Ver.: ).+?(?=\<)

 

versionyeu59.png

And for the download url use this:

content url:

http://download.dvdvideosoft.com/it/downloadSource/FreeStudio.exe

regex:

downloadlink.*?href="(.+?)"

 

url29kby.png

 


And for Adobe Reader you can use this one (for Italian version ;) ). You don't need ftp workarounds with major versions and sub versions. If you're  looking for an english version change the "it" to "us" in the version url and "Versione" to "Version" in the regexcode. And ensure to remove  "it/" from get.adobe.com/it/reader/
and change the "Italien" to "English"...

 

content url:

http://get.adobe.com/it/reader/?platform_type=Windows&platform_dist=Windows%207&platform_arch=x86-32&eventname=readerotherversions

regex:

(?<=autoSelectedVersion.*?Versione.*?\().+?(?=\))

readerversionprxdk.png

 

download url:

content url:

http://get.adobe.com/it/reader/completion/?installer=Reader_{version}_Italian_for_Windows&direct=true

regex:

location.href = '(.*?)';

readerurlv9ll5.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.