- March 2, 2008
- 18
- 0
Well I did my little rss parser/torrent downloader. For now it uses a parsing approach. Give it a rss feed, then give it text and it'll try to find the text in the torrents. If it finds it, it'll launch the torrents with the associated program.
It's like 0.1 alpha, but it works for me. For example we could have the following feed :
BitTorrent Files for [Ayako] Anime
The text we're going to search there is kanokon|1024. the | is the separation operator. It means that it will search for kanokon and 1024 in the filename, so it will only take the HD version of the anime.
This thing is done with access, and I can upload it if some people want it. But it's not very user friendly ^^
It's like 0.1 alpha, but it works for me. For example we could have the following feed :
BitTorrent Files for [Ayako] Anime
The text we're going to search there is kanokon|1024. the | is the separation operator. It means that it will search for kanokon and 1024 in the filename, so it will only take the HD version of the anime.
This thing is done with access, and I can upload it if some people want it. But it's not very user friendly ^^