youtubemeta

October 27, 2020 ยท View on GitHub

Download data from YouTube channels - Video titles, view counts, dates, and URLs

To get started

pip install youtubemeta

Then import the module and run for the channel

import youtubemeta  
metadata = youtubemeta.scrape('CHANNEL_NAME')

Arguments

--write    write to CSV
--path     specify custom path and filename for the csv

CC0
To the extent possible under law, the author has waived all copyright and related or neighboring rights to youtubemeta.