mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 07:25:04 +02:00
Never use the direct download button, as it is currently broken
This commit is contained in:
parent
fdb57884ed
commit
23bfa42a0d
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue