2022-02-01から1ヶ月間の記事一覧
ossanfmのRSS feedを取得するコード const ns_itunes = XmlService.getNamespace("itunes","http://www.itunes.com/dtds/podcast-1.0.dtd"); const response = UrlFetchApp.fetch('https://ossan.fm/feed.xml'); const xml = XmlService.parse(response.getC…