mirror of
https://github.com/Garmelon/PFERD.git
synced 2025-09-09 22:22:26 +02:00
Move download strategies to downloader
Also fixes an issue where the downloader didn't mark files that were not downloaded due to the strategy used.
This commit is contained in:
@@ -4,5 +4,6 @@ Synchronizing files from ILIAS instances (https://www.ilias.de/).
|
||||
|
||||
from .authenticators import IliasAuthenticator, KitShibbolethAuthenticator
|
||||
from .crawler import IliasCrawler, IliasDirectoryFilter
|
||||
from .download_strategies import *
|
||||
from .downloader import IliasDownloader
|
||||
from .downloader import (IliasDownloader, IliasDownloadInfo,
|
||||
IliasDownloadStrategy, download_everything,
|
||||
download_modified_or_new)
|
||||
|
Reference in New Issue
Block a user