Files
YouTube.js/docs/api/namespaces/Utils/functions/getRandomUserAgent.md
2025-06-08 13:48:03 -03:00

22 lines
460 B
Markdown

[youtubei.js](../../../README.md) / [Utils](../README.md) / getRandomUserAgent
# Function: getRandomUserAgent()
> **getRandomUserAgent**(`type`): `string`
Returns a random user agent.
## Parameters
**type**: [`DeviceCategory`](../type-aliases/DeviceCategory.md)
mobile | desktop
## Returns
`string`
## Defined in
[src/utils/Utils.ts:102](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Utils.ts#L102)