@@ -67,11 +67,9 @@ description rST string (s
6767---------------------------------- ---------------------------------- ----------------------------------
6868speakers array of strings
6969---------------------------------- ---------------------------------- ----------------------------------
70- thumbnail_url string
71- ---------------------------------- ---------------------------------- ----------------------------------
7270title string
7371---------------------------------- ---------------------------------- ----------------------------------
74- recorded string (YYYY-MM-DD )
72+ recorded string ISO 8601 (2025-05-19T16:55:00-0500 )
7573---------------------------------- ---------------------------------- ----------------------------------
7674videos array of objects
7775================================== ================================== ==================================
@@ -91,6 +89,10 @@ quality_notes string
9189---------------------------------- ---------------------------------- ----------------------------------
9290related_urls array of strings
9391---------------------------------- ---------------------------------- ----------------------------------
92+ summary array of strings
93+ ---------------------------------- ---------------------------------- ----------------------------------
94+ thumbnail_url string
95+ ---------------------------------- ---------------------------------- ----------------------------------
9496tags array of strings (see below)
9597================================== ================================== ==================================
9698
@@ -251,7 +253,7 @@ For a full schema of a category JSON object, please see https://github.com/pyvid
251253Creating Data From Youtube Channel
252254~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
253255
254- * Create some basic data from a youtube list with `pyvideo_scrape `_ (See it's README)
256+ * Create some basic data from a youtube list with `pyvideo_scrape `_ (See its README)
255257* Find created git branch and directory, and fill in missing data with `pyvideo_lektor `_ (See it's README)
256258
257259.. _`pyvideo_scrape` : https://github.com/pyvideo/pyvideo_scrape
0 commit comments