mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Fetch youtube videos from playlists
This commit is contained in:
parent
ffe5b5bbde
commit
976ab06cc3
3 changed files with 361 additions and 1 deletions
|
|
@ -5,8 +5,9 @@ import dotenv from 'dotenv'
|
|||
import semver from 'semver'
|
||||
import { PromisePool } from '@supercharge/promise-pool'
|
||||
import memoize from 'fast-memoize'
|
||||
import has from 'just-has'
|
||||
// import has from 'just-has'
|
||||
|
||||
import { saveYouTubeVideos } from '~/helpers/api/youtube/build.js'
|
||||
import buildAppList from '~/helpers/build-app-list.js'
|
||||
import buildGamesList from '~/helpers/build-game-list.js'
|
||||
import buildHomebrewList from '~/helpers/build-homebrew-list.js'
|
||||
|
|
@ -574,6 +575,8 @@ class BuildLists {
|
|||
|
||||
async build () {
|
||||
|
||||
await saveYouTubeVideos()
|
||||
|
||||
// Pull in and layer data from all sources
|
||||
await this.buildLists()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue