https://bugs.kde.org/show_bug.cgi?id=468116
--- Comment #1 from Joshua Goins <j...@redstrate.com> --- Git commit 8944e990d6ef2641ec1771d67883bf1211266c8c by Joshua Goins. Committed on 07/04/2024 at 13:44. Pushed by redstrate into branch 'master'. Add feature to import/export (YouTube) OPML subscriptions Only YouTube channels are supported for now, but now it's possible to move data from YouTube <-> Invidious <-> FreeTube and now PlasmaTube. The next thing to support would be PeerTube subscriptions. M +2 -0 src/CMakeLists.txt M +30 -0 src/controllers/videosource.cpp M +15 -0 src/controllers/videosource.h M +6 -0 src/models/subscriptionlistmodel.cpp M +4 -1 src/models/subscriptionlistmodel.h M +97 -0 src/ui/SubscriptionListPage.qml A +76 -0 src/utils/opmlparser.cpp [License: GPL(v3.0+)] A +26 -0 src/utils/opmlparser.h [License: GPL(v3.0+)] https://invent.kde.org/multimedia/plasmatube/-/commit/8944e990d6ef2641ec1771d67883bf1211266c8c -- You are receiving this mail because: You are watching all bug changes.