youtube
youtube copied to clipboard
Support youtube playlist
Heya, would you support having a youtube-plist directive?
.. youtube-plist:: XYZ
The embedding HTML is essentially the same, but using the playlist shortcode like: https://www.youtube.com/embed/videoseries?list=XYZ
If yes, then I can probably make a PR
Note, annoyingly I can't see a trivial way to get the thumbnail, without using the Google API (and thus needing an API key: https://stackoverflow.com/questions/10628760/how-to-get-a-youtube-playlist-thumbnail. This does work, though.
So then you would perhaps need to always provide two pieces of information:
.. youtube-plist:: XYZ
:thumbnail: LMN
Sure, it seems like a natural thing to do. I'd prefer youtube-playlist because readability is more important than saving 3 charachters.
Thanks.