Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 899 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 899 Bytes

youtubemeta

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.