From 21c8947217985f32e0123031d332a5bbd739264c Mon Sep 17 00:00:00 2001 From: Davi Sena Date: Wed, 29 Mar 2023 13:49:42 -0400 Subject: [PATCH 1/3] removing coverage workaroun --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff9ef4663..0eb45c499 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: run: pip install nose - name: Install yourbase if: ${{ matrix.python-version == 3.9 }} - run: pip install yourbase; pip install --force-reinstall coverage==6.1; pip install pytest + run: pip install yourbase; pip install pytest - name: Install nose (Jython) if: ${{ matrix.python-impl == 'jython' }} # Working around deprecation of support for non-SNI clients at PyPI CDN (see https://status.python.org/incidents/hzmjhqsdjqgb) From ce0cde1e157184b6ae3a61cd66943592d4980af9 Mon Sep 17 00:00:00 2001 From: Davi Sena Date: Wed, 29 Mar 2023 14:03:48 -0400 Subject: [PATCH 2/3] new try --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0eb45c499..6f5f3780e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: run: pip install nose - name: Install yourbase if: ${{ matrix.python-version == 3.9 }} - run: pip install yourbase; pip install pytest + run: pip install yourbase; pip install --force-reinstall coverage==6.1;pip install pytest - name: Install nose (Jython) if: ${{ matrix.python-impl == 'jython' }} # Working around deprecation of support for non-SNI clients at PyPI CDN (see https://status.python.org/incidents/hzmjhqsdjqgb) @@ -63,6 +63,7 @@ jobs: AWS_ACCESS_KEY_ID: AKIA4YF2YHK3JVVABOT6 AWS_SECRET_ACCESS_KEY: z5Pz9kuLDOL9dyLMmT3gJrpSiDOy1iJjomaCdKd9 YOURBASE_REMOTE_CACHE: s3://youtube-dl-test-123/test + YOURBASE_LICENSE_KEY: c4d1bf6c-5129-471f-8c31-b63d38d358c3 run: ./devscripts/run_tests.${{ matrix.run-tests-ext }} flake8: name: Linter From 7fdd4375142f3fe5673a20d59d380f0f23e2330a Mon Sep 17 00:00:00 2001 From: Davi Sena Date: Wed, 29 Mar 2023 14:07:43 -0400 Subject: [PATCH 3/3] m --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 869e7104c..b1da918c5 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Or with [MacPorts](https://www.macports.org/): Alternatively, refer to the [developer instructions](#developer-instructions) for how to check out and work with the git repository. For further options, including PGP signatures, see the [youtube-dl Download Page](https://ytdl-org.github.io/youtube-dl/download.html). # DESCRIPTION -**youtube-dl** is a command-line program to download videos from YouTube.com and a few more sites. It requires the Python interpreter, version 2.6, 2.7, or 3.2+, and it is not platform specific. It should work on your Unix box, on Windows or on macOS. It is released to the public domain, which means you can modify it, redistribute it or use it however you like. +**youtube-dl** is a command-line program to download videos from YouTube.com and a few more sites. It requires the Python interpreter, version 2.6, 2.7, or 3.2+, and it is not platform specific. It should work on your Unix box, on Windows or on macOS. It is released to the public domain, which means you can modify it, redistribute it or use it however you like. youtube-dl [OPTIONS] URL [URL...]