add script to inject custom tracker #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "K-RT/chunk-download-management:trackerInyector"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This pull request adds a script that injects, into the main README.md, a tracker defined in official_tracker.txt for each magnet link. Each tracker is added only once, preventing duplicates.
Additionally, a script has been added that generates a curated list of all infohashes from the README.md. This list is useful for configuring the tracker (in another repo) using a whitelist of allowed torrents.
Since there are multiple scripts and the execution order matters, run_all.py has been created to run each script in the correct sequence.
After merging the PR (if everything looks good), remember to run run_all.py to properly inject the tracker in all the respective places.
all goodie! thank you