pyvideo/data

PyCon US 2022

treyhunner opened this issue · 5 comments

Steps this will require, as far as I can tell from the contributing guidelines are:

  1. Use pyvideo_scrape to scrape data from the YouTube playlist
  2. Use pyvideo_lektor to update missing fields in the data
  3. Open a pull request

CC-ing @di, who contributed the 2021 videos and who might be able to correct me if the process above isn't quite right.

https://us.pycon.org/2022/schedule/conference.json might be helpful :)

I just submitted a PR for the 2022 videos. For reference: #1128

https://us.pycon.org/2022/schedule/conference.json might be helpful :)

It looks like the JSON document was not included in the 2022 site archive, but it does exist for 2023. (Not a big deal for this purpose, mostly pointing that out in case it was intended to be and easy to backfill.)

https://us.pycon.org/2022/schedule/conference.json might be helpful :)

It looks like the JSON document was not included in the 2022 site archive, but it does exist for 2023. (Not a big deal for this purpose, mostly pointing that out in case it was intended to be and easy to backfill.)

Restored: PyCon/pycon-archive@34eff0b

Fixed by #1128.