[piratebay] AUTHORS up to date, pyflakes runs
This commit is contained in:
parent
0fef303764
commit
4769b117a1
3 changed files with 1 additions and 6 deletions
2
AUTHORS
2
AUTHORS
|
|
@ -26,7 +26,7 @@ Xavier Guerrin <xavier@tuxfamily.org>
|
||||||
* CrAgr backend maintainer.
|
* CrAgr backend maintainer.
|
||||||
|
|
||||||
Julien Veyssier <julien.veyssier@aiur.fr>
|
Julien Veyssier <julien.veyssier@aiur.fr>
|
||||||
* CreditMutuel, Geolocip and Ipinfodb backends maintainer.
|
* CreditMutuel, Geolocip, Ipinfodb, Piratebay backends maintainer.
|
||||||
|
|
||||||
Laurent Bachelier <laurent@bachelier.name>
|
Laurent Bachelier <laurent@bachelier.name>
|
||||||
* Various contributions.
|
* Various contributions.
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,6 @@
|
||||||
|
|
||||||
from weboob.capabilities.torrent import ICapTorrent
|
from weboob.capabilities.torrent import ICapTorrent
|
||||||
from weboob.tools.backend import BaseBackend
|
from weboob.tools.backend import BaseBackend
|
||||||
from weboob.tools.value import ValuesDict, Value
|
|
||||||
|
|
||||||
from .browser import PiratebayBrowser
|
from .browser import PiratebayBrowser
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,13 +16,9 @@
|
||||||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
|
|
||||||
import re
|
|
||||||
from logging import warning, debug
|
|
||||||
|
|
||||||
from weboob.tools.misc import html2text
|
|
||||||
from weboob.tools.browser import BasePage
|
from weboob.tools.browser import BasePage
|
||||||
from weboob.capabilities.torrent import Torrent
|
from weboob.capabilities.torrent import Torrent
|
||||||
from weboob.capabilities.base import NotLoaded
|
|
||||||
|
|
||||||
|
|
||||||
__all__ = ['TorrentsPage']
|
__all__ = ['TorrentsPage']
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue