...they almost work, but the filename gets confused.
e.g. https://snarfed.org/2015-02-26_13320 embeds https://www.youtube.com/watch?v=ei2JbYeHl-I . we think the download filename is based on the web site domain, https_-_snarfed.org_2015-02-26_13320.mp3, but it actually still uses youtube.com, ie https_-_www.youtube.com_watchv=ei2JbYeHl-I.mp3, so key.set_contents_from_filename(filename) fails.
...they almost work, but the filename gets confused.
e.g. https://snarfed.org/2015-02-26_13320 embeds https://www.youtube.com/watch?v=ei2JbYeHl-I . we think the download filename is based on the web site domain,
https_-_snarfed.org_2015-02-26_13320.mp3
, but it actually still uses youtube.com, iehttps_-_www.youtube.com_watchv=ei2JbYeHl-I.mp3
, sokey.set_contents_from_filename(filename)
fails.evidently vimeo embeds work fine though. odd.