mirror of
https://github.com/ngosang/trackerslist.git
synced 2026-04-28 10:55:53 +03:00
[GH-ISSUE #221] Missing leechers-paradise.org ? #191
Labels
No labels
bug
enhancement
help wanted
pull-request
question
waiting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/trackerslist-ngosang#191
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Originally created by @Fluffkin on GitHub (Jan 27, 2020).
Original GitHub issue: https://github.com/ngosang/trackerslist/issues/221
I see a note at https://github.com/ngosang/trackerslist/issues/182 that a duplicate dns entry for udp://tracker.leechers-paradise.org:6969/announce got fixed, but now I see neither "open-internet.nl" or "leechers-paradise.org" in the trackers_all.txt list.
Did the fix manage to wipe out both entries?
@Fluffkin commented on GitHub (Feb 1, 2020):
And now I see it's back, along with a bunch of duplicate IP's in the trackers_all_ip list (on the 30th Jan 2020). As far as I could be bothered to check by a line count, more than one duplicate.
For those struggling with the duplicates:
perl -i -ne 'print if ! $x{$_}++' trackers_all_ip.txtWill strip out the dupes but leave the sort order intact.
@ngosang commented on GitHub (Feb 2, 2020):
udp://tracker.leechers-paradise.org:6969/announceis up and running.About duplicate IPs => https://github.com/ngosang/trackerslist/issues/222#issuecomment-581169684