YouTube.js icon indicating copy to clipboard operation
YouTube.js copied to clipboard

[9.3.0] Formats Urls download speed very slow. (Adaptive format)

Open Croodo opened this issue 9 months ago • 3 comments

Steps to reproduce

const youtube = await Innertube.create({ retrieve_player: false, });

let info = await youtube.getBasicInfo(id, "WEB"); let formats = info.streaming_data.formats

Failure Logs

none

Expected behavior

Normal download speed.

Current behavior

Normal downloading speed when download using the format url .

Version

Default

Anything else?

Adaptive formats download speed is very slow , throttled bellow 100kbps for WEB client. I was previously using ANDROID Client that was very fast. But as of now ANDROID Client not working properly so fallback to WEB client but facing this speed issue.

No VPN/Proxy used.

Is this only me or someone else having the same behaviour?

Checklist

  • [X] I am running the latest version.
  • [X] I checked the documentation and found no answer.
  • [X] I have searched the existing issues and made sure this is not a duplicate.
  • [X] I have provided sufficient information.

Croodo avatar Apr 28 '24 18:04 Croodo