From dc964a9d9834f53fea1866c374aa2ec08704eeed Mon Sep 17 00:00:00 2001 From: I-Al-Istannen Date: Thu, 23 Apr 2020 13:30:34 +0200 Subject: [PATCH] Remove finished TODOs --- PFERD/ilias/crawler.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/PFERD/ilias/crawler.py b/PFERD/ilias/crawler.py index 34d7952..ad95d35 100644 --- a/PFERD/ilias/crawler.py +++ b/PFERD/ilias/crawler.py @@ -14,7 +14,6 @@ from urllib.parse import (parse_qs, urlencode, urljoin, urlparse, urlsplit, import bs4 import requests -from ..cookie_jar import CookieJar from ..utils import PrettyLogger, soupify from .authenticators import IliasAuthenticator from .date_demangler import demangle_date @@ -29,9 +28,6 @@ IliasDirectoryFilter = Callable[[Path], bool] class IliasCrawler: # pylint: disable=too-few-public-methods - # TODO use the filter as appropriate - # TODO log the things that were discovered to the console on INFO - """ A crawler for ILIAS. """