-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpodcastURLs.py
More file actions
47 lines (47 loc) · 3.27 KB
/
podcastURLs.py
File metadata and controls
47 lines (47 loc) · 3.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
apple_podcast_urls = {
'US': [
'https://podcasts.apple.com/us/podcast/the-joe-rogan-experience/id360084272',
'https://podcasts.apple.com/us/podcast/the-daily/id1200361736',
'https://podcasts.apple.com/us/podcast/crime-junkie/id1322200189',
'https://podcasts.apple.com/us/podcast/dateline-nbc/id1464919521',
'https://podcasts.apple.com/us/podcast/pod-save-america/id1192761536',
'https://podcasts.apple.com/us/podcast/good-hang-with-amy-poehler/id1795483480',
'https://podcasts.apple.com/us/podcast/the-shawn-ryan-show/id1492492083',
'https://podcasts.apple.com/us/podcast/the-real-heroes-podcast/id1788796015',
'https://podcasts.apple.com/us/podcast/a-man-called-ozzy/id1788804008',
'https://podcasts.apple.com/us/podcast/the-kelly-cline-show/id1788806013',
'https://podcasts.apple.com/us/podcast/the-podcast-by-paul-waller/id1788807011',
'https://podcasts.apple.com/us/podcast/the-john-j-cassidy-show/id1788808010',
'https://podcasts.apple.com/us/podcast/the-tim-ferriss-show/id1788809009',
'https://podcasts.apple.com/us/podcast/the-dave-ramsey-show/id1788810008',
'https://podcasts.apple.com/us/podcast/the-mel-robbins-podcast/id1646101002',
'https://podcasts.apple.com/us/podcast/this-american-life/id201671138',
'https://podcasts.apple.com/us/podcast/up-first-from-npr/id1222114325',
'https://podcasts.apple.com/us/podcast/the-rest-is-history/id1537788786',
'https://podcasts.apple.com/us/podcast/morbid/id1379959217'
],
'DE': [
'https://podcasts.apple.com/de/podcast/ronzheimer./id1700432142',
'https://podcasts.apple.com/de/podcast/apokalypse-%26-filterkaffee/id1505993848',
'https://podcasts.apple.com/de/podcast/lanz-%26-precht/id1582828457',
'https://podcasts.apple.com/de/podcast/mord-auf-ex/id1486608425',
'https://podcasts.apple.com/de/podcast/hotel-matze/id1168045239',
'https://podcasts.apple.com/de/podcast/verbrechen-von-nebenan%3A-true-crime-aus-der-nachbarschaft/id1449598446',
'https://podcasts.apple.com/de/podcast/fest-%26-flauschig/id1765742605',
'https://podcasts.apple.com/de/podcast/mordlust/id1413425371',
'https://podcasts.apple.com/de/podcast/baywatch-berlin/id1488376434',
'https://podcasts.apple.com/de/podcast/was-bisher-geschah---geschichtspodcast/id1733559978'
'https://podcasts.apple.com/us/podcast/gemischtes-hack/id1292709842',
'https://podcasts.apple.com/de/podcast/handelsblatt-morning-briefing---news-aus-wirtschaft%2C-politik-und-finanzen/id1352434240',
'https://podcasts.apple.com/de/podcast/meckel-%26-matthes/id1853041769',
'https://podcasts.apple.com/de/podcast/was-jetzt%3F/id1279335230',
'https://podcasts.apple.com/de/podcast/%7Bungeskriptet%7D---gespräche%2C-die-dich-weiter-bringen/id1623077169',
'https://podcasts.apple.com/de/podcast/omr-podcast/id1056312052',
'https://podcasts.apple.com/de/podcast/imperium/id1846550899'
],
'JONAS': [
'https://podcasts.apple.com/de/podcast/the-vergecast/id430333725',
'https://podcasts.apple.com/de/podcast/zwei-wie-pech-%26-schwafel/id1550591470',
'https://podcasts.apple.com/us/podcast/nerd-%26-kultur/id1580088617'
]
}