mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 18:41:47 +00:00
chore(deps): remove node-fetch, migration to node v18 fetch API
This commit is contained in:
@ -2,7 +2,6 @@ const { promises } = require('node:fs'); // Used for caching
|
||||
const path = require('node:path');
|
||||
|
||||
const { ElectronBlocker } = require('@cliqz/adblocker-electron');
|
||||
const fetch = require('node-fetch');
|
||||
|
||||
const SOURCES = [
|
||||
'https://raw.githubusercontent.com/kbinani/adblock-youtube-ads/master/signed.txt',
|
||||
|
||||
Reference in New Issue
Block a user