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

Support Multiple Torrent Scraping #19

Closed
7 tasks done
lewisgoddard opened this issue Jan 7, 2016 · 1 comment
Closed
7 tasks done

Support Multiple Torrent Scraping #19

lewisgoddard opened this issue Jan 7, 2016 · 1 comment

Comments

@lewisgoddard
Copy link
Member

See https://wiki.vuze.com/w/Scrape#Tracker_Scrape_Convention

  • In once.sanitise.tracker.php, explode the _GET parameters.
  • Loop through parameters, storing every info_hash in an array.
  • Sanitise the parameters with maybe_binary_to_hex
  • Set the first one as $peer['info_hash'] for announce.
  • Set $peer['info_hashes'] as the full array for scrape.
  • Modify function.torrent.scrape.php to loop through the array for the WHERE caluse.
  • Modify the same file to loop through results for each of the three output formats.
@lewisgoddard
Copy link
Member Author

Finished in 2b61615

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant