https://github.com/little-brother/ds-search-plugin
Search plugin for DSM Download Station on rutracker.org
https://github.com/little-brother/ds-search-plugin
docker download-station dsm rutracker synology tor
Last synced: 3 days ago
JSON representation
Search plugin for DSM Download Station on rutracker.org
- Host: GitHub
- URL: https://github.com/little-brother/ds-search-plugin
- Owner: little-brother
- Created: 2024-03-22T13:54:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-07T14:58:49.000Z (5 months ago)
- Last Synced: 2025-03-29T19:22:27.818Z (27 days ago)
- Topics: docker, download-station, dsm, rutracker, synology, tor
- Language: PHP
- Homepage:
- Size: 4.88 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simple search plugin for [Synology Download Station](https://www.synology.com/en-global/dsm/packages/DownloadStation) with auth/cookies.
There are two problems:
1. The tracker requires auth cookies to download a torrent file;
2. The tracker may not be directly accessible.The solution is the search plugin have to rewrite download links to a mediator that supports requests with cookies and can use a proxy to access to the tracker.
The repository contains a [DLM-plugin](https://github.com/little-brother/ds-search-plugin/tree/master/bt-rutracker) for [rutracker.org](https://rutracker.org) as an example and the [mediator app](https://github.com/little-brother/ds-search-plugin/tree/master/get-proxy) as a docker container. Check [Wiki](https://github.com/little-brother/ds-search-plugin/wiki) for details.