Skip to content

Commit 2c2896e

Browse files
authored
Recommend to export from Google Podcasts app (#343)
Exporting from web might cause issues.
1 parent acb7bc5 commit 2c2896e

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

_blog/2023-11-26-google podcasts migration.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ Also, if you were using the Google app solely because of Google Podcasts, note t
3434
We can promise you won’t need to do that. Here is how to export all your subscriptions and automatically add them to AntennaPod:
3535

3636
1. Export your Google Podcasts data in OPML format: you can do this directly from your phone, via the Export Subscriptions screen in Google Podcasts, or, alternatively, by visiting [takeout.google.com](https://takeout.google.com) and selecting Google Podcasts.
37+
38+
{: .alert .alert-warning}
39+
There [seems](https://github.com/AntennaPod/AntennaPod/issues/6884#issuecomment-2101029913) to be an issue with exporting subscriptions from the web. We strongly recommend going to the Google Podcasts app on your phone or tablet, and tap on 'Export subscriptions' on the Home screen.
40+
3741
2. If necessary, copy the OPML file to your phone (or send it to yourself via email).
3842
3. Finally, open AntennaPod’s settings > Import/Export > “OPML import” and select your OPML file.
3943

_sass/_dark.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,5 +140,9 @@
140140
.modal-footer {
141141
border-top: 0;
142142
}
143+
144+
.alert-warning {
145+
background-color: #fff3cd0a;
146+
}
143147

144148
}

0 commit comments

Comments
 (0)