display downloadable files
Compare changes
- s214735 authored
+ 42
− 0
@@ -62,6 +62,34 @@ class Downloader:
@@ -231,3 +259,17 @@ def _extract_names(name: str = None):
When making the notebook where I included the Downloader class, I noticed it was not possible to easily display the downloadable files. In this branch I have mad a class function that prints the info in a nice format - it collects it from the page, so it updates, when more data is added.