DzenIT

HOME ZEN IT SOFT APK LIVE GAME OTHER W CONTACT SEARCH

Используем колабр для скачивания торрента на свой гугл диск

Прямая ссылка на колабр:

колабр

Если коротко, то вам сюда:

https://github.com/lotositsh/torrent2googledrive

colabr torrent

UPD

  from google.colab import drive
  drive.mount("/content/drive")
%cd /content/drive/MyDrive/
!apt install -y aria2
  !aria2c --seed-time=0 --bt-enable-lpd=true --max-connection-per-server=16 --max-concurrent-downloads=16 --bt-max-peers=200 --summary-interval=60 -d "/content/drive/MyDrive/" \
  "magnet:link"
!aria2c "file.torrent" --follow-torrent=mem --seed-time=0 --bt-max-peers=200 -d "/content/"
!rsync -av /content/Mewgenics-InsaneRamZes /content/drive/MyDrive/
#copy folder 2 gdrive
!du -h /content/Mewgenics-InsaneRamZes
#size
#no compress
!7z a -t7z -mx=0 -p'password' -v2g archive_name.7z /content/Foldername
#compress
!7z a -t7z -mx=5 -mhe=on -p'H5045zdK6pw"' -v2g archive1.7z /content/Foldername
#copy2ddrive
!cp *.7z* /content/drive/MyDrive/