Commit 1fcb4c7d authored by TheTechRobo's avatar TheTechRobo
Browse files

Make it clearer that the API is for scripts only

parent 62898645
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ docker run --restart=unless-stopped -p 8000:8000 -e GUNICORN_WORKERS=4 thetechro

## Licence

Copyright (c) 2022-2023 TheTechRobo
Copyright (c) 2022-2024 TheTechRobo

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
+1 −0
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@
    </div>
    <br>
    <h4>API Documentation</h4>
	<p><b>Please note: The API can be used to embed this site into your own code. If you just want to search for a video, <a href="/">return to the homepage</a>.</b></p>
    <h6>Call: GET <code>/api/:version/:videoid</code></h6>
	<h6>Accepted parameters: <code>includeRaw</code> (set to include the <code>rawraw</code> field)</h6>
    <p>Current versions available: v2, v3, v4. Documentation below only applies to the latest version.</p>