• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

microlinkhq / youtube-dl-exec
94%

Build:
DEFAULT BRANCH: master
Repo Added 12 Sep 2021 08:25PM UTC
Token 5QpatUe6CsnFFCSxcWv0nj7cnodcF4ntM regen
Build 228 Last
Files 3
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH master
branch: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • bin-check
  • ci
  • dependabot/github_actions/actions/checkout-3
  • dependabot/github_actions/actions/checkout-4
  • dependabot/github_actions/actions/checkout-5
  • dependabot/github_actions/actions/checkout-6
  • dependabot/github_actions/actions/checkout-7
  • dependabot/github_actions/actions/setup-node-3.0.0
  • dependabot/github_actions/actions/setup-node-3.1.0
  • dependabot/github_actions/actions/setup-node-3.1.1
  • dependabot/github_actions/actions/setup-node-4
  • dependabot/github_actions/actions/setup-node-5
  • dependabot/github_actions/actions/setup-node-6
  • dependabot/github_actions/pnpm/action-setup-3
  • dependabot/github_actions/pnpm/action-setup-4
  • dependabot/github_actions/pnpm/action-setup-5
  • dependabot/github_actions/pnpm/action-setup-6
  • dependabot/npm_and_yarn/bin-version-check-6.0.0
  • dependabot/npm_and_yarn/debug-logfmt-1.4.0
  • dependabot/npm_and_yarn/tinyspawn-1.4.0
  • dependabot/npm_and_yarn/tinyspawn-1.5.0
  • deprecation-warning-fix
  • docs
  • feat/npm_config
  • feat/youtube-dl-file
  • feature/no-args-blacklist
  • fetch
  • fix-1
  • fix/npm_config
  • fix/postinstall-fetch-headers
  • fix/typings
  • issue/125
  • issue/125-redo
  • john-michaelburke/edit-postscript
  • master
  • miraclx/dump-simple-get
  • next
  • patch-1
  • patch-2
  • python
  • refs/pull/164/merge
  • remux-option-support
  • skip-python-check
  • types
  • update-bin-version-check

06 Jul 2026 02:18PM UTC coverage: 93.939% (+1.9%) from 92.079%
28798430093

push

github

web-flow
fix: pass authorization header to fetch in postinstall (#278)

The auth headers object was passed as the first-level options argument
(fetch(url, headers) instead of fetch(url, { headers })), so the
Authorization header from GITHUB_TOKEN/GH_TOKEN was silently dropped and
the GitHub API request was always unauthenticated. On shared CI egress
IPs this hits the 60 req/hr unauthenticated rate limit and breaks
installs even when a token is configured.

Also fixes the content-type guard on the next line, which negated the
header value before comparing it to a string and was therefore always
true, breaking direct binary hosts (YOUTUBE_DL_HOST pointing straight
at an octet-stream URL).

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>

18 of 26 branches covered (69.23%)

Branch coverage included in aggregate %.

137 of 139 relevant lines covered (98.56%)

3.78 hits per line

Relevant lines Covered
Build:
Build:
139 RELEVANT LINES 137 COVERED LINES
3.78 HITS PER LINE
Source Files on master
  • Tree
  • List 3
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
28798430093 master fix: pass authorization header to fetch in postinstall (#278) The auth headers object was passed as the first-level options argument (fetch(url, headers) instead of fetch(url, { headers })), so the Authorization header from GITHUB_TOKEN/GH_TOKEN ... push 06 Jul 2026 02:20PM UTC web-flow github
93.94
28793192266 fix/postinstall-fetch-headers Merge ab06a6bac into cb44ae490 Pull #278 06 Jul 2026 02:13PM UTC web-flow github
93.94
27792939055 master build(deps): bump actions/checkout from 6 to 7 (#277) Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blo... push 18 Jun 2026 10:22PM UTC web-flow github
92.08
27778229455 dependabot/github_actions/actions/checkout-7 Merge 1f0b344d5 into d8efc6bd1 Pull #277 18 Jun 2026 05:42PM UTC web-flow github
92.08
25967160411 master fix: tests updated push 16 May 2026 04:34PM UTC Kikobeats github
92.08
25307659486 master Update package.json push 04 May 2026 07:57AM UTC web-flow github
92.08
24389561553 ci Merge 1a13deaab into f523661bb Pull #275 14 Apr 2026 08:42AM UTC web-flow github
92.08
24385069202 master build(deps): bump pnpm/action-setup from 5 to 6 (#274) * build(deps): bump pnpm/action-setup from 5 to 6 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 5 to 6. - [Release notes](https://github.com/pnpm/action-setup/releases... push 14 Apr 2026 06:47AM UTC web-flow github
92.08
24385005208 dependabot/github_actions/pnpm/action-setup-6 Merge 9bdfbafdb into 6583b2c20 Pull #274 14 Apr 2026 06:45AM UTC web-flow github
92.08
23219076830 master build(deps): bump pnpm/action-setup from 4 to 5 (#272) Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 4 to 5. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/... push 17 Mar 2026 10:20PM UTC web-flow github
92.08
See All Builds (226)

Badge your Repo: youtube-dl-exec

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

Refresh
  • Settings
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc