Skip to content

Commit 9ebac2d

Browse files
authored
Merge pull request #1231 from bengerman13/bb/contributing-updates
docs: update CONTRIBUTING.rst
2 parents 6931a88 + 500b10a commit 9ebac2d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

CONTRIBUTING.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,9 @@ description rST string (s
6767
---------------------------------- ---------------------------------- ----------------------------------
6868
speakers array of strings
6969
---------------------------------- ---------------------------------- ----------------------------------
70-
thumbnail_url string
71-
---------------------------------- ---------------------------------- ----------------------------------
7270
title string
7371
---------------------------------- ---------------------------------- ----------------------------------
74-
recorded string (YYYY-MM-DD)
72+
recorded string ISO 8601 (2025-05-19T16:55:00-0500)
7573
---------------------------------- ---------------------------------- ----------------------------------
7674
videos array of objects
7775
================================== ================================== ==================================
@@ -91,6 +89,10 @@ quality_notes string
9189
---------------------------------- ---------------------------------- ----------------------------------
9290
related_urls array of strings
9391
---------------------------------- ---------------------------------- ----------------------------------
92+
summary array of strings
93+
---------------------------------- ---------------------------------- ----------------------------------
94+
thumbnail_url string
95+
---------------------------------- ---------------------------------- ----------------------------------
9496
tags 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
251253
Creating 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

Comments
 (0)