So if you're using Proxmox you need to open up ssh and run the following commands:
- Setup a root password
sudo passwd root| let rssText = [...document.querySelectorAll("#main-link.channel-link")].map((e) => { | |
| const [, a, b] = e.href.match("/((?:user)|(?:channel))/(.*)$"); | |
| return "https://www.youtube.com/feeds/videos.xml?" + (a === "user" ? "user=" : "channel_id=") + b; | |
| }).join("\n") | |
| if (rssText) { | |
| navigator.clipboard.writeText(rssText).then( | |
| () => alert("A list of channel RSS feeds has been copied to the clipboard. \nPaste these into rssmix.com to generate a single RSS feed, or opml-gen.ovh to generate an OPML file.") | |
| ).catch( | |
| () => { | |
| console.log(rssText) |
| // @ts-nocheck TODO: remove at some point | |
| import babel from 'rollup-plugin-babel'; | |
| import commonjs from 'rollup-plugin-commonjs'; | |
| import config from 'sapper/config/rollup.js'; | |
| import getPreprocessor from 'svelte-preprocess' | |
| import path from 'path' | |
| import pkg from './package.json'; | |
| import postcss from 'rollup-plugin-postcss' | |
| import replace from 'rollup-plugin-replace'; |