Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trackerless torrent #3

Closed
sergeevabc opened this issue Mar 19, 2020 · 3 comments
Closed

Trackerless torrent #3

sergeevabc opened this issue Mar 19, 2020 · 3 comments
Labels
enhancement New feature or request

Comments

@sergeevabc
Copy link

How do I create one?
It’s a requirement of some site which modifies created .torrent later by own means.

@rsnitsch
Copy link
Owner

This is currently not supported by py3createtorrent.

And for the time being I have no time to implement this. But I will keep this issue open so it will be on my TODO list.

@rsnitsch rsnitsch added the enhancement New feature or request label Mar 30, 2020
@rsnitsch
Copy link
Owner

rsnitsch commented Jul 25, 2020

@sergeevabc I am currently implementing this. If you like you can test it by downloading the current version from the develop branch (unstable): https://github.com/rsnitsch/py3createtorrent/archive/develop.zip

In this version, specifying trackers is optional with the -t commandline switch. See: https://py3createtorrent.readthedocs.io/en/develop/user.html#specifying-trackers-t-trackers. And if you don't specify any tracker, it will create a trackerless torrent.

You can optionally provide bootstrap DHT nodes with --nodes, but I don't know if that's necessary in practice. Maybe a trackerless torrent works without bootstrap DHT nodes, maybe not. It probably depends on the client. I have not tested it. Feedback is highly welcome.

@rsnitsch
Copy link
Owner

The requested feature has been implemented, therefore closing this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants