📜 ⬆️ ⬇️

Yahoo Pipes on guard for download automation



Many of us like to upload the RSS feed to utorrent (or similar support for downloading from the feeds), set up the rules and no longer worry about the release of the new series of our favorite TV series, see them downloaded in the coming home. And everything is good when it comes to Novafilm or Lost , but the world has not come together with a wedge, you often want to set up automatic download from another tracker. And the tracker, of course, doesn’t contain in its RSS feed links to .torrent files, because the authors want you to constantly go to their site and fill in the visitor counter, spend your time there.

Immediately make a reservation for what I need it. I like to watch some programs that regularly appear on the Russian TV screen. All of them are constantly recorded and laid out on various “release” trackers that record TV broadcasting. In this article I will consider such as BigFANGroup and Cinema Hall . TV . But the trouble is, the administration has forgotten to make the RSS feed clear for the torrent client, or maybe it just didn’t want to, because if I set up automatic downloading, they will lose a unique visit every day. Now with the help of Yahoo Pipes , we will solve this problem.

Using the example of the 2 trackers I need, I will try to explain simply and clearly how to optimize their tapes for automatic loading. By analogy, these methods can be applied to any other resources.

Let's start by looking at the BigFANGroup:

In the RSS feed, the link to the topic is:
')
www.bigfangroup.org/details.php?id=47070

And clicking on the link, we see that the torrent will be used for downloading:

www.bigfangroup.org/download.php?id=47070

It turns out we just need to replace the word details to download in the tape and our problem is solved. Create a new pipe, use the Regex module for replacement. In this case, it will look like this:

1.png

Save and use. Look at the already finished pipe here .

It's time to go to the cinema:

Link to the topic in the feed will look like:

kinozal.tv/details.php?id=524387

Again, click on the link and see what will cause downloading the torrent, it will be the link:

kinozal.tv/download.php/524387/Professija.Reporter.Prigovorennye.K.Nischete.2010.XviD.SATRip.by.Suprug.avi.torrent

There is not much more complicated, but not so much so that the Regex module does not click it once. Immediately I want to note that I did not understand how to add the ever-changing name of the torrent to the end, but I found out that this is not necessary, you can replace at least 1.torrent, and the download of the distribution you need will still happen, because there is a topic number.

Therefore, we need to again replace the word details with download, make a replacement? Id = for a slash, put a slash at the end and add 1.torrent
Regex in this case will look like this:

2.png

Save and the trick is done, everything took a minimum of time, but how much time it will save. Full version of the pipe can be found here .

And then everything is simple and familiar, we connect tapes to utorrent, put cookies in them and write a rule for what we want to download. If you do not know how to do it, it is enough to read this article.

Source: https://habr.com/ru/post/87757/


All Articles