summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAb30657 <amar_ronaldo30657@yahoo.com>2021-04-11 16:00:08 +0545
committerAb30657 <amar_ronaldo30657@yahoo.com>2021-04-11 16:00:08 +0545
commit2b515f909cb98d19ae96d191993a2000aab805c2 (patch)
tree39210cb25945b2b9ce00eaa02a1219404260612b
parenteacca54ef20e34a8fff5353bd0854ab9cf882883 (diff)
parent3f06c73f57c3b434468c79af8d300d1cdcf68063 (diff)
downloadStreamFinder-2b515f909cb98d19ae96d191993a2000aab805c2.tar.xz
StreamFinder-2b515f909cb98d19ae96d191993a2000aab805c2.zip
Merge branch 'main' of https://github.com/FivePixels/StreamFinder into amar
-rw-r--r--src/scraper/scrape.js4
-rw-r--r--src/web/src/assets/img/platforms/googleplay.pngbin0 -> 1900 bytes
-rw-r--r--src/web/src/assets/img/platforms/itunes.pngbin0 -> 2495 bytes
-rw-r--r--src/web/src/assets/img/platforms/youtube.pngbin0 -> 872 bytes
4 files changed, 3 insertions, 1 deletions
diff --git a/src/scraper/scrape.js b/src/scraper/scrape.js
index 605c234..e6018d2 100644
--- a/src/scraper/scrape.js
+++ b/src/scraper/scrape.js
@@ -15,8 +15,10 @@ exports.performSearch = async function (id, query, type) {
const tv = database.collection("tv");
const movie = database.collection('movie')
const browser = await puppeteer.launch({
+ ignoreDefaultArgs: ["--disable-extensions"],
+ args: [`--no-sandbox`, `--no-zygote`, `--single-process`, `--args`, `--disable-dev-shm-usage`],
headless: true
- });
+ })
const pages = await browser.pages();
const page = pages[0];
await page.goto('https://google.com');
diff --git a/src/web/src/assets/img/platforms/googleplay.png b/src/web/src/assets/img/platforms/googleplay.png
new file mode 100644
index 0000000..a44a779
--- /dev/null
+++ b/src/web/src/assets/img/platforms/googleplay.png
Binary files differ
diff --git a/src/web/src/assets/img/platforms/itunes.png b/src/web/src/assets/img/platforms/itunes.png
new file mode 100644
index 0000000..3c0acb5
--- /dev/null
+++ b/src/web/src/assets/img/platforms/itunes.png
Binary files differ
diff --git a/src/web/src/assets/img/platforms/youtube.png b/src/web/src/assets/img/platforms/youtube.png
new file mode 100644
index 0000000..15d5984
--- /dev/null
+++ b/src/web/src/assets/img/platforms/youtube.png
Binary files differ