ImPeekaboo / mytools

Jupyter notebook for google colab that can download files from download site like gofile mega and others, torrent, youtube. And you can transfer your download results to your cloud drive.
11 stars 3 forks source link

Magnet link downloading but not uploading to the drive #2

Open gevin456 opened 8 months ago

gevin456 commented 8 months ago

Hi , Magnet link captured and starts to download, but it not showing in the google drive. Please help,

ImPeekaboo commented 8 months ago

First you need to mount your google drive, then you can copy the files with command on colab cell like this:

!cp /content/downloads/your_file_path /content/your_mounted_gdrive_path

Downloaded torrent file must be on this path /content/downloads Or you can use rclone with your rclone config that have your google drive remote, then just input your source path and destination path for rclone copy

gevin456 commented 8 months ago

Hello impeekaboo,

i am new to the python or colab labs, please help me to where to put this code

  1. does it include in the end of the google mount code ?
  2. does it include in the end of the libtorrent code ?

much appreciated your help.

Thanks