コード例 #1
0
ファイル: index.js プロジェクト: ianstormtaylor/metascraper
 ({ htmlDom: $, meta, url: baseUrl }) =>
   title(
     $('.soundTitle__description')
       .first()
       .text(),
     { capitalize: false }
   )
コード例 #2
0
ファイル: index.js プロジェクト: ianstormtaylor/metascraper
 ({ htmlDom: $, meta, url: baseUrl }) =>
   title($filter($, $('.soundTitle__username')))