mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-28 21:38:51 +03:00
Small fix of import in legittorrents engine
This commit is contained in:
parent
159f5dc06d
commit
722f1aaee8
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
#VERSION: 1.02
|
#VERSION: 1.03
|
||||||
#AUTHORS: Christophe Dumez (chris@qbittorrent.org)
|
#AUTHORS: Christophe Dumez (chris@qbittorrent.org)
|
||||||
|
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
from novaprinter import prettyPrinter
|
from novaprinter import prettyPrinter
|
||||||
from helpers import retrieve_url, download_file
|
from helpers import retrieve_url, download_file
|
||||||
import sgmllib
|
import sgmllib3 as sgmllib
|
||||||
import re
|
import re
|
||||||
|
|
||||||
class legittorrents(object):
|
class legittorrents(object):
|
||||||
|
|
|
@ -4,4 +4,4 @@ piratebay: 2.01
|
||||||
extratorrent: 1.2
|
extratorrent: 1.2
|
||||||
kickasstorrents: 1.25
|
kickasstorrents: 1.25
|
||||||
btdigg: 1.23
|
btdigg: 1.23
|
||||||
legittorrents: 1.02
|
legittorrents: 1.03
|
||||||
|
|
Loading…
Reference in a new issue