New mod: VideoPlayerCookies

This commit is contained in:
SDraw 2025-03-04 23:25:04 +03:00
parent c4c3cca728
commit 60fb594210
No known key found for this signature in database
GPG key ID: BB95B4DAB2BB8BB5
6 changed files with 97 additions and 0 deletions

17
ml_vpc/README.md Normal file
View file

@ -0,0 +1,17 @@
# Video Player Cookies
This mod allows yt-dlp to use cookies for playing YouTube videos.
# Installation
* Install [latest MelonLoader](https://github.com/LavaGang/MelonLoader)
* Get [latest release DLL](../../../releases/latest):
* Put `VideoPlayerCookies.dll` in `Mods` folder of game
# Usage
* Acquire cookies for YouTube from your browser:
* Chromium based browsers: [Get cookies.txt LOCALLY](https://chromewebstore.google.com/detail/get-cookiestxt-locally/cclelndahbckbenkjhflpdbgdldlbecc) extension
* Firefox based browsers: [cookies.txt](https://addons.mozilla.org/en-US/firefox/addon/cookies-txt) extension
* Save result as file named `cookies.txt` in `<game_folder>/UserData` folder
# Notes
* After first use yt-dlp will remove unnecessary cookies from file automatically.
* Cookies contain private information and access linked to your YouTube account, **do not share it to anyone**.