soundcord 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +12 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -135,6 +135,18 @@ try {
|
|
|
135
135
|
}
|
|
136
136
|
```
|
|
137
137
|
|
|
138
|
+
## Disclaimer
|
|
139
|
+
|
|
140
|
+
This library is provided for **educational and personal use only**.
|
|
141
|
+
|
|
142
|
+
By using this software, you agree to:
|
|
143
|
+
- Comply with YouTube's [Terms of Service](https://www.youtube.com/t/terms)
|
|
144
|
+
- Use the library responsibly and ethically
|
|
145
|
+
- Not use it for commercial purposes without proper licensing
|
|
146
|
+
- Respect copyright and intellectual property rights
|
|
147
|
+
|
|
148
|
+
The authors are not responsible for any misuse of this library or any violations of third-party terms of service. Downloading or streaming copyrighted content without permission may be illegal in your jurisdiction.
|
|
149
|
+
|
|
138
150
|
## License
|
|
139
151
|
|
|
140
152
|
MIT
|