Spaces:
Runtime error
Runtime error
Update functions.py
Browse files- functions.py +0 -1
functions.py
CHANGED
|
@@ -39,7 +39,6 @@ def get_transcribe_podcast(rss_url, local_path):
|
|
| 39 |
|
| 40 |
# Download the podcast episode by parsing the RSS feed
|
| 41 |
p = Path(local_path)
|
| 42 |
-
p.mkdir(exist_ok=True)
|
| 43 |
|
| 44 |
st.info("Downloading the podcast episode...")
|
| 45 |
|
|
|
|
| 39 |
|
| 40 |
# Download the podcast episode by parsing the RSS feed
|
| 41 |
p = Path(local_path)
|
|
|
|
| 42 |
|
| 43 |
st.info("Downloading the podcast episode...")
|
| 44 |
|