Ticker

6/recent/ticker-posts

Advertisement

Method to Download Any Skillshare Premium Course using Google Colab (no Skillshare account needed)

 

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.

 3.4k

Step 1: Mount the gogle drive
Open Runtime and change runtime type to GPU ( be sure that you are using Python 3).
image
after this you look at the right and press connect, choose hosted runtime
image
wait until ok
image
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.
image
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.

Post a Comment

0 Comments