===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
node-tunein-1.0.1/tunein.js-36-      // add filter if exists
node-tunein-1.0.1/tunein.js:37:      if ( this.filter ) tmpurl.search += `&${querystring.stringify(this.url.filter)}`;
node-tunein-1.0.1/tunein.js-38-      // get data from radiotime.com
##############################################
node-tunein-1.0.1/tunein.js-57-  parseResult( data ) {
node-tunein-1.0.1/tunein.js:58:    if ( data.head.status != 200 ) return new Error(`TuneIn Request error : ${data.head.fault}`);
node-tunein-1.0.1/tunein.js-59-    data.body.forEach( (elm) => {