From 7fa57b9e880742a1826fbc3f8a7e6abbe8c639a6 Mon Sep 17 00:00:00 2001 From: Shiba <44804845+DeepDoge@users.noreply.github.com> Date: Wed, 10 Aug 2022 09:38:57 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=99=20updated=20YTtoLBRY=20video?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/YTtoLBRY/README.md | 6 ------ src/pages/YTtoLBRY/main.tsx | 12 +++++++++--- 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 src/pages/YTtoLBRY/README.md diff --git a/src/pages/YTtoLBRY/README.md b/src/pages/YTtoLBRY/README.md deleted file mode 100644 index 04a15ce..0000000 --- a/src/pages/YTtoLBRY/README.md +++ /dev/null @@ -1,6 +0,0 @@ -# Getting your subscription data - -1. Go to https://takeout.google.com/settings/takeout -2. Deselect everything except `YouTube and YouTube Music` and within that only select `subscriptions` -3. Go through the process and create the export -4. Once it's exported, open the archive and find `YouTube and YouTube Music/subscriptions/subscriptions.json` and upload it to the extension \ No newline at end of file diff --git a/src/pages/YTtoLBRY/main.tsx b/src/pages/YTtoLBRY/main.tsx index 0294ce3..8ab79b1 100644 --- a/src/pages/YTtoLBRY/main.tsx +++ b/src/pages/YTtoLBRY/main.tsx @@ -4,7 +4,6 @@ import { getFileContent } from '../../modules/file' import { getSubsFromCsv, getSubsFromJson, getSubsFromOpml } from '../../modules/yt' import { resolveById } from '../../modules/yt/urlResolve' import { targetPlatformSettings, useExtensionSettings } from '../../settings' -import readme from './README.md' async function getSubscribedChannelIdsFromFile(file: File) { const ext = file.name.split('.').pop()?.toLowerCase() @@ -71,8 +70,15 @@ function YTtoLBRY() {