Open RehanPlayz opened 3 years ago
Sorry I have no time for this. If someone else is interested, please welcome to work on it. Else I will close this issue in a couple of weeks.
You can just create a new cell with this code, to make a zip file out of the "Skillshare" folder:
!zip -r /content/file.zip /content/Skillshare
Then you could either download it manually (just right click "file.zip" and press "Download") or you can add the following code, as mentioned in the SO-post:
from google.colab import files
files.download("/content/file.zip")
I tried it and it zipped the folder, however the automatic download didn't work, but thats not a problem.
the title says it all