diff --git a/frontend/index.html b/frontend/index.html index 73f306e..ee45b78 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -2,8 +2,15 @@
- -Import from Google Takeout
++ Upload the subscriptions.csv from a YouTube Google Takeout export. + Channels already followed are skipped. +
++ Followed {status.followed ?? 0} new channels + {status.already_following > 0 && · {status.already_following} already following} + {status.new_channels > 0 && · {status.new_channels} stubs created (index to fetch metadata)} +
+ )} + {status?.error && ( +{status.error}
+ )} +