X-Git-Url: https://jfr.im/git/yt-dlp.git/blobdiff_plain/e0fd95737d1a3c4a2bfb470c5408a396c8545ca5..b69fd25c25f23a859aefae69a1cc4116896536b8:/CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d99e96006..d14208748 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -227,6 +227,13 @@ ## Adding support for a new site In any case, thank you very much for your contributions! +**Tip:** To test extractors that require login information, create a file `test/local_parameters.json` and add `"usenetrc": true` or your username and password in it: +```json +{ + "username": "your user name", + "password": "your password" +} +``` ## yt-dlp coding conventions