Merge pull request #2292 from DoumanAsh/legit_torrents_small_fix

Small fix of import in legittorrents engine
This commit is contained in:
sledgehammer999 2014-12-16 22:30:06 +02:00
commit f43d8f1139
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
#VERSION: 1.02
#VERSION: 1.03
#AUTHORS: Christophe Dumez (chris@qbittorrent.org)
# Redistribution and use in source and binary forms, with or without
@ -28,7 +28,7 @@
from novaprinter import prettyPrinter
from helpers import retrieve_url, download_file
import sgmllib
import sgmllib3 as sgmllib
import re
class legittorrents(object):

View file

@ -4,4 +4,4 @@ piratebay: 2.01
extratorrent: 1.2
kickasstorrents: 1.25
btdigg: 1.23
legittorrents: 1.02
legittorrents: 1.03