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() {