# yt-dlp icin cookie bilgilerini kullanmak

<details>

<summary>Chrome uzerinden [Get cookies.txt Locally](https://chromewebstore.google.com/detail/get-cookiestxt-locally/cclelndahbckbenkjhflpdbgdldlbecc) eklentisini indir</summary>

<img src="https://i.imgur.com/Udb7UEY.png" alt="" data-size="original">

</details>

* Chrome uzerinden yapman gerekiyor

<details>

<summary>Ardindan `Export All Cookies` ile `cookies.txt` dosyasini al</summary>

<img src="https://i.imgur.com/DQzfiqn.png" alt="" data-size="original">

</details>

<details>

<summary>`yt-dlp` uzerinden `--cookies` ile bunlari ver</summary>

```typescript
yt-dlp --cookies cookies.txt "<https://www.example.com>"
```

</details>

> 💡 Google Cloud gibi VM’lerde cookie olmadan indirme yapamazsin!

## Referanslar

{% embed url="<https://www.reddit.com/r/youtubedl/wiki/cookies/>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.yemreak.com/arsiv/programming/yt-dlp-icin-cookie-bilgilerini-kullanmak.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
