Skip to content

Commit

Permalink
- Removed old docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
arno committed Nov 9, 2007
1 parent 2fdc2f6 commit d5d0aa4
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions Tribler/API/Impl/maketorrent.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,25 +26,6 @@

DEBUG = True

#def print_announcelist_details():
# print (' announce_list = optional list of redundant/backup tracker URLs, in the format:')
# print (' url[,url...][|url[,url...]...]')
# print (' where URLs separated by commas are all tried first')
# print (' before the next group of URLs separated by the pipe is checked.')
# print (" If none is given, it is assumed you don't want one in the metafile.")
# print (' If announce_list is given, clients which support it')
# print (' will ignore the <announce> value.')
# print (' Examples:')
# print (' http:https://tracker1.com|http:https://tracker2.com|http:https://tracker3.com')
# print (' (tries trackers 1-3 in order)')
# print (' http:https://tracker1.com,http:https://tracker2.com,http:https://tracker3.com')
# print (' (tries trackers 1-3 in a randomly selected order)')
# print (' http:https://tracker1.com|http:https://backup1.com,http:https://backup2.com')
# print (' (tries tracker 1 first, then tries between the 2 backups randomly)')
# print ('')
# print (' httpseeds = optional list of http-seed URLs, in the format:')
# print (' url[|url...]')

def make_torrent_file(input, userabortflag = None, userprogresscallback = lambda x: None):
""" Create a torrent file from the supplied input.
Expand Down

0 comments on commit d5d0aa4

Please sign in to comment.