-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add web-seed(s) to magnet link #186
Conversation
Please include a unit test for the code. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, there are number of issues with your code. Including invalid variables and code that will lead to errors and exceptions in most cases.
This is why you should always include a unit-test with submitted PR's
I think this works for a single entry, not sure about multiple or a list
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a single line that needs modification before testing can resume.
removed superfluous test and modified another for it to work properly.
Removed 2 subbranches in order to pass cyclomancy test
I think this is all that's needed to add web seeds to magnet links.
Not tested because I don't understand Python packaging yet.