Example #1
0
 ({ htmlDom: $, meta, url: baseUrl }) =>
   title(
     $('.soundTitle__description')
       .first()
       .text(),
     { capitalize: false }
   )
Example #2
0
 ({ htmlDom: $, meta, url: baseUrl }) =>
   title($filter($, $('.soundTitle__username')))