mirror of
https://github.com/leoherzog/TorrentParts.git
synced 2026-01-23 19:58:03 -08:00
Add Tracker URLs
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<body>
|
||||
|
||||
<div class="form-group">
|
||||
<label class="col-form-label" for="magnet">Magnet URL</label>
|
||||
<label class="col-form-label" for="magnet">URL</label>
|
||||
<input id="magnet" type="text" class="form-control" placeholder="magnet:?xt=urn:btih…" />
|
||||
<div>or</div>
|
||||
<label class="col-form-label" for="torrent">Upload Torrent</label>
|
||||
@@ -36,6 +36,11 @@
|
||||
<input id="hash" type="text" class="form-control" value="" placeholder="" disabled/>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label class="col-form-label" for="trackers">Tracker URLs</label>
|
||||
<div id="trackers"></div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label class="col-form-label" for="files">Files <span id="torrentSize"></span></label>
|
||||
<table id="files">
|
||||
|
||||
Reference in New Issue
Block a user