pferd/PFERD
I-Al-Istannen a3e1864a26 Allow long paths on windows
If you start PFERD a few folders deep in your home directory, it is
quite easy to reach the maximum path length limit on Windows (260
chars). This patch opts in to long paths ("\\?\" prefix) which lift that
restriction at the cost of ugly path names.
2020-07-25 13:44:49 +02:00
..
ilias Fix HTML file downloading 2020-07-15 15:12:14 +02:00
__init__.py Move logging into its own file 2020-04-25 20:02:01 +02:00
authenticators.py Try to add support for Shibboleth TFA token 2020-05-08 21:52:51 +02:00
cookie_jar.py Listen to pylint and mypy 2020-04-20 17:44:58 +00:00
diva.py Fetch correct diva playlist id 2020-05-11 00:25:34 +02:00
download_summary.py Make DownloadSummary private, provide property accessors 2020-06-26 17:30:45 +02:00
downloaders.py Add a download progress bar 2020-05-08 17:09:56 +02:00
errors.py Correctly type hint swallow_and_print_errors decorator 2020-05-12 21:03:53 +02:00
location.py Satisfy pyling. Useful docstrings? Not quite sure. 2020-04-23 20:35:59 +02:00
logging.py Use pretty logger for summaries 2020-06-26 17:24:36 +02:00
organizer.py Allow long paths on windows 2020-07-25 13:44:49 +02:00
pferd.py Also add personal_desktop to download summary 2020-07-15 22:47:44 +02:00
progress.py Use transient progessbar 2020-06-25 18:03:12 +02:00
tmp_dir.py Extract Location into separate file 2020-04-23 17:38:28 +00:00
transform.py Remove walrus to lower needed python version 2020-05-08 21:21:33 +02:00
utils.py Add a download progress bar 2020-05-08 17:09:56 +02:00