bitmagnet-io / bitmagnet

A self-hosted BitTorrent indexer, DHT crawler, content classifier and torrent search engine with web UI, GraphQL API and Servarr stack integration.
https://bitmagnet.io/
MIT License
2.07k stars 80 forks source link

Add additional Torznab attributes: infohash and magneturl #145

Closed Send8213 closed 4 months ago

Send8213 commented 4 months ago

Have you checked the roadmap on the website, and existing issues, before opening a duplicate issue? Yes

Is your feature request related to a problem? Please describe. The Torznab endpoint is missing a few Torznab attributes that bitmagnet should already have available when it builds the magnet link for the enclosure field.

Describe the solution you'd like Add the infohash and magneturl attributes to the Torznab endpoint.

Describe alternatives you've considered Parsing them out of the magnet link in the enclosure field manually on the client side.

Additional context None.