pferd/PFERD
Joscha f776186480 Use PurePath instead of Path
Path should only be used when we need to access the file system. For all other
purposes (mainly crawling), we use PurePath instead since the paths don't
correspond to paths in the local file system.
2021-04-29 20:20:25 +02:00
..
crawlers Use PurePath instead of Path 2021-04-29 20:20:25 +02:00
ilias Retry on more I/O Errors 2021-04-13 11:43:22 +02:00
__init__.py Jerry-rig DummyCrawler to run 2021-04-29 13:45:04 +02:00
authenticators.py Resolve a few pylint warnings 2020-12-30 14:45:46 +01:00
conductor.py Test and fix exclusive output 2021-04-29 15:27:16 +02:00
config.py Load and dump config 2021-04-29 09:51:50 +02:00
cookie_jar.py Pass string down to FileCookieJar 2020-08-12 09:09:14 +02:00
crawler.py Use PurePath instead of Path 2021-04-29 20:20:25 +02:00
diva.py Fetch correct diva playlist id 2020-05-11 00:25:34 +02:00
download_summary.py Sort download summary 2020-11-17 21:36:04 +01:00
downloaders.py Add a download progress bar 2020-05-08 17:09:56 +02:00
errors.py Retry on more I/O Errors 2021-04-13 11:43:22 +02:00
ipd.py Also crawl .c/.java/.zip from IPD page 2021-02-09 12:30:59 +01:00
limiter.py Simplify Limiter implementation 2021-04-29 20:20:25 +02:00
location.py Satisfy pyling. Useful docstrings? Not quite sure. 2020-04-23 20:35:59 +02:00
logging.py Resolve a few pylint warnings 2020-12-30 14:45:46 +01:00
organizer.py Resolve a few pylint warnings 2020-12-30 14:45:46 +01:00
pferd.py Jerry-rig DummyCrawler to run 2021-04-29 13:45:04 +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 Reflect totality of sanitize_windows_path in return type 2021-04-19 11:10:02 +02:00
transformer.py Use PurePath instead of Path 2021-04-29 20:20:25 +02:00
utils.py Fix mypy errors 2021-04-29 15:47:52 +02:00