Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactoring: Interception interruption + Better handling of non-web resources as main url #115

Merged
merged 15 commits into from
Mar 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
.DS_Store

test.js
tmp.js
example.js
__*.js

node_modules/
examples/
executables/
tmp/
docs
example.js
.env

.env
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@ flowchart LR

This library as been written for UNIX-like systems. We expect it to work on Linux, Mac OS, and Windows' WSL.

**Recommended:**
- `captureVideoAsAttachment` option: A Python 3 interpreter should be available for `yt-dlp` to function.
**Other (recommended) system-wide dependencies:**
- `curl`
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All roads lead to curl

- `python3` (`--capture-video-as-attachment` feature relies on `yt-dlp`).

### Installation

Expand Down
Loading