From 8a5f8fe07016608b49e276dbfdac969f7437523a Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Sat, 11 Jun 2022 19:04:18 -0600 Subject: [PATCH] dt-10 torrents --- wut-aria-add | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wut-aria-add b/wut-aria-add index 136e203..20b7b8b 100755 --- a/wut-aria-add +++ b/wut-aria-add @@ -11,6 +11,7 @@ path=Path('/srv/dl') #torrents=sorted(list(path.glob('**/satnogs-observations-*/satnogs-observations-*_archive.torrent'))) # Added torrents +# dt-10 torrents=sorted(list(path.glob('**/satnogs-observations-0001?0001-000??0000/satnogs-observations-*_archive.torrent'))) torrents=sorted(list(path.glob('**/satnogs-observations-0002?0001-000??0000/satnogs-observations-*_archive.torrent'))) torrents=sorted(list(path.glob('**/satnogs-observations-0003?0001-000??0000/satnogs-observations-*_archive.torrent'))) @@ -18,10 +19,12 @@ torrents=sorted(list(path.glob('**/satnogs-observations-0004?0001-000??0000/satn torrents=sorted(list(path.glob('**/satnogs-observations-0005?0001-000??0000/satnogs-observations-*_archive.torrent'))) torrents=sorted(list(path.glob('**/satnogs-observations-0006?0001-000??0000/satnogs-observations-*_archive.torrent'))) torrents=sorted(list(path.glob('**/satnogs-observations-0007?0001-000??0000/satnogs-observations-*_archive.torrent'))) +torrents=sorted(list(path.glob('**/satnogs-observations-0008?0001-000??0000/satnogs-observations-*_archive.torrent'))) +torrents=sorted(list(path.glob('**/satnogs-observations-0009?0001-000??0000/satnogs-observations-*_archive.torrent'))) for i in torrents: print(i.name) s.aria2.addTorrent("token:yajnuAdCemNathNojdi", xmlrpclib.Binary(open(i, mode='rb').read())) - time.sleep(3) + time.sleep(10)