mirror of
https://github.com/Watchful1/PushshiftDumps.git
synced 2025-07-03 19:06:39 -04:00
Add torrent command
This commit is contained in:
parent
d442ef991c
commit
5e1642cea0
1 changed files with 3 additions and 0 deletions
|
@ -212,6 +212,9 @@ def process(queue, base_folder, month, file_type, type_stages, reddit_username,
|
|||
discord_logging.flush_discord()
|
||||
|
||||
log.warning(f"{file_type}: {file_type} all steps complete")
|
||||
|
||||
log.info(f'torrenttools create -a "https://academictorrents.com/announce.php" -c "Reddit comments and submissions from {month}" --include ".*(comments|submissions).*R._{month}.zst$" -o reddit_{month}.torrent reddit')
|
||||
|
||||
discord_logging.flush_discord()
|
||||
|
||||
# for stage, status in type_stages.items():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue