mirror of
https://github.com/Garmelon/PFERD.git
synced 2025-08-14 03:22:28 +02:00
Remove finished TODOs
This commit is contained in:
@@ -14,7 +14,6 @@ from urllib.parse import (parse_qs, urlencode, urljoin, urlparse, urlsplit,
|
|||||||
import bs4
|
import bs4
|
||||||
import requests
|
import requests
|
||||||
|
|
||||||
from ..cookie_jar import CookieJar
|
|
||||||
from ..utils import PrettyLogger, soupify
|
from ..utils import PrettyLogger, soupify
|
||||||
from .authenticators import IliasAuthenticator
|
from .authenticators import IliasAuthenticator
|
||||||
from .date_demangler import demangle_date
|
from .date_demangler import demangle_date
|
||||||
@@ -29,9 +28,6 @@ IliasDirectoryFilter = Callable[[Path], bool]
|
|||||||
class IliasCrawler:
|
class IliasCrawler:
|
||||||
# pylint: disable=too-few-public-methods
|
# 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.
|
A crawler for ILIAS.
|
||||||
"""
|
"""
|
||||||
|
Reference in New Issue
Block a user