Update README.md

This commit is contained in:
Tildebeast 2023-09-26 23:09:23 +00:00
parent ad82e89738
commit a672967d8b
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ You'll need to install [Beautiful Soup](https://www.crummy.com/software/Beautifu
You may prefer to install BeautifulSoup and run this script from within a Python virtual environment.
All the script really does is load the html file, look for a couple of CSS selectors that indicate a podcast's title and author, and output to disk. I have no control over the selectors used, so this could be a problem if Big G change their styling at some point before the demise of Podcasts.
All the script really does is load the html file, look for a couple of CSS selectors that indicate a podcast's title and author, and output the text inside the corresponding html tags to disk. I have no control over the selectors used, so this could be a problem if Big G change their styling at some point before the demise of Podcasts.
Output is saved to a tab-delimited text file in the format: `Podcast Title<tab>Podcast Author`.