Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ezpuzz/rutorrent-remote-adder
add a torrent file to rutorrent from any site with one click.
https://github.com/ezpuzz/rutorrent-remote-adder
Last synced: about 1 month ago
JSON representation
add a torrent file to rutorrent from any site with one click.
- Host: GitHub
- URL: https://github.com/ezpuzz/rutorrent-remote-adder
- Owner: ezpuzz
- Created: 2013-07-30T01:26:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-23T06:31:29.000Z (over 9 years ago)
- Last Synced: 2023-03-24T12:10:40.399Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 264 KB
- Stars: 1
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
rutorrent-remote-adder, add a torrent file to rutorrent from torrent site. [![Build Status](https://travis-ci.org/ezpuzz/rutorrent-remote-adder.svg?branch=master)](https://travis-ci.org/ezpuzz/rutorrent-remote-adder)
================================================================This is *was* part of the [Saber](https://github.com/SaberSalv/saber) project, but you can use this alone.
> Support sites: What, PTP, BTN, SCC, BIB, AB, bB, TPB, Demonoid, D-Addicts
> Support BT clients: rutorrent
**Features**:
- Works with both Firefox and Chrome
- add a torrent with custom label per-siteGetting started
---------------### What is it?
It adds two icons near the download link of the torrents, after click, it'll send the torrent file to rutorrent with label set in your configuration.
![Alt text](https://raw.githubusercontent.com/ezpuzz/rutorrent-remote-adder/master/snapshot.jpg "snapshot")
Development
===========Setup Development Environment
--------------------------$ bundle install
Build dist
$ bundle exec rakep build
Run tests
$ bundle exec rakep server
# goto localhost:9090/tests/index.htmlContributing
-------------* Submit any bugs/features/ideas to github issue tracker.
Pull requests are very welcome! Please try to follow these simple rules if applicable:
* Please create a topic branch for every separate change you make.
* Make sure your patches are well tested.Contributors
------------@SaberSalv (original version saber-addtorrent)
* [rutorrent](https://github.com/Novik/ruTorrent): Yet another web front-end for rTorrent.
Copyright
---------(the MIT License)
Portions Copyright (c) 2011-2012 Saber
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.