Mobile app version of vmapp.org
Login or Join
Ravi8258870

: How to find the hidden download link of a file? I want to write a flexget config file to download some subtitle files form http://subs.sab.bz/ The site provides rss feeds for its new releases.

@Ravi8258870

Posted in: #Download #Php

I want to write a flexget config file to download some subtitle files form subs.sab.bz/ The site provides rss feeds for its new releases. Unfortunately, the link provided will open a download page, but will not get the file.

I browsed through the code of the download page and the download link in the code will open the download page again when pasted in the browser will re-open the download page again... Clicking on the download button, though, will start the download of a rar file.

I want to get to the link for downloading this rar file(containing the subtitle files)

Is there a way to bypass this behavior. I read that usually a script on the server will provide the direct link of the download, I want to get that direct link.

Alternative solution will be a linux (Ubuntu 11.10 preferred) download manager, which is able to read RSS, trigger download based on filter( specific shows) download the file to specific location, and unpack it

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Ravi8258870

1 Comments

Sorted by latest first Latest Oldest Best

 

@Radia820

From the look of things they have configured their site to prevent people from doing exactly what you're trying to do. Any attempt to hit the download link with a download manager or request it directly won't work.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme