Skip to content

Commit

Permalink
made headless true
Browse files Browse the repository at this point in the history
  • Loading branch information
yashwanth2804 committed Apr 17, 2018
1 parent 8bbd094 commit 5f6303f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Telugupalaka.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ rl.question(':', (MovieName) => {
//provide an option to download or view

var download_url = "https://openload.co/stream/" + z.trim();
console.log(chalk.bgGreen.bold("Use this url to download the video ") + chalk.bgGreen.bold.underline(download_url));
console.log(chalk.bgGreen.bold("Use this url to download the video ") +"\n"+ chalk.bgGreen.bold.underline(download_url));

});

Expand Down Expand Up @@ -187,7 +187,7 @@ async function TelugupalakaPage(url, browser) {
var f = hrefs.filter(item => item);
//console.log(f);

console.log(chalk.white.bgRed.bold.underline('option ') + chalk.yellow.bgBlue.bold.underline('content'.padStart(40)));
console.log("\n"+chalk.white.bgRed.bold.underline('option ') + chalk.yellow.bgBlue.bold.underline('content'.padStart(40)));

let y = 0;
for (let g of f)
Expand Down

0 comments on commit 5f6303f

Please sign in to comment.