mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-21 03:12:21 +08:00
Merge pull request #2292 from DoumanAsh/legit_torrents_small_fix
Small fix of import in legittorrents engine
This commit is contained in:
commit
f43d8f1139
@ -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):
|
||||
|
@ -4,4 +4,4 @@ piratebay: 2.01
|
||||
extratorrent: 1.2
|
||||
kickasstorrents: 1.25
|
||||
btdigg: 1.23
|
||||
legittorrents: 1.02
|
||||
legittorrents: 1.03
|
||||
|
Loading…
Reference in New Issue
Block a user