codeandtalk.com icon indicating copy to clipboard operation
codeandtalk.com copied to clipboard

Multiple youtube playlists in events

Open rollandf opened this issue 7 years ago • 1 comments

Hi, Do we have an option to specify multiple youtube playlists in an event ? For example, PyconIl has a playlist for each day of the conference.

https://www.youtube.com/channel/UC8ApA9ibgkf0XK7lgTVZgEQ/playlists?sort=dd&shelf_id=0&view=1

Thanks

rollandf avatar Jan 02 '17 08:01 rollandf

For now I just add the playlist ids separated with spaces (and apparently sometimes with comma) though the code does not support either of those yet, BUT

Python-related events should not have value in the youtube entry. Instead of that they should have an entry like this:

videos_url: http://pyvideo.org/

and one day we'll have to figure out how to integrate the web site with http://pyvideo.org/

szabgab avatar Jan 02 '17 09:01 szabgab