1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2025-07-12 13:26:19 +00:00

Merge 3bb20fff4f3e36178854f5556a00e0d431d4eb92 into c5098961b04ce83f4615f2a846c84f803b072639

This commit is contained in:
Dan Dascalescu 2024-08-21 21:37:08 -04:00 committed by GitHub
commit 4900cfd50d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -158,7 +158,7 @@ After you have ensured this site is distributing its content legally, you can fo
$ flake8 youtube_dl/extractor/yourextractor.py
9. Make sure your code works under all [Python](https://www.python.org/) versions claimed supported by youtube-dl, namely 2.6, 2.7, and 3.2+.
10. When the tests pass, [add](https://git-scm.com/docs/git-add) the new files and [commit](https://git-scm.com/docs/git-commit) them and [push](https://git-scm.com/docs/git-push) the result, like this:
10. When the tests pass, [add](https://git-scm.com/docs/git-add) the new files and [commit](https://git-scm.com/docs/git-commit) them and [push](https://git-scm.com/docs/git-push) the result, as shown below. If your commit message doesn't pertain to a particular extractor, add the name of the affected entity between square brackets (for example, `[README.md]`).
$ git add youtube_dl/extractor/extractors.py
$ git add youtube_dl/extractor/yourextractor.py