[youtube] ffmpeg download speed faster with 2025.06.25 than >=2025.06.30 #14982
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Sanitize comment | |
on: | |
issue_comment: | |
types: [created, edited] | |
permissions: | |
issues: write | |
jobs: | |
sanitize-comment: | |
name: Sanitize comment | |
if: vars.SANITIZE_COMMENT && !github.event.issue.pull_request | |
runs-on: ubuntu-latest | |
steps: | |
- name: Sanitize comment | |
uses: yt-dlp/sanitize-comment@v1 |