Giter Site home page Giter Site logo

Comments (7)

Michael-IDA avatar Michael-IDA commented on July 21, 2024 2

Due to Torrent file spec, type of announce-list field should be List<List<Tracker>>.

So, please try

tracker_00 = 'http://tracker.opentrackr.org:1337/announce'
tracker_01 = ['http://tracker.dler.org:6969/announce']
tracker_03 = ['http://tracker.opentrackr.org:1337/announce']

with your logic and see if it works.

7sDream,

You obviously never bothered to test your own code, since instead of replying with the proper syntax, you said, “try this.”

As a suggestion, never, ever list this github account on any resume you submit to a potential employer.

You can close this for all I care, I’ll use something else.

from torrent_parser.

7sDream avatar 7sDream commented on July 21, 2024

Sorry for the late reply, it's Chinese Lunar New Year these few days, so I don't have time to check this issue.

I'll take a look tonight.

from torrent_parser.

7sDream avatar 7sDream commented on July 21, 2024

Due to Torrent file spec, type of announce-list field should be List<List<Tracker>>.

So, please try

tracker_00 = 'http://tracker.opentrackr.org:1337/announce'
tracker_01 = ['http://tracker.dler.org:6969/announce']
tracker_03 = ['http://tracker.opentrackr.org:1337/announce']

with your logic and see if it works.

from torrent_parser.

7sDream avatar 7sDream commented on July 21, 2024

Close due to not active.

Feel free to continue this issue if you want.

from torrent_parser.

Michael-IDA avatar Michael-IDA commented on July 21, 2024

Hi 7sDream,

AFAICT my ticket include all of your try requests. All break following saves. That is why I didn’t reply, I figured you’d eventually read my op and chuckle to yourself that the information you wanted was already there.

Since you've closed this, indicating there is no bug, what is the proper syntax variable assignment to change trackers in the announce-list?

Please also add that (and how to change every other torrent value, as most people who would like to use this don’t know python or its syntax) to both your Wiki github provides and the README. Doing so would stop wasting both of ours time.

Best Regards,
Michael

from torrent_parser.

7sDream avatar 7sDream commented on July 21, 2024

This is your code

tracker_00        = "http://tracker.opentrackr.org:1337/announce"
tracker_01        = "http://tracker.dler.org:6969/announce"
tracker_02        = ''
tracker_03a        = 'http://tracker.opentrackr.org:1337/announce'
tracker_03b        = '["http://tracker.opentrackr.org:1337/announce"]'
tracker_03c        = '[http://tracker.opentrackr.org:1337/announce]'
tracker_03d        = "['http://tracker.opentrackr.org:1337/announce']"

This is my suggestion:

tracker_00 = 'http://tracker.opentrackr.org:1337/announce'
tracker_01 = ['http://tracker.dler.org:6969/announce']
tracker_03 = ['http://tracker.opentrackr.org:1337/announce']

Please read it CAREFULLY.

from torrent_parser.

7sDream avatar 7sDream commented on July 21, 2024

image

I'm pretty sure the announce-list can be modified(increased) normally using the code I've given.

This is not the "syntax problem" you mentioned, but you have absolutely no understanding of the format of the torrent file, nor a basic understanding of the Python language.

I have no responsibility or obligation to guide you on how to use my project, and I don't care what project you end up using to accomplish your goals. Because of your arrogant attitude, I have no interest in continuing to communicate with you. Good lucks, and please do not use any of my code anymore.

from torrent_parser.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.