mirror of
https://github.com/Garmelon/PFERD.git
synced 2023-12-21 10:23:01 +01:00
Remove finished TODOs
This commit is contained in:
parent
c2b14f3db9
commit
dc964a9d98
@ -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.
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user