How to download youtube videos and data from Github repository directly to my notebook?
Kindly sue the below code to import data from GitHub repository into Jupyter Notebook:
- Click on the file you want to download. A preview of the file will open.
- You will find a tab "Raw" or "Download" to the upper right of the file. Click on it.
- Now a ulr will open that says something like this: https://raw.githubusercontent.com/jbrown......
4.Copy this url and paste in pd.read_csv to download it.
For downloading Youtube videos:
- First, run the below code in the Jupyter Notebook:
!pip install --upgrade youtube-dl
Comments
0 comments
Article is closed for comments.