Added build step to auto-generate Documentation pages at the /doc endpoint from JSDoc.

This commit is contained in:
rainbow napkin 2025-09-02 07:11:39 -04:00
parent 944d91377b
commit 7d31cc9e8a
76 changed files with 237042 additions and 5 deletions

View file

@ -26,7 +26,7 @@ const ytdlpUtil = require('./ytdlpUtils');
* Checks a given URL and runs the proper metadata fetching function to create a media object from any supported URL
* @param {String} url - URL to yank media against
* @param {String} title - Title to apply to yanked media
* @returns
* @returns {Array} Returns list of yanked media objects on success
*/
module.exports.yankMedia = async function(url, title){
//Get pull type