youtube.js 48 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739
  1. import mongoose from "mongoose";
  2. import async from "async";
  3. import config from "config";
  4. import * as rax from "retry-axios";
  5. import axios from "axios";
  6. import CoreClass from "../core";
  7. class RateLimitter {
  8. /**
  9. * Constructor
  10. *
  11. * @param {number} timeBetween - The time between each allowed YouTube request
  12. */
  13. constructor(timeBetween) {
  14. this.dateStarted = Date.now();
  15. this.timeBetween = timeBetween;
  16. }
  17. /**
  18. * Returns a promise that resolves whenever the ratelimit of a YouTube request is done
  19. *
  20. * @returns {Promise} - promise that gets resolved when the rate limit allows it
  21. */
  22. continue() {
  23. return new Promise(resolve => {
  24. if (Date.now() - this.dateStarted >= this.timeBetween) resolve();
  25. else setTimeout(resolve, this.dateStarted + this.timeBetween - Date.now());
  26. });
  27. }
  28. /**
  29. * Restart the rate limit timer
  30. */
  31. restart() {
  32. this.dateStarted = Date.now();
  33. }
  34. }
  35. let YouTubeModule;
  36. let CacheModule;
  37. let DBModule;
  38. let MediaModule;
  39. let SongsModule;
  40. let StationsModule;
  41. let PlaylistsModule;
  42. let WSModule;
  43. const isQuotaExceeded = apiCalls => {
  44. const reversedApiCalls = apiCalls.slice().reverse();
  45. const quotas = config.get("apis.youtube.quotas").slice();
  46. const sortedQuotas = quotas.sort((a, b) => a.limit > b.limit);
  47. let quotaExceeded = false;
  48. sortedQuotas.forEach(quota => {
  49. let quotaUsed = 0;
  50. let dateCutoff = null;
  51. if (quota.type === "QUERIES_PER_MINUTE") dateCutoff = new Date() - 1000 * 60;
  52. else if (quota.type === "QUERIES_PER_100_SECONDS") dateCutoff = new Date() - 1000 * 100;
  53. else if (quota.type === "QUERIES_PER_DAY") {
  54. // Quota resets at midnight PT, this is my best guess to convert the current date to the last midnight PT
  55. dateCutoff = new Date();
  56. dateCutoff.setUTCMilliseconds(0);
  57. dateCutoff.setUTCSeconds(0);
  58. dateCutoff.setUTCMinutes(0);
  59. dateCutoff.setUTCHours(dateCutoff.getUTCHours() - 7);
  60. dateCutoff.setUTCHours(0);
  61. }
  62. reversedApiCalls.forEach(apiCall => {
  63. if (apiCall.date >= dateCutoff) quotaUsed += apiCall.quotaCost;
  64. });
  65. if (quotaUsed >= quota.limit) {
  66. quotaExceeded = true;
  67. }
  68. });
  69. return quotaExceeded;
  70. };
  71. class _YouTubeModule extends CoreClass {
  72. // eslint-disable-next-line require-jsdoc
  73. constructor() {
  74. super("youtube", {
  75. concurrency: 10,
  76. priorities: {
  77. GET_PLAYLIST: 11
  78. }
  79. });
  80. YouTubeModule = this;
  81. }
  82. /**
  83. * Initialises the activities module
  84. *
  85. * @returns {Promise} - returns promise (reject, resolve)
  86. */
  87. async initialize() {
  88. CacheModule = this.moduleManager.modules.cache;
  89. DBModule = this.moduleManager.modules.db;
  90. MediaModule = this.moduleManager.modules.media;
  91. SongsModule = this.moduleManager.modules.songs;
  92. StationsModule = this.moduleManager.modules.stations;
  93. PlaylistsModule = this.moduleManager.modules.playlists;
  94. WSModule = this.moduleManager.modules.ws;
  95. this.youtubeApiRequestModel = this.YoutubeApiRequestModel = await DBModule.runJob("GET_MODEL", {
  96. modelName: "youtubeApiRequest"
  97. });
  98. this.youtubeVideoModel = this.YoutubeVideoModel = await DBModule.runJob("GET_MODEL", {
  99. modelName: "youtubeVideo"
  100. });
  101. return new Promise(resolve => {
  102. CacheModule.runJob("SUB", {
  103. channel: "youtube.removeYoutubeApiRequest",
  104. cb: requestId => {
  105. WSModule.runJob("EMIT_TO_ROOM", {
  106. room: `view-api-request.${requestId}`,
  107. args: ["event:youtubeApiRequest.removed"]
  108. });
  109. WSModule.runJob("EMIT_TO_ROOM", {
  110. room: "admin.youtube",
  111. args: ["event:admin.youtubeApiRequest.removed", { data: { requestId } }]
  112. });
  113. }
  114. });
  115. CacheModule.runJob("SUB", {
  116. channel: "youtube.removeVideos",
  117. cb: videoIds => {
  118. const videos = Array.isArray(videoIds) ? videoIds : [videoIds];
  119. videos.forEach(videoId => {
  120. WSModule.runJob("EMIT_TO_ROOM", {
  121. room: `view-youtube-video.${videoId}`,
  122. args: ["event:youtubeVideo.removed"]
  123. });
  124. WSModule.runJob("EMIT_TO_ROOM", {
  125. room: "admin.youtubeVideos",
  126. args: ["event:admin.youtubeVideo.removed", { data: { videoId } }]
  127. });
  128. WSModule.runJob("EMIT_TO_ROOMS", {
  129. rooms: ["import-album", "edit-songs"],
  130. args: ["event:admin.youtubeVideo.removed", { videoId }]
  131. });
  132. });
  133. }
  134. });
  135. this.rateLimiter = new RateLimitter(config.get("apis.youtube.rateLimit"));
  136. this.requestTimeout = config.get("apis.youtube.requestTimeout");
  137. this.axios = axios.create();
  138. this.axios.defaults.raxConfig = {
  139. instance: this.axios,
  140. retry: config.get("apis.youtube.retryAmount"),
  141. noResponseRetries: config.get("apis.youtube.retryAmount")
  142. };
  143. rax.attach(this.axios);
  144. this.youtubeApiRequestModel
  145. .find(
  146. { date: { $gte: new Date() - 2 * 24 * 60 * 60 * 1000 } },
  147. { date: true, quotaCost: true, _id: false }
  148. )
  149. .sort({ date: 1 })
  150. .exec((err, youtubeApiRequests) => {
  151. if (err) console.log("Couldn't load YouTube API requests.");
  152. else {
  153. this.apiCalls = youtubeApiRequests;
  154. resolve();
  155. }
  156. });
  157. });
  158. }
  159. /**
  160. * Fetches a list of songs from Youtube's API
  161. *
  162. * @param {object} payload - object that contains the payload
  163. * @param {string} payload.query - the query we'll pass to youtubes api
  164. * @param {string} payload.pageToken - (optional) if this exists, will search search youtube for a specific page reference
  165. * @returns {Promise} - returns promise (reject, resolve)
  166. */
  167. SEARCH(payload) {
  168. const params = {
  169. part: "snippet",
  170. q: payload.query,
  171. type: "video",
  172. maxResults: 10
  173. };
  174. if (payload.pageToken) params.pageToken = payload.pageToken;
  175. return new Promise((resolve, reject) => {
  176. YouTubeModule.runJob(
  177. "API_SEARCH",
  178. {
  179. params
  180. },
  181. this
  182. )
  183. .then(({ response }) => {
  184. const { data } = response;
  185. return resolve(data);
  186. })
  187. .catch(err => {
  188. YouTubeModule.log("ERROR", "SEARCH", `${err.message}`);
  189. if (err.message === "Searching with YouTube is disabled.") return reject(err);
  190. return reject(new Error("An error has occured. Please try again later."));
  191. });
  192. });
  193. }
  194. /**
  195. * Returns details about the YouTube quota usage
  196. *
  197. * @param {object} payload - object that contains the payload
  198. * @param {string} payload.fromDate - date to select requests up to
  199. * @returns {Promise} - returns promise (reject, resolve)
  200. */
  201. GET_QUOTA_STATUS(payload) {
  202. return new Promise((resolve, reject) => {
  203. const fromDate = payload.fromDate ? new Date(payload.fromDate) : new Date();
  204. YouTubeModule.youtubeApiRequestModel
  205. .find(
  206. { date: { $gte: fromDate - 2 * 24 * 60 * 60 * 1000, $lte: fromDate } },
  207. { date: true, quotaCost: true, _id: false }
  208. )
  209. .sort({ date: 1 })
  210. .exec((err, youtubeApiRequests) => {
  211. if (err) reject(new Error("Couldn't load YouTube API requests."));
  212. else {
  213. const reversedApiCalls = youtubeApiRequests.slice().reverse();
  214. const quotas = config.get("apis.youtube.quotas").slice();
  215. const sortedQuotas = quotas.sort((a, b) => a.limit > b.limit);
  216. const status = {};
  217. sortedQuotas.forEach(quota => {
  218. status[quota.type] = {
  219. title: quota.title,
  220. quotaUsed: 0,
  221. limit: quota.limit,
  222. quotaExceeded: false
  223. };
  224. let dateCutoff = null;
  225. if (quota.type === "QUERIES_PER_MINUTE") dateCutoff = new Date(fromDate) - 1000 * 60;
  226. else if (quota.type === "QUERIES_PER_100_SECONDS")
  227. dateCutoff = new Date(fromDate) - 1000 * 100;
  228. else if (quota.type === "QUERIES_PER_DAY") {
  229. // Quota resets at midnight PT, this is my best guess to convert the current date to the last midnight PT
  230. dateCutoff = new Date(fromDate);
  231. dateCutoff.setUTCMilliseconds(0);
  232. dateCutoff.setUTCSeconds(0);
  233. dateCutoff.setUTCMinutes(0);
  234. dateCutoff.setUTCHours(dateCutoff.getUTCHours() - 7);
  235. dateCutoff.setUTCHours(0);
  236. }
  237. reversedApiCalls.forEach(apiCall => {
  238. if (apiCall.date >= dateCutoff) status[quota.type].quotaUsed += apiCall.quotaCost;
  239. });
  240. if (status[quota.type].quotaUsed >= quota.limit && !status[quota.type].quotaExceeded)
  241. status[quota.type].quotaExceeded = true;
  242. });
  243. resolve({ status });
  244. }
  245. });
  246. });
  247. }
  248. /**
  249. * Returns YouTube quota chart data
  250. *
  251. * @param {object} payload - object that contains the payload
  252. * @param {string} payload.timePeriod - either hours or days
  253. * @param {string} payload.startDate - beginning date
  254. * @param {string} payload.endDate - end date
  255. * @param {string} payload.dataType - either usage or count
  256. * @returns {Promise} - returns promise (reject, resolve)
  257. */
  258. GET_QUOTA_CHART_DATA(payload) {
  259. return new Promise((resolve, reject) => {
  260. const { timePeriod, startDate, endDate, dataType } = payload;
  261. // const timePeriod = "hours";
  262. // const startDate = new Date("2022-05-20 00:00:00");
  263. // const endDate = new Date("2022-05-21 00:00:00");
  264. // const timePeriod = "days";
  265. // const startDate = new Date("2022-05-15 00:00:00");
  266. // const endDate = new Date("2022-05-21 00:00:00");
  267. // const endDate = new Date("2022-05-30 00:00:00");
  268. // const dataType = "usage";
  269. // const dataType = "count";
  270. async.waterfall(
  271. [
  272. next => {
  273. let timeRanges = [];
  274. if (timePeriod === "hours") {
  275. startDate.setMinutes(0, 0, 0);
  276. endDate.setMinutes(0, 0, 0);
  277. const lastDate = new Date(startDate);
  278. do {
  279. const newDate = new Date(lastDate.getTime() + 1000 * 60 * 60);
  280. timeRanges.push({
  281. startDate: new Date(lastDate),
  282. endDate: newDate
  283. });
  284. lastDate.setTime(newDate.getTime());
  285. } while (lastDate.getTime() < endDate.getTime());
  286. if (timeRanges.length === 0 || timeRanges.length > 24)
  287. return next("No valid time ranges specified.");
  288. timeRanges = timeRanges.map(timeRange => ({
  289. ...timeRange,
  290. label: `${timeRange.startDate.getHours().toString().padStart(2, "0")}:00`
  291. }));
  292. } else if (timePeriod === "days") {
  293. startDate.setHours(0, 0, 0, 0);
  294. endDate.setHours(0, 0, 0, 0);
  295. const lastDate = new Date(startDate);
  296. do {
  297. const newDate = new Date(lastDate.getTime() + 1000 * 60 * 60 * 24);
  298. timeRanges.push({
  299. startDate: new Date(lastDate),
  300. endDate: newDate
  301. });
  302. lastDate.setTime(newDate.getTime());
  303. } while (lastDate.getTime() < endDate.getTime());
  304. if (timeRanges.length === 0 || timeRanges.length > 31)
  305. return next("No valid time ranges specified.");
  306. const days = ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"];
  307. if (timeRanges.length <= 7)
  308. timeRanges = timeRanges.map(timeRange => ({
  309. ...timeRange,
  310. label: days[timeRange.startDate.getDay()]
  311. }));
  312. else
  313. timeRanges = timeRanges.map(timeRange => ({
  314. ...timeRange,
  315. label: `${timeRange.startDate.getDate().toString().padStart(2, "0")}-${(
  316. timeRange.startDate.getMonth() + 1
  317. )
  318. .toString()
  319. .padStart(2, "0")}`
  320. }));
  321. }
  322. return next(null, timeRanges);
  323. },
  324. (timeRanges, next) => {
  325. YouTubeModule.youtubeApiRequestModel
  326. .find({
  327. date: { $gte: startDate, $lte: endDate }
  328. })
  329. .sort({ date: 1 })
  330. .exec((err, youtubeApiRequests) => {
  331. next(err, timeRanges, youtubeApiRequests);
  332. });
  333. },
  334. (timeRanges, youtubeApiRequests, next) => {
  335. const regex = /https:\/\/www\.googleapis\.com\/youtube\/v3\/(.+)/;
  336. const requestTypes = Object.fromEntries(
  337. youtubeApiRequests
  338. .map(youtubeApiRequest => regex.exec(youtubeApiRequest.url)[1])
  339. .filter((requestType, index, array) => array.indexOf(requestType) === index)
  340. .map(requestType => [requestType, 0])
  341. );
  342. timeRanges = timeRanges.map(timeRange => ({
  343. ...timeRange,
  344. data: { total: 0, ...requestTypes }
  345. }));
  346. youtubeApiRequests.forEach(youtubeApiRequest => {
  347. timeRanges.forEach(timeRange => {
  348. if (
  349. timeRange.startDate <= youtubeApiRequest.date &&
  350. timeRange.endDate >= youtubeApiRequest.date
  351. ) {
  352. const requestType = regex.exec(youtubeApiRequest.url)[1];
  353. if (!timeRange.data[requestType]) timeRange.data[requestType] = 0;
  354. if (dataType === "usage") {
  355. timeRange.data[requestType] += youtubeApiRequest.quotaCost;
  356. timeRange.data.total += youtubeApiRequest.quotaCost;
  357. } else if (dataType === "count") {
  358. timeRange.data[requestType] += 1;
  359. timeRange.data.total += 1;
  360. }
  361. }
  362. });
  363. });
  364. next(null, timeRanges);
  365. },
  366. (timeRanges, next) => {
  367. const chartData = {};
  368. chartData.labels = timeRanges.map(timeRange => timeRange.label);
  369. const datasetTypes = Object.keys(timeRanges[0].data);
  370. const colors = {
  371. total: "rgb(2, 166, 242)",
  372. videos: "rgb(166, 2, 242)",
  373. search: "rgb(242, 2, 166)",
  374. channels: "rgb(2, 242, 166)",
  375. playlistItems: "rgb(242, 166, 2)"
  376. };
  377. chartData.datasets = datasetTypes.map(datasetType => {
  378. let label;
  379. switch (datasetType) {
  380. case "total":
  381. label = "Total";
  382. break;
  383. case "videos":
  384. label = "Videos";
  385. break;
  386. case "search":
  387. label = "Search";
  388. break;
  389. case "playlistItems":
  390. label = "Playlist Items";
  391. break;
  392. default:
  393. label = datasetType;
  394. }
  395. return {
  396. label,
  397. borderColor: colors[datasetType],
  398. backgroundColor: colors[datasetType],
  399. data: timeRanges.map(timeRange => timeRange.data[datasetType])
  400. };
  401. });
  402. next(null, chartData);
  403. }
  404. ],
  405. (err, chartData) => {
  406. if (err) reject(err);
  407. else resolve(chartData);
  408. }
  409. );
  410. });
  411. }
  412. /**
  413. * Gets the id of the channel upload playlist
  414. *
  415. * @param {object} payload - object that contains the payload
  416. * @param {string} payload.id - the id of the YouTube channel. Optional: can be left out if specifying a username.
  417. * @param {string} payload.username - the username of the YouTube channel. Only gets used if no id is specified.
  418. * @returns {Promise} - returns promise (reject, resolve)
  419. */
  420. GET_CHANNEL_UPLOADS_PLAYLIST_ID(payload) {
  421. return new Promise((resolve, reject) => {
  422. const params = {
  423. part: "id,contentDetails"
  424. };
  425. if (payload.id) params.id = payload.id;
  426. else params.forUsername = payload.username;
  427. YouTubeModule.runJob(
  428. "API_GET_CHANNELS",
  429. {
  430. params
  431. },
  432. this
  433. )
  434. .then(({ response }) => {
  435. const { data } = response;
  436. if (data.pageInfo.totalResults === 0) return reject(new Error("Channel not found."));
  437. const playlistId = data.items[0].contentDetails.relatedPlaylists.uploads;
  438. return resolve({ playlistId });
  439. })
  440. .catch(err => {
  441. YouTubeModule.log("ERROR", "GET_CHANNEL_UPLOADS_PLAYLIST_ID", `${err.message}`);
  442. if (err.message === "Request failed with status code 404")
  443. return reject(new Error("Channel not found. Is the channel public/unlisted?"));
  444. if (err.message === "Searching with YouTube is disabled.") return reject(err);
  445. return reject(new Error("An error has occured. Please try again later."));
  446. });
  447. });
  448. }
  449. /**
  450. * Gets the id of the channel from the custom URL
  451. *
  452. * @param {object} payload - object that contains the payload
  453. * @param {string} payload.customUrl - the customUrl of the YouTube channel
  454. * @returns {Promise} - returns promise (reject, resolve)
  455. */
  456. GET_CHANNEL_ID_FROM_CUSTOM_URL(payload) {
  457. return new Promise((resolve, reject) => {
  458. async.waterfall(
  459. [
  460. next => {
  461. const params = {
  462. part: "snippet",
  463. type: "channel",
  464. maxResults: 50
  465. };
  466. params.q = payload.customUrl;
  467. YouTubeModule.runJob(
  468. "API_SEARCH",
  469. {
  470. params
  471. },
  472. this
  473. )
  474. .then(({ response }) => {
  475. const { data } = response;
  476. if (data.pageInfo.totalResults === 0) return next("Channel not found.");
  477. const channelIds = data.items.map(item => item.id.channelId);
  478. return next(null, channelIds);
  479. })
  480. .catch(err => {
  481. next(err);
  482. });
  483. },
  484. (channelIds, next) => {
  485. const params = {
  486. part: "snippet",
  487. id: channelIds.join(","),
  488. maxResults: 50
  489. };
  490. YouTubeModule.runJob(
  491. "API_GET_CHANNELS",
  492. {
  493. params
  494. },
  495. this
  496. )
  497. .then(({ response }) => {
  498. const { data } = response;
  499. if (data.pageInfo.totalResults === 0) return next("Channel not found.");
  500. let channelId = null;
  501. data.items.forEach(item => {
  502. if (
  503. item.snippet.customUrl &&
  504. item.snippet.customUrl.toLowerCase() === payload.customUrl.toLowerCase()
  505. ) {
  506. channelId = item.id;
  507. }
  508. });
  509. if (!channelId) return next("Channel not found.");
  510. return next(null, channelId);
  511. })
  512. .catch(err => {
  513. next(err);
  514. });
  515. }
  516. ],
  517. (err, channelId) => {
  518. if (err) {
  519. YouTubeModule.log("ERROR", "GET_CHANNEL_ID_FROM_CUSTOM_URL", `${err.message || err}`);
  520. if (err.message === "Request failed with status code 404")
  521. return reject(new Error("Channel not found. Is the channel public/unlisted?"));
  522. if (err.message === "Searching with YouTube is disabled.") return reject(err);
  523. return reject(new Error("An error has occured. Please try again later."));
  524. }
  525. return resolve({ channelId });
  526. }
  527. );
  528. });
  529. }
  530. /**
  531. * Returns an array of songs taken from a YouTube playlist
  532. *
  533. * @param {object} payload - object that contains the payload
  534. * @param {boolean} payload.musicOnly - whether to return music videos or all videos in the playlist
  535. * @param {string} payload.url - the url of the YouTube playlist
  536. * @returns {Promise} - returns promise (reject, resolve)
  537. */
  538. GET_PLAYLIST(payload) {
  539. return new Promise((resolve, reject) => {
  540. const regex = /[\\?&]list=([^&#]*)/;
  541. const splitQuery = regex.exec(payload.url);
  542. if (!splitQuery) {
  543. YouTubeModule.log("ERROR", "GET_PLAYLIST", "Invalid YouTube playlist URL query.");
  544. reject(new Error("Invalid playlist URL."));
  545. return;
  546. }
  547. const playlistId = splitQuery[1];
  548. async.waterfall(
  549. [
  550. next => {
  551. let songs = [];
  552. let nextPageToken = "";
  553. async.whilst(
  554. next => {
  555. YouTubeModule.log(
  556. "INFO",
  557. `Getting playlist progress for job (${this.toString()}): ${
  558. songs.length
  559. } songs gotten so far. Is there a next page: ${nextPageToken !== undefined}.`
  560. );
  561. next(null, nextPageToken !== undefined);
  562. },
  563. next => {
  564. // Add 250ms delay between each job request
  565. setTimeout(() => {
  566. YouTubeModule.runJob("GET_PLAYLIST_PAGE", { playlistId, nextPageToken }, this)
  567. .then(response => {
  568. songs = songs.concat(response.songs);
  569. nextPageToken = response.nextPageToken;
  570. next();
  571. })
  572. .catch(err => next(err));
  573. }, 250);
  574. },
  575. err => next(err, songs)
  576. );
  577. },
  578. (songs, next) =>
  579. next(
  580. null,
  581. songs.map(song => song.contentDetails.videoId)
  582. ),
  583. (songs, next) => {
  584. if (!payload.musicOnly) return next(true, { songs });
  585. return YouTubeModule.runJob("FILTER_MUSIC_VIDEOS", { videoIds: songs.slice() }, this)
  586. .then(filteredSongs => next(null, { filteredSongs, songs }))
  587. .catch(next);
  588. }
  589. ],
  590. (err, response) => {
  591. if (err && err !== true) {
  592. YouTubeModule.log("ERROR", "GET_PLAYLIST", "Some error has occurred.", err.message);
  593. reject(new Error(err.message));
  594. } else {
  595. resolve({ songs: response.filteredSongs ? response.filteredSongs.videoIds : response.songs });
  596. }
  597. }
  598. );
  599. });
  600. }
  601. /**
  602. * Returns a a page from a YouTube playlist. Is used internally by GET_PLAYLIST and GET_CHANNEL.
  603. *
  604. * @param {object} payload - object that contains the payload
  605. * @param {boolean} payload.playlistId - the playlist id to get videos from
  606. * @param {boolean} payload.nextPageToken - the nextPageToken to use
  607. * @param {string} payload.url - the url of the YouTube playlist
  608. * @returns {Promise} - returns promise (reject, resolve)
  609. */
  610. GET_PLAYLIST_PAGE(payload) {
  611. return new Promise((resolve, reject) => {
  612. const params = {
  613. part: "contentDetails",
  614. playlistId: payload.playlistId,
  615. maxResults: 50
  616. };
  617. if (payload.nextPageToken) params.pageToken = payload.nextPageToken;
  618. YouTubeModule.runJob(
  619. "API_GET_PLAYLIST_ITEMS",
  620. {
  621. params
  622. },
  623. this
  624. )
  625. .then(({ response }) => {
  626. const { data } = response;
  627. const songs = data.items;
  628. if (data.nextPageToken) return resolve({ nextPageToken: data.nextPageToken, songs });
  629. return resolve({ songs });
  630. })
  631. .catch(err => {
  632. YouTubeModule.log("ERROR", "GET_PLAYLIST_PAGE", `${err.message}`);
  633. if (err.message === "Request failed with status code 404")
  634. return reject(new Error("Playlist not found. Is the playlist public/unlisted?"));
  635. return reject(new Error("An error has occured. Please try again later."));
  636. });
  637. });
  638. }
  639. /**
  640. * Filters a list of YouTube videos so that they only contains videos with music. Is used internally by GET_PLAYLIST
  641. *
  642. * @param {object} payload - object that contains the payload
  643. * @param {Array} payload.videoIds - an array of YouTube videoIds to filter through
  644. * @param {Array} payload.page - the current page/set of video's to get, starting at 0. If left null, 0 is assumed. Will recurse.
  645. * @returns {Promise} - returns promise (reject, resolve)
  646. */
  647. FILTER_MUSIC_VIDEOS(payload) {
  648. return new Promise((resolve, reject) => {
  649. const page = payload.page ? payload.page : 0;
  650. const videosPerPage = 50;
  651. const localVideoIds = payload.videoIds.splice(page * 50, videosPerPage);
  652. if (localVideoIds.length === 0) {
  653. resolve({ videoIds: [] });
  654. return;
  655. }
  656. const params = {
  657. part: "topicDetails",
  658. id: localVideoIds.join(","),
  659. maxResults: videosPerPage
  660. };
  661. YouTubeModule.runJob("API_GET_VIDEOS", { params }, this)
  662. .then(({ response }) => {
  663. const { data } = response;
  664. const videoIds = [];
  665. data.items.forEach(item => {
  666. const videoId = item.id;
  667. if (!item.topicDetails) return;
  668. if (item.topicDetails.topicCategories.indexOf("https://en.wikipedia.org/wiki/Music") !== -1)
  669. videoIds.push(videoId);
  670. });
  671. return YouTubeModule.runJob(
  672. "FILTER_MUSIC_VIDEOS",
  673. { videoIds: payload.videoIds, page: page + 1 },
  674. this
  675. )
  676. .then(result => resolve({ videoIds: videoIds.concat(result.videoIds) }))
  677. .catch(err => reject(err));
  678. })
  679. .catch(err => {
  680. YouTubeModule.log("ERROR", "FILTER_MUSIC_VIDEOS", `${err.message}`);
  681. return reject(new Error("Failed to find playlist from YouTube"));
  682. });
  683. });
  684. }
  685. /**
  686. * Returns an array of songs taken from a YouTube channel
  687. *
  688. * @param {object} payload - object that contains the payload
  689. * @param {boolean} payload.musicOnly - whether to return music videos or all videos in the channel
  690. * @param {boolean} payload.disableSearch - whether to allow searching for custom url/username
  691. * @param {string} payload.url - the url of the YouTube channel
  692. * @returns {Promise} - returns promise (reject, resolve)
  693. */
  694. GET_CHANNEL(payload) {
  695. return new Promise((resolve, reject) => {
  696. const regex =
  697. /\.[\w]+\/(?:(?:channel\/(UC[0-9A-Za-z_-]{21}[AQgw]))|(?:user\/?([\w-]+))|(?:c\/?([\w-]+))|(?:\/?([\w-]+)))/;
  698. const splitQuery = regex.exec(payload.url);
  699. if (!splitQuery) {
  700. YouTubeModule.log("ERROR", "GET_CHANNEL", "Invalid YouTube channel URL query.");
  701. reject(new Error("Invalid playlist URL."));
  702. return;
  703. }
  704. const channelId = splitQuery[1];
  705. const channelUsername = splitQuery[2];
  706. const channelCustomUrl = splitQuery[3];
  707. const channelUsernameOrCustomUrl = splitQuery[4];
  708. console.log(`Channel id: ${channelId}`);
  709. console.log(`Channel username: ${channelUsername}`);
  710. console.log(`Channel custom URL: ${channelCustomUrl}`);
  711. console.log(`Channel username or custom URL: ${channelUsernameOrCustomUrl}`);
  712. const disableSearch = payload.disableSearch || false;
  713. async.waterfall(
  714. [
  715. next => {
  716. const payload = {};
  717. if (channelId) payload.id = channelId;
  718. else if (channelUsername) payload.username = channelUsername;
  719. else return next(null, true, null);
  720. return YouTubeModule.runJob("GET_CHANNEL_UPLOADS_PLAYLIST_ID", payload, this)
  721. .then(({ playlistId }) => {
  722. next(null, false, playlistId);
  723. })
  724. .catch(err => {
  725. if (err.message === "Channel not found. Is the channel public/unlisted?")
  726. next(null, true, null);
  727. else next(err);
  728. });
  729. },
  730. (getUsernameFromCustomUrl, playlistId, next) => {
  731. if (!getUsernameFromCustomUrl) return next(null, playlistId);
  732. if (disableSearch)
  733. return next(
  734. "Importing with this type of URL is disabled. Please provide a channel URL with the channel ID."
  735. );
  736. const payload = {};
  737. if (channelCustomUrl) payload.customUrl = channelCustomUrl;
  738. else if (channelUsernameOrCustomUrl) payload.customUrl = channelUsernameOrCustomUrl;
  739. else return next("No proper URL provided.");
  740. return YouTubeModule.runJob("GET_CHANNEL_ID_FROM_CUSTOM_URL", payload, this)
  741. .then(({ channelId }) => {
  742. YouTubeModule.runJob("GET_CHANNEL_UPLOADS_PLAYLIST_ID", { id: channelId }, this)
  743. .then(({ playlistId }) => {
  744. next(null, playlistId);
  745. })
  746. .catch(err => next(err));
  747. })
  748. .catch(err => next(err));
  749. },
  750. (playlistId, next) => {
  751. let songs = [];
  752. let nextPageToken = "";
  753. async.whilst(
  754. next => {
  755. YouTubeModule.log(
  756. "INFO",
  757. `Getting channel progress for job (${this.toString()}): ${
  758. songs.length
  759. } songs gotten so far. Is there a next page: ${nextPageToken !== undefined}.`
  760. );
  761. next(null, nextPageToken !== undefined);
  762. },
  763. next => {
  764. // Add 250ms delay between each job request
  765. setTimeout(() => {
  766. YouTubeModule.runJob("GET_PLAYLIST_PAGE", { playlistId, nextPageToken }, this)
  767. .then(response => {
  768. songs = songs.concat(response.songs);
  769. nextPageToken = response.nextPageToken;
  770. next();
  771. })
  772. .catch(err => next(err));
  773. }, 250);
  774. },
  775. err => next(err, songs)
  776. );
  777. },
  778. (songs, next) =>
  779. next(
  780. null,
  781. songs.map(song => song.contentDetails.videoId)
  782. ),
  783. (songs, next) => {
  784. if (!payload.musicOnly) return next(true, { songs });
  785. return YouTubeModule.runJob("FILTER_MUSIC_VIDEOS", { videoIds: songs.slice() }, this)
  786. .then(filteredSongs => next(null, { filteredSongs, songs }))
  787. .catch(next);
  788. }
  789. ],
  790. (err, response) => {
  791. if (err && err !== true) {
  792. YouTubeModule.log("ERROR", "GET_CHANNEL", "Some error has occurred.", err.message || err);
  793. reject(new Error(err.message || err));
  794. } else {
  795. resolve({ songs: response.filteredSongs ? response.filteredSongs.videoIds : response.songs });
  796. }
  797. }
  798. );
  799. });
  800. }
  801. /**
  802. * Perform YouTube API get videos request
  803. *
  804. * @param {object} payload - object that contains the payload
  805. * @param {object} payload.params - request parameters
  806. * @returns {Promise} - returns promise (reject, resolve)
  807. */
  808. API_GET_VIDEOS(payload) {
  809. return new Promise((resolve, reject) => {
  810. const { params } = payload;
  811. YouTubeModule.runJob(
  812. "API_CALL",
  813. {
  814. url: "https://www.googleapis.com/youtube/v3/videos",
  815. params: {
  816. key: config.get("apis.youtube.key"),
  817. ...params
  818. },
  819. quotaCost: 1
  820. },
  821. this
  822. )
  823. .then(response => {
  824. resolve(response);
  825. })
  826. .catch(err => {
  827. reject(err);
  828. });
  829. });
  830. }
  831. /**
  832. * Perform YouTube API get playlist items request
  833. *
  834. * @param {object} payload - object that contains the payload
  835. * @param {object} payload.params - request parameters
  836. * @returns {Promise} - returns promise (reject, resolve)
  837. */
  838. API_GET_PLAYLIST_ITEMS(payload) {
  839. return new Promise((resolve, reject) => {
  840. const { params } = payload;
  841. YouTubeModule.runJob(
  842. "API_CALL",
  843. {
  844. url: "https://www.googleapis.com/youtube/v3/playlistItems",
  845. params: {
  846. key: config.get("apis.youtube.key"),
  847. ...params
  848. },
  849. quotaCost: 1
  850. },
  851. this
  852. )
  853. .then(response => {
  854. resolve(response);
  855. })
  856. .catch(err => {
  857. reject(err);
  858. });
  859. });
  860. }
  861. /**
  862. * Perform YouTube API get channels request
  863. *
  864. * @param {object} payload - object that contains the payload
  865. * @param {object} payload.params - request parameters
  866. * @returns {Promise} - returns promise (reject, resolve)
  867. */
  868. API_GET_CHANNELS(payload) {
  869. return new Promise((resolve, reject) => {
  870. const { params } = payload;
  871. YouTubeModule.runJob(
  872. "API_CALL",
  873. {
  874. url: "https://www.googleapis.com/youtube/v3/channels",
  875. params: {
  876. key: config.get("apis.youtube.key"),
  877. ...params
  878. },
  879. quotaCost: 1
  880. },
  881. this
  882. )
  883. .then(response => {
  884. resolve(response);
  885. })
  886. .catch(err => {
  887. reject(err);
  888. });
  889. });
  890. }
  891. /**
  892. * Perform YouTube API search request
  893. *
  894. * @param {object} payload - object that contains the payload
  895. * @param {object} payload.params - request parameters
  896. * @returns {Promise} - returns promise (reject, resolve)
  897. */
  898. API_SEARCH(payload) {
  899. return new Promise((resolve, reject) => {
  900. const { params } = payload;
  901. if (
  902. config.has("experimental.disable_youtube_search") &&
  903. config.get("experimental.disable_youtube_search")
  904. ) {
  905. reject(new Error("Searching with YouTube is disabled."));
  906. return;
  907. }
  908. YouTubeModule.runJob(
  909. "API_CALL",
  910. {
  911. url: "https://www.googleapis.com/youtube/v3/search",
  912. params: {
  913. key: config.get("apis.youtube.key"),
  914. ...params
  915. },
  916. quotaCost: 100
  917. },
  918. this
  919. )
  920. .then(response => {
  921. resolve(response);
  922. })
  923. .catch(err => {
  924. reject(err);
  925. });
  926. });
  927. }
  928. /**
  929. * Perform YouTube API call
  930. *
  931. * @param {object} payload - object that contains the payload
  932. * @param {object} payload.url - request url
  933. * @param {object} payload.params - request parameters
  934. * @param {object} payload.quotaCost - request quotaCost
  935. * @returns {Promise} - returns promise (reject, resolve)
  936. */
  937. API_CALL(payload) {
  938. return new Promise((resolve, reject) => {
  939. const { url, params, quotaCost } = payload;
  940. const quotaExceeded = isQuotaExceeded(YouTubeModule.apiCalls);
  941. if (quotaExceeded) reject(new Error("Quota has been exceeded. Please wait a while."));
  942. else {
  943. const youtubeApiRequest = new YouTubeModule.YoutubeApiRequestModel({
  944. url,
  945. date: Date.now(),
  946. quotaCost
  947. });
  948. youtubeApiRequest.save();
  949. const { ...keylessParams } = payload.params;
  950. CacheModule.runJob("HSET", {
  951. table: "youtubeApiRequestParams",
  952. key: youtubeApiRequest._id.toString(),
  953. value: JSON.stringify(keylessParams)
  954. }).then();
  955. YouTubeModule.apiCalls.push({ date: youtubeApiRequest.date, quotaCost });
  956. YouTubeModule.axios
  957. .get(url, {
  958. params,
  959. timeout: YouTubeModule.requestTimeout
  960. })
  961. .then(response => {
  962. if (response.data.error) {
  963. reject(new Error(response.data.error));
  964. } else {
  965. CacheModule.runJob("HSET", {
  966. table: "youtubeApiRequestResults",
  967. key: youtubeApiRequest._id.toString(),
  968. value: JSON.stringify(response.data)
  969. }).then();
  970. resolve({ response });
  971. }
  972. })
  973. .catch(err => {
  974. reject(err);
  975. });
  976. }
  977. });
  978. }
  979. /**
  980. * Fetch all api requests
  981. *
  982. * @param {object} payload - object that contains the payload
  983. * @param {object} payload.fromDate - data to fetch requests up to
  984. * @returns {Promise} - returns promise (reject, resolve)
  985. */
  986. GET_API_REQUESTS(payload) {
  987. return new Promise((resolve, reject) => {
  988. const fromDate = payload.fromDate ? new Date(payload.fromDate) : new Date();
  989. YouTubeModule.youtubeApiRequestModel
  990. .find({ date: { $lte: fromDate } })
  991. .sort({ date: -1 })
  992. .exec((err, youtubeApiRequests) => {
  993. if (err) reject(new Error("Couldn't load YouTube API requests."));
  994. else {
  995. resolve({ apiRequests: youtubeApiRequests });
  996. }
  997. });
  998. });
  999. }
  1000. /**
  1001. * Fetch an api request
  1002. *
  1003. * @param {object} payload - object that contains the payload
  1004. * @param {object} payload.apiRequestId - the api request id
  1005. * @returns {Promise} - returns promise (reject, resolve)
  1006. */
  1007. GET_API_REQUEST(payload) {
  1008. return new Promise((resolve, reject) => {
  1009. const { apiRequestId } = payload;
  1010. async.waterfall(
  1011. [
  1012. next => {
  1013. YouTubeModule.youtubeApiRequestModel.findOne({ _id: apiRequestId }).exec(next);
  1014. },
  1015. (apiRequest, next) => {
  1016. CacheModule.runJob(
  1017. "HGET",
  1018. {
  1019. table: "youtubeApiRequestParams",
  1020. key: apiRequestId.toString()
  1021. },
  1022. this
  1023. )
  1024. .then(apiRequestParams => {
  1025. next(null, {
  1026. ...apiRequest._doc,
  1027. params: apiRequestParams
  1028. });
  1029. })
  1030. .catch(err => next(err));
  1031. },
  1032. (apiRequest, next) => {
  1033. CacheModule.runJob(
  1034. "HGET",
  1035. {
  1036. table: "youtubeApiRequestResults",
  1037. key: apiRequestId.toString()
  1038. },
  1039. this
  1040. )
  1041. .then(apiRequestResults => {
  1042. next(null, {
  1043. ...apiRequest,
  1044. results: apiRequestResults
  1045. });
  1046. })
  1047. .catch(err => next(err));
  1048. }
  1049. ],
  1050. (err, apiRequest) => {
  1051. if (err) reject(new Error(err));
  1052. else resolve({ apiRequest });
  1053. }
  1054. );
  1055. });
  1056. }
  1057. /**
  1058. * Removed all stored api requests from mongo and redis
  1059. *
  1060. * @returns {Promise} - returns promise (reject, resolve)
  1061. */
  1062. RESET_STORED_API_REQUESTS() {
  1063. return new Promise((resolve, reject) => {
  1064. async.waterfall(
  1065. [
  1066. next => {
  1067. this.publishProgress({ status: "update", message: `Resetting stored API requests (stage 1)` });
  1068. YouTubeModule.youtubeApiRequestModel.find({}, next);
  1069. },
  1070. (apiRequests, next) => {
  1071. this.publishProgress({ status: "update", message: `Resetting stored API requests (stage 2)` });
  1072. YouTubeModule.youtubeApiRequestModel.deleteMany({}, err => {
  1073. if (err) next("Couldn't reset stored YouTube API requests.");
  1074. else {
  1075. next(null, apiRequests);
  1076. }
  1077. });
  1078. },
  1079. (apiRequests, next) => {
  1080. this.publishProgress({ status: "update", message: `Resetting stored API requests (stage 3)` });
  1081. CacheModule.runJob("DEL", { key: "youtubeApiRequestParams" }, this)
  1082. .then(() => next(null, apiRequests))
  1083. .catch(err => next(err));
  1084. },
  1085. (apiRequests, next) => {
  1086. this.publishProgress({ status: "update", message: `Resetting stored API requests (stage 4)` });
  1087. CacheModule.runJob("DEL", { key: "youtubeApiRequestResults" }, this)
  1088. .then(() => next(null, apiRequests))
  1089. .catch(err => next(err));
  1090. },
  1091. (apiRequests, next) => {
  1092. this.publishProgress({ status: "update", message: `Resetting stored API requests (stage 5)` });
  1093. async.eachLimit(
  1094. apiRequests.map(apiRequest => apiRequest._id),
  1095. 1,
  1096. (requestId, next) => {
  1097. CacheModule.runJob(
  1098. "PUB",
  1099. {
  1100. channel: "youtube.removeYoutubeApiRequest",
  1101. value: requestId
  1102. },
  1103. this
  1104. )
  1105. .then(() => {
  1106. next();
  1107. })
  1108. .catch(err => {
  1109. next(err);
  1110. });
  1111. },
  1112. err => {
  1113. if (err) next(err);
  1114. else next();
  1115. }
  1116. );
  1117. }
  1118. ],
  1119. err => {
  1120. if (err) reject(new Error(err));
  1121. else resolve();
  1122. }
  1123. );
  1124. });
  1125. }
  1126. /**
  1127. * Remove a stored api request
  1128. *
  1129. * @param {object} payload - object that contains the payload
  1130. * @param {object} payload.requestId - the api request id
  1131. * @returns {Promise} - returns promise (reject, resolve)
  1132. */
  1133. REMOVE_STORED_API_REQUEST(payload) {
  1134. return new Promise((resolve, reject) => {
  1135. async.waterfall(
  1136. [
  1137. next => {
  1138. YouTubeModule.youtubeApiRequestModel.deleteOne({ _id: payload.requestId }, err => {
  1139. if (err) next("Couldn't remove stored YouTube API request.");
  1140. else {
  1141. next();
  1142. }
  1143. });
  1144. },
  1145. next => {
  1146. CacheModule.runJob(
  1147. "HDEL",
  1148. {
  1149. table: "youtubeApiRequestParams",
  1150. key: payload.requestId.toString()
  1151. },
  1152. this
  1153. )
  1154. .then(next)
  1155. .catch(err => next(err));
  1156. },
  1157. next => {
  1158. CacheModule.runJob(
  1159. "HDEL",
  1160. {
  1161. table: "youtubeApiRequestResults",
  1162. key: payload.requestId.toString()
  1163. },
  1164. this
  1165. )
  1166. .then(next)
  1167. .catch(err => next(err));
  1168. },
  1169. next => {
  1170. CacheModule.runJob("PUB", {
  1171. channel: "youtube.removeYoutubeApiRequest",
  1172. value: payload.requestId.toString()
  1173. })
  1174. .then(next)
  1175. .catch(err => next(err));
  1176. }
  1177. ],
  1178. err => {
  1179. if (err) reject(new Error(err));
  1180. else resolve();
  1181. }
  1182. );
  1183. });
  1184. }
  1185. /**
  1186. * Create YouTube videos
  1187. *
  1188. * @param {object} payload - an object containing the payload
  1189. * @param {string} payload.youtubeVideos - the youtubeVideo object or array of
  1190. * @returns {Promise} - returns a promise (resolve, reject)
  1191. */
  1192. CREATE_VIDEOS(payload) {
  1193. return new Promise((resolve, reject) => {
  1194. async.waterfall(
  1195. [
  1196. next => {
  1197. let { youtubeVideos } = payload;
  1198. if (typeof youtubeVideos !== "object") next("Invalid youtubeVideos type");
  1199. else {
  1200. if (!Array.isArray(youtubeVideos)) youtubeVideos = [youtubeVideos];
  1201. YouTubeModule.youtubeVideoModel.insertMany(youtubeVideos, next);
  1202. }
  1203. },
  1204. (youtubeVideos, next) => {
  1205. const youtubeIds = youtubeVideos.map(video => video.youtubeId);
  1206. async.eachLimit(
  1207. youtubeIds,
  1208. 2,
  1209. (youtubeId, next) => {
  1210. MediaModule.runJob("RECALCULATE_RATINGS", { youtubeId }, this)
  1211. .then(() => next())
  1212. .catch(next);
  1213. },
  1214. err => {
  1215. if (err) next(err);
  1216. else next(null, youtubeVideos);
  1217. }
  1218. );
  1219. }
  1220. ],
  1221. (err, youtubeVideos) => {
  1222. if (err) reject(new Error(err));
  1223. else resolve({ youtubeVideos });
  1224. }
  1225. );
  1226. });
  1227. }
  1228. /**
  1229. * Get YouTube video
  1230. *
  1231. * @param {object} payload - an object containing the payload
  1232. * @param {string} payload.identifier - the youtube video ObjectId or YouTube ID
  1233. * @param {string} payload.createMissing - attempt to fetch and create video if not in db
  1234. * @returns {Promise} - returns a promise (resolve, reject)
  1235. */
  1236. GET_VIDEO(payload) {
  1237. return new Promise((resolve, reject) => {
  1238. async.waterfall(
  1239. [
  1240. next => {
  1241. const query = mongoose.Types.ObjectId.isValid(payload.identifier)
  1242. ? { _id: payload.identifier }
  1243. : { youtubeId: payload.identifier };
  1244. return YouTubeModule.youtubeVideoModel.findOne(query, next);
  1245. },
  1246. (video, next) => {
  1247. if (video) return next(null, video, false);
  1248. if (mongoose.Types.ObjectId.isValid(payload.identifier) || !payload.createMissing)
  1249. return next("YouTube video not found.");
  1250. const params = {
  1251. part: "snippet,contentDetails,statistics,status",
  1252. id: payload.identifier
  1253. };
  1254. return YouTubeModule.runJob("API_GET_VIDEOS", { params }, this)
  1255. .then(({ response }) => {
  1256. const { data } = response;
  1257. if (data.items[0] === undefined)
  1258. return next("The specified video does not exist or cannot be publicly accessed.");
  1259. // TODO Clean up duration converter
  1260. let dur = data.items[0].contentDetails.duration;
  1261. dur = dur.replace("PT", "");
  1262. let duration = 0;
  1263. dur = dur.replace(/([\d]*)H/, (v, v2) => {
  1264. v2 = Number(v2);
  1265. duration = v2 * 60 * 60;
  1266. return "";
  1267. });
  1268. dur = dur.replace(/([\d]*)M/, (v, v2) => {
  1269. v2 = Number(v2);
  1270. duration += v2 * 60;
  1271. return "";
  1272. });
  1273. dur.replace(/([\d]*)S/, (v, v2) => {
  1274. v2 = Number(v2);
  1275. duration += v2;
  1276. return "";
  1277. });
  1278. const youtubeVideo = {
  1279. youtubeId: data.items[0].id,
  1280. title: data.items[0].snippet.title,
  1281. author: data.items[0].snippet.channelTitle,
  1282. thumbnail: data.items[0].snippet.thumbnails.default.url,
  1283. duration,
  1284. uploadedAt: new Date(data.items[0].snippet.publishedAt)
  1285. };
  1286. return next(null, false, youtubeVideo);
  1287. })
  1288. .catch(next);
  1289. },
  1290. (video, youtubeVideo, next) => {
  1291. if (video) return next(null, video, true);
  1292. return YouTubeModule.runJob("CREATE_VIDEOS", { youtubeVideos: youtubeVideo }, this)
  1293. .then(res => {
  1294. if (res.youtubeVideos.length === 1) next(null, res.youtubeVideos[0], false);
  1295. else next("YouTube video not found.");
  1296. })
  1297. .catch(next);
  1298. }
  1299. ],
  1300. (err, video, existing) => {
  1301. if (err) reject(new Error(err));
  1302. else resolve({ video, existing });
  1303. }
  1304. );
  1305. });
  1306. }
  1307. /**
  1308. * Remove YouTube videos
  1309. *
  1310. * @param {object} payload - an object containing the payload
  1311. * @param {string} payload.videoIds - Array of youtubeVideo ObjectIds
  1312. * @returns {Promise} - returns a promise (resolve, reject)
  1313. */
  1314. REMOVE_VIDEOS(payload) {
  1315. return new Promise((resolve, reject) => {
  1316. let { videoIds } = payload;
  1317. if (!Array.isArray(videoIds)) videoIds = [videoIds];
  1318. async.waterfall(
  1319. [
  1320. next => {
  1321. if (!videoIds.every(videoId => mongoose.Types.ObjectId.isValid(videoId)))
  1322. next("One or more videoIds are not a valid ObjectId.");
  1323. else {
  1324. this.publishProgress({ status: "update", message: `Removing video (stage 1)` });
  1325. YouTubeModule.youtubeVideoModel.find({ _id: { $in: videoIds } }, (err, videos) => {
  1326. if (err) next(err);
  1327. else
  1328. next(
  1329. null,
  1330. videos.map(video => video.youtubeId)
  1331. );
  1332. });
  1333. }
  1334. },
  1335. (youtubeIds, next) => {
  1336. this.publishProgress({ status: "update", message: `Removing video (stage 2)` });
  1337. SongsModule.SongModel.find({ youtubeId: { $in: youtubeIds } }, (err, songs) => {
  1338. if (err) next(err);
  1339. else {
  1340. const filteredIds = youtubeIds.filter(
  1341. youtubeId => !songs.find(song => song.youtubeId === youtubeId)
  1342. );
  1343. if (filteredIds.length < youtubeIds.length)
  1344. next("One or more videos are attached to songs.");
  1345. else next(null, filteredIds);
  1346. }
  1347. });
  1348. },
  1349. (youtubeIds, next) => {
  1350. this.publishProgress({ status: "update", message: `Removing video (stage 3)` });
  1351. MediaModule.runJob("REMOVE_RATINGS", { youtubeIds }, this)
  1352. .then(() => next(null, youtubeIds))
  1353. .catch(next);
  1354. },
  1355. (youtubeIds, next) => {
  1356. this.publishProgress({ status: "update", message: `Removing video (stage 4)` });
  1357. async.eachLimit(
  1358. youtubeIds,
  1359. 2,
  1360. (youtubeId, next) => {
  1361. async.waterfall(
  1362. [
  1363. next => {
  1364. PlaylistsModule.playlistModel.find(
  1365. { "songs.youtubeId": youtubeId },
  1366. (err, playlists) => {
  1367. if (err) next(err);
  1368. else {
  1369. async.eachLimit(
  1370. playlists,
  1371. 1,
  1372. (playlist, next) => {
  1373. PlaylistsModule.runJob(
  1374. "REMOVE_FROM_PLAYLIST",
  1375. { playlistId: playlist._id, youtubeId },
  1376. this
  1377. )
  1378. .then(() => next())
  1379. .catch(next);
  1380. },
  1381. next
  1382. );
  1383. }
  1384. }
  1385. );
  1386. },
  1387. next => {
  1388. StationsModule.stationModel.find(
  1389. { "queue.youtubeId": youtubeId },
  1390. (err, stations) => {
  1391. if (err) next(err);
  1392. else {
  1393. async.eachLimit(
  1394. stations,
  1395. 1,
  1396. (station, next) => {
  1397. StationsModule.runJob(
  1398. "REMOVE_FROM_QUEUE",
  1399. { stationId: station._id, youtubeId },
  1400. this
  1401. )
  1402. .then(() => next())
  1403. .catch(err => {
  1404. if (
  1405. err === "Station not found" ||
  1406. err ===
  1407. "Song is not currently in the queue."
  1408. )
  1409. next();
  1410. else next(err);
  1411. });
  1412. },
  1413. next
  1414. );
  1415. }
  1416. }
  1417. );
  1418. },
  1419. next => {
  1420. StationsModule.stationModel.find(
  1421. { "currentSong.youtubeId": youtubeId },
  1422. (err, stations) => {
  1423. if (err) next(err);
  1424. else {
  1425. async.eachLimit(
  1426. stations,
  1427. 1,
  1428. (station, next) => {
  1429. StationsModule.runJob(
  1430. "SKIP_STATION",
  1431. {
  1432. stationId: station._id,
  1433. natural: false,
  1434. skipReason: "other"
  1435. },
  1436. this
  1437. )
  1438. .then(() => {
  1439. next();
  1440. })
  1441. .catch(err => {
  1442. if (err.message === "Station not found.")
  1443. next();
  1444. else next(err);
  1445. });
  1446. },
  1447. next
  1448. );
  1449. }
  1450. }
  1451. );
  1452. }
  1453. ],
  1454. next
  1455. );
  1456. },
  1457. next
  1458. );
  1459. },
  1460. next => {
  1461. this.publishProgress({ status: "update", message: `Removing video (stage 5)` });
  1462. YouTubeModule.youtubeVideoModel.deleteMany({ _id: { $in: videoIds } }, next);
  1463. },
  1464. (res, next) => {
  1465. this.publishProgress({ status: "update", message: `Removing video (stage 6)` });
  1466. CacheModule.runJob("PUB", {
  1467. channel: "youtube.removeVideos",
  1468. value: videoIds
  1469. })
  1470. .then(next)
  1471. .catch(err => next(err));
  1472. }
  1473. ],
  1474. err => {
  1475. if (err) reject(new Error(err));
  1476. else resolve();
  1477. }
  1478. );
  1479. });
  1480. }
  1481. /**
  1482. * Request a set of YouTube videos
  1483. *
  1484. * @param {object} payload - an object containing the payload
  1485. * @param {string} payload.url - the url of the the YouTube playlist or channel
  1486. * @param {boolean} payload.musicOnly - whether to only get music from the playlist/channel
  1487. * @param {boolean} payload.returnVideos - whether to return videos
  1488. * @returns {Promise} - returns a promise (resolve, reject)
  1489. */
  1490. REQUEST_SET(payload) {
  1491. return new Promise((resolve, reject) => {
  1492. async.waterfall(
  1493. [
  1494. next => {
  1495. const playlistRegex = /[\\?&]list=([^&#]*)/;
  1496. const channelRegex =
  1497. /\.[\w]+\/(?:(?:channel\/(UC[0-9A-Za-z_-]{21}[AQgw]))|(?:user\/?([\w-]+))|(?:c\/?([\w-]+))|(?:\/?([\w-]+)))/;
  1498. if (playlistRegex.exec(payload.url) || channelRegex.exec(payload.url))
  1499. YouTubeModule.runJob(
  1500. playlistRegex.exec(payload.url) ? "GET_PLAYLIST" : "GET_CHANNEL",
  1501. {
  1502. url: payload.url,
  1503. musicOnly: payload.musicOnly
  1504. },
  1505. this
  1506. )
  1507. .then(res => {
  1508. next(null, res.songs);
  1509. })
  1510. .catch(next);
  1511. else next("Invalid YouTube URL.");
  1512. },
  1513. (youtubeIds, next) => {
  1514. let successful = 0;
  1515. let failed = 0;
  1516. let alreadyInDatabase = 0;
  1517. let videos = {};
  1518. const successfulVideoIds = [];
  1519. const failedVideoIds = [];
  1520. if (youtubeIds.length === 0) next();
  1521. async.eachOfLimit(
  1522. youtubeIds,
  1523. 1,
  1524. (youtubeId, index, next2) => {
  1525. YouTubeModule.runJob("GET_VIDEO", { identifier: youtubeId, createMissing: true }, this)
  1526. .then(res => {
  1527. successful += 1;
  1528. successfulVideoIds.push(youtubeId);
  1529. if (res.existing) alreadyInDatabase += 1;
  1530. if (res.video) videos[index] = res.video;
  1531. })
  1532. .catch(() => {
  1533. failed += 1;
  1534. failedVideoIds.push(youtubeId);
  1535. })
  1536. .finally(() => {
  1537. next2();
  1538. });
  1539. },
  1540. () => {
  1541. if (payload.returnVideos)
  1542. videos = Object.keys(videos)
  1543. .sort()
  1544. .map(key => videos[key]);
  1545. next(null, {
  1546. successful,
  1547. failed,
  1548. alreadyInDatabase,
  1549. videos,
  1550. successfulVideoIds,
  1551. failedVideoIds
  1552. });
  1553. }
  1554. );
  1555. }
  1556. ],
  1557. (err, response) => {
  1558. if (err) reject(new Error(err));
  1559. else resolve(response);
  1560. }
  1561. );
  1562. });
  1563. }
  1564. }
  1565. export default new _YouTubeModule();