Прямая ссылка на колабр:
колабрЕсли коротко, то вам сюда:
https://github.com/lotositsh/torrent2googledrive
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/drive/MyDrive/"