mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-10 02:18:41 +00:00
fix download_torrent_from_url
This commit is contained in:
parent
7b1fc47f99
commit
306961ed75
1 changed files with 3 additions and 0 deletions
|
@ -22,9 +22,12 @@
|
||||||
# Boston, MA 02110-1301, USA.
|
# Boston, MA 02110-1301, USA.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
import os
|
||||||
import time
|
import time
|
||||||
|
import urllib
|
||||||
import hashlib
|
import hashlib
|
||||||
import logging
|
import logging
|
||||||
|
import tempfile
|
||||||
|
|
||||||
from twisted.internet.defer import Deferred
|
from twisted.internet.defer import Deferred
|
||||||
from twisted.web import http, resource, server
|
from twisted.web import http, resource, server
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue