mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-09-17 00:01:43 +00:00
CodeQL / Analyze (actions) (push) Has been cancelled
CodeQL / Analyze (javascript-typescript) (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
Quick Test / Core test (push) Has been cancelled
Quick Test / Code check (push) Has been cancelled
Test and lint workflows / Check workflows (push) Has been cancelled
Test and lint workflows / Run zizmor (push) Has been cancelled
Core Tests / Core tests (ubuntu-latest, 3.11) (push) Has been cancelled
Core Tests / Core tests (ubuntu-latest, 3.12) (push) Has been cancelled
Core Tests / Core tests (ubuntu-latest, 3.13) (push) Has been cancelled
Core Tests / Core tests (ubuntu-latest, 3.14) (push) Has been cancelled
Core Tests / Core tests (ubuntu-latest, 3.15) (push) Has been cancelled
Core Tests / Core tests (ubuntu-latest, pypy-3.11) (push) Has been cancelled
Core Tests / Core tests (windows-latest, 3.10) (push) Has been cancelled
Core Tests / Core tests (windows-latest, 3.11) (push) Has been cancelled
Core Tests / Core tests (windows-latest, 3.12) (push) Has been cancelled
Core Tests / Core tests (windows-latest, 3.13) (push) Has been cancelled
Core Tests / Core tests (windows-latest, 3.14) (push) Has been cancelled
Core Tests / Core tests (windows-latest, 3.15) (push) Has been cancelled
Core Tests / Core tests (windows-latest, pypy-3.11) (push) Has been cancelled
Update wiki / Update wiki (push) Has been cancelled
Release (nightly) / Check for new commits (push) Has been cancelled
Release (nightly) / Publish GitHub release (push) Has been cancelled
Release (nightly) / Publish to PyPI (push) Has been cancelled
Acknowledgements: - The simpler policy is heavily inspired by the Zig project's policy. See https://codeberg.org/ziglang/zig - The `.NO_AI` idea is taken from https://github.com/nothings/stb Authored by: bashonly
2.9 KiB
2.9 KiB
Description of your pull request and other information
ADD DETAILED DESCRIPTION HERE
Fixes #
Template
Before submitting a pull request you must attest to the following:
- This pull request complies with yt-dlp's NO AI / NO LLM POLICY
- I have skimmed through contributing guidelines including yt-dlp coding conventions
- I have searched the tracker for similar pull requests
In order to be accepted and merged into yt-dlp each piece of code must be in public domain or released under Unlicense. Check those that apply and remove the others:
- I am the original author of the code in this PR, and I am willing to release it under Unlicense
- I am not the original author of the code in this PR, but it is in the public domain or released under Unlicense (provide reliable evidence)
What is the purpose of your pull request? Check those that apply and remove the others:
- Fix or improvement to an extractor (Make sure to add/update tests)
- New extractor (Piracy websites will not be accepted)
- Core bug fix/improvement
- New feature (It is strongly recommended to open an issue first)