uniform-turquoiseU

Customize which values return and order of table columns for each run

I'd like to customize the order of the columns I get from each run of the YouTube scraper.

So JSON return would be:
"title":
"text":
"date":
"viewcount":
"duration":
"url":

And let's just say that's all I want. Just that, and that's all I want.

I can't seem to find a really crystal clear, simple example of how to customize my scrape to get specifically a table of records with only these values in this specific order each time.

Can anyone point me in the right direction?

Thanks!
Was this page helpful?