mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-22 14:24:03 -07:00
Merge branch 'yourbase' of https://github.com/dennismo/youtube-dl into yourbase
This commit is contained in:
commit
08c0ffe3c2
2 changed files with 3 additions and 2 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -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 --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
|
||||
|
|
|
@ -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...]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue