dt-10 torrents

master
Jeff Moe 2022-06-11 19:04:18 -06:00
parent 5e987198bc
commit 8a5f8fe070
1 changed files with 4 additions and 1 deletions

View File

@ -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)