Description
This colab script will help you to download any skillshare courses to your google drive account without premium skillshare account.
Requirements
Instructions/Installation/Usage
Click below open in colab button.
Step 1: Mount the gogle drive
Open Runtime and change runtime type to GPU ( be sure that you are using Python 3).
after this you look at the right and press connect, choose hosted runtime
wait until ok
Go to left side bar and choose Files in menu and MOUNT DRIVE
Execute that script and you will get the link to auth your account. Click the link, select your account that you want to use as a google drive storage. Allow the permission and you will get the code to auth your Gdrive. Copy the code, back to your Notebook, paste the code in the box under the sentence ‘Enter your authorization code:’, then click enter.
If is ok you will see you will see your drive in the sidebar by expand ‘drive’ folder
Step 2 : install the required requirements by running the cell
now paste any skillshare course link in second cell course link input box then run it.
you can see a new data folder created. (click the refresh button in colab if it doesn’t show up). your all downloaded courses save here.
Now run the last cell to move the downloaded course to your drive.
Bugs so far
It’s working fine as I used.
Note
I have found it somewhere but I have made some modifications. Credit to the original script writer.
0 Comments