mirror of
https://github.com/Garmelon/PFERD.git
synced 2023-12-21 10:23:01 +01:00
Never use the direct download button, as it is currently broken
This commit is contained in:
parent
fdb57884ed
commit
23bfa42a0d
@ -425,7 +425,8 @@ class IliasCrawler:
|
|||||||
results: List[IliasCrawlerEntry] = []
|
results: List[IliasCrawlerEntry] = []
|
||||||
|
|
||||||
# We can download everything directly!
|
# We can download everything directly!
|
||||||
if len(direct_download_links) == len(video_links):
|
# FIXME: Sadly the download button is currently broken, so never do that
|
||||||
|
if False and len(direct_download_links) == len(video_links):
|
||||||
for link in direct_download_links:
|
for link in direct_download_links:
|
||||||
results += self._crawl_single_video(video_dir_path, link, True)
|
results += self._crawl_single_video(video_dir_path, link, True)
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user