]> jfr.im git - yt-dlp.git/blobdiff - CONTRIBUTING.md
[cleanup] Misc cleanup
[yt-dlp.git] / CONTRIBUTING.md
index d99e96006501f59d9e40cca0e579a84aaea01653..d14208748094ba123ca69447869e9f662c1364e3 100644 (file)
@@ -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