mirror of
https://github.com/hanetzer/sdraw_mods_cvr.git
synced 2025-09-05 03:19:23 +00:00
New mod: VideoPlayerCookies
This commit is contained in:
parent
c4c3cca728
commit
60fb594210
6 changed files with 97 additions and 0 deletions
17
ml_vpc/README.md
Normal file
17
ml_vpc/README.md
Normal 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**.
|
Loading…
Add table
Add a link
Reference in a new issue