mitchelljy / Trending-YouTube-Scraper

Python script that scrapes the currently trending YouTube videos in a variety of countries
BSD 2-Clause "Simplified" License
311 stars 158 forks source link

Scrap trending videos from the past #3

Open timle3 opened 4 years ago

timle3 commented 4 years ago

Hi,

I came across this youtube scraper from kaggle and think it's the perfect script to get relevant information about current trending videos on youtube. However, I was wondering if there's a way to get trending videos from the past? The kaggle dataset is not up to date and I would like to create a new dataset for a project that I'm doing for school. Is there any way to do that with this script?

devianpctek commented 4 years ago

Hi,

I came across this youtube scraper from kaggle and think it's the perfect script to get relevant information about current trending videos on youtube. However, I was wondering if there's a way to get trending videos from the past? The kaggle dataset is not up to date and I would like to create a new dataset for a project that I'm doing for school. Is there any way to do that with this script?

I don't think you can do that, but try searching here Youtube API, at least I didn't find any "date" related that you can use to get the videos

rsrishav commented 4 years ago

Not possible.