Commit Graph
9 Commits
Author SHA1 Message Date
ModerateWinGuy 0157f462cc reformatting
formatting_check / formatting_check (push) Failing after 3s
Python Test / test (.ps1, windows-latest, 3.9) (push) Has been cancelled
Python Test / test (.sh, macos-latest, 3.9) (push) Has been cancelled
Python Test / test (.sh, ubuntu-latest, 3.9) (push) Has been cancelled
2026-07-14 21:32:55 +12:00
ModerateWinGuy 9e61d18bf6 feat(UI): initial working frontend UI 2025-10-09 17:12:55 +13:00
OMEGARAZER cf5f7bfd16 pep585 and pathlib updates 2023-01-25 22:23:59 -05:00
Serene-Arc 8f17bcf43b Modify code to accept pluggable logging handlers 2023-01-08 15:21:57 +10:00
OMEGARAZER 83f45e7f60 Standardize shebang and coding declaration
Standardizes shebang and coding declarations.

Coding matches what's used by install tools such as pip(x).

Removes a few init files that were not needed.
2022-12-19 18:32:37 -05:00
OMEGARAZER ac91c9089c Add 5xx soft fail for clone/archive 2022-12-10 21:19:29 -05:00
Serene-Arc 0873a4a2b2 Format according to the black standard 2022-12-03 15:11:17 +10:00
Serene-Arc 87104e7e6a Catch exceptions in cloner 2022-11-24 10:48:17 +10:00
SereneandGitHub 434aeb8feb Add a combined command for the archiver and downloader: clone (#433)
* Simplify downloader function

* Add basic scraper class

* Add "scrape" command

* Rename "scrape" command to "clone"

* Add integration tests for clone command

* Update README

* Fix failing test
2021-06-06 13:29:09 +03:00