Add option --cookies-from-browser to load cookies from a browser (#488)

* also adds `--no-cookies-from-browser`

Original PR: https://github.com/ytdl-org/youtube-dl/pull/29201
Authored by: mbway
This commit is contained in:
Matt Broadway 2021-07-21 21:32:49 +01:00 committed by GitHub
parent 7ea6541124
commit 982ee69a74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 881 additions and 15 deletions

View file

@ -11,8 +11,8 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Install nose
run: pip install nose
- name: Install test requirements
run: pip install nose pycryptodome
- name: Run tests
env:
YTDL_TEST_SET: core