mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-13 07:55:05 +02:00
fix another bad search and replace
This commit is contained in:
parent
4f966c5ee2
commit
ad730f5259
1 changed files with 3 additions and 3 deletions
|
|
@ -286,7 +286,7 @@ class Pferd(Location):
|
||||||
password {Optional[str]} -- The SCC password. If none is given, it will prompt
|
password {Optional[str]} -- The SCC password. If none is given, it will prompt
|
||||||
the user. (default: {None})
|
the user. (default: {None})
|
||||||
download_strategy {DownloadStrategy} -- A function to determine which files need to
|
download_strategy {DownloadStrategy} -- A function to determine which files need to
|
||||||
be downloaded. Can save bandwidth and reduce the number of httpx.
|
be downloaded. Can save bandwidth and reduce the number of requests.
|
||||||
(default: {download_modified_or_new})
|
(default: {download_modified_or_new})
|
||||||
clean {bool} -- Whether to clean up when the method finishes.
|
clean {bool} -- Whether to clean up when the method finishes.
|
||||||
timeout {int} -- The download timeout for opencast videos.
|
timeout {int} -- The download timeout for opencast videos.
|
||||||
|
|
@ -339,7 +339,7 @@ class Pferd(Location):
|
||||||
transform {Transform} -- A transformation function for the output paths. Return None
|
transform {Transform} -- A transformation function for the output paths. Return None
|
||||||
to ignore a file. (default: {lambdax:x})
|
to ignore a file. (default: {lambdax:x})
|
||||||
download_strategy {DivaDownloadStrategy} -- A function to determine which files need to
|
download_strategy {DivaDownloadStrategy} -- A function to determine which files need to
|
||||||
be downloaded. Can save bandwidth and reduce the number of httpx.
|
be downloaded. Can save bandwidth and reduce the number of requests.
|
||||||
(default: {diva_download_new})
|
(default: {diva_download_new})
|
||||||
clean {bool} -- Whether to clean up when the method finishes.
|
clean {bool} -- Whether to clean up when the method finishes.
|
||||||
file_conflict_resolver {FileConflictResolver} -- A function specifying how to deal
|
file_conflict_resolver {FileConflictResolver} -- A function specifying how to deal
|
||||||
|
|
@ -397,7 +397,7 @@ class Pferd(Location):
|
||||||
transform {Transform} -- A transformation function for the output paths. Return None
|
transform {Transform} -- A transformation function for the output paths. Return None
|
||||||
to ignore a file. (default: {lambdax:x})
|
to ignore a file. (default: {lambdax:x})
|
||||||
download_strategy {DivaDownloadStrategy} -- A function to determine which files need to
|
download_strategy {DivaDownloadStrategy} -- A function to determine which files need to
|
||||||
be downloaded. Can save bandwidth and reduce the number of httpx.
|
be downloaded. Can save bandwidth and reduce the number of requests.
|
||||||
(default: {diva_download_new})
|
(default: {diva_download_new})
|
||||||
clean {bool} -- Whether to clean up when the method finishes.
|
clean {bool} -- Whether to clean up when the method finishes.
|
||||||
file_conflict_resolver {FileConflictResolver} -- A function specifying how to deal
|
file_conflict_resolver {FileConflictResolver} -- A function specifying how to deal
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue