.gitignore .readthedocs.yml CONTRIBUTING.md CONTRIBUTORS Changelog.md Collaborators.md LICENSE MANIFEST.in Makefile README.md pyinst.py pytest.ini requirements.txt setup.cfg setup.py supportedsites.md tox.ini yt-dlp.cmd yt-dlp.shBreadcrumbs yt-dlp/...
yt_dlp .editorconfig .gitattributes .gitignore .lintstagedrc.json CONTRIBUTING.md CONTRIBUTORS Changelog.md Collaborators.md LICENSE MANIFEST.in Makefile README.md b public.key pyinst.py pyproject.toml requirements.txt setup.cfg setup.py supportedsites.md wd.cmd ...
Once it happens, please do migrate to yt-dlp's nightly. Do not ask me to fix rebase anymore. Pros for yt-dlp's nightly: You will be able to update/downgrate to/from stable and other nightly builds. Builds run on each git push/pull request merge, more frequent than this. Get full...
.gitignore fix: 尝试修复获取对话记录失败的问题close#362 Jan 16, 2025 .pre-commit-config.yaml feat: 规范版本管理 Jul 6, 2024 CHANGELOG.md bump: version 0.3.77 → 0.3.78 Apr 9, 2025 Dockerfile fix: 尝试修复部分设备无法启动的问题
cd yt-dlp git checkout -b yourextractor Start with this simple template and save it to yt_dlp/extractor/yourextractor.py: from .common import InfoExtractor class YourExtractorIE(InfoExtractor): _VALID_URL = r'https?://(?:www\.)?yourextractor\.com/watch/(?P<id>[0-9]+)' _TESTS ...
devscripts test yt_dlp .editorconfig .gitattributes .gitignore .pre-commit-config.yaml .pre-commit-hatch.yaml CONTRIBUTING.md CONTRIBUTORS Changelog.md Collaborators.md LICENSE Makefile README.md public.key pyproject.toml setup.cfg supportedsites.md yt-dlp.cmd yt-dlp.shBreadcrumbs...
.gitignore Expose done/queue list as json endpoint Nov 3, 2023 Dockerfile Add tini as entrypoint in Dockerfile Jan 12, 2025 LICENSE add LICENSE and README.md Nov 30, 2019 Pipfile Add auto start option for metube Dec 9, 2023 Pipfile.lock ...
Go to https://ffmpeg.org/ and download the package (.EXE file) for Windows. Release builds are usually more stable than Git Master build, which are released more often Choose your release, download the 7z or zip file and uncrompress it. ...
[debug] exe versions: ffmpeg 2023-04-10-git-b18a9c2971-full_build-www.gyan.dev (setts), ffprobe 2023-04-10-git-b18a9c2971-full_build-www.gyan.dev [debug] Optional libraries: Cryptodome-3.20.0, brotli-1.1.0, certifi-2024.02.02, mutagen-1.47.0, requests-2.31.0, sqlite3-3.40.1, ...
- Builds run on each git push/pull request merge, more frequent than this. - Get full support in issues; nightly is an official build, unlike this build You can get nightly here: https://github.com/yt-dlp/yt-dlp-nightly-builds Or assuming you have the stable yt-dlp, you can run ...