mirror of
https://github.com/Watchful1/PushshiftDumps.git
synced 2025-07-03 10:56:40 -04:00
Fix torrent command
This commit is contained in:
parent
314ed1f1c9
commit
a7df1d8609
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ def process(queue, base_folder, month, file_type, type_stages, reddit_username,
|
|||
|
||||
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')
|
||||
log.info(f'torrenttools create -a "https://academictorrents.com/announce.php" -c "Reddit comments and submissions from 20{month}" --include ".*(comments|submissions).*R._20{month}.zst$" -o reddit_20{month}.torrent reddit')
|
||||
|
||||
discord_logging.flush_discord()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue