mirror of
https://github.com/snobu/destreamer.git
synced 2026-03-28 06:19:05 +00:00
Compare commits
2 Commits
55234af08f
...
eb588f74a3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
eb588f74a3 | ||
|
|
22658a3706 |
@@ -74,7 +74,7 @@ const browser: puppeteer.Browser = await puppeteer.launch({
|
||||
|
||||
Now, change `executablePath` to reflect the path to your browser and profile (i.e. to use Microsoft Edge on Windows):
|
||||
```typescript
|
||||
executablePath: 'C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe',
|
||||
executablePath: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe',
|
||||
```
|
||||
In Linux for Chromium,
|
||||
```typescript
|
||||
|
||||
Reference in New Issue
Block a user