Substack2Markdown
Substack2Markdown copied to clipboard
Download free and premium Substack posts, saving them as Markdown files. Also generates HTML interfaces to allow you to browse and sort the markdown files for each author.
(Using Latest SourceCode from 2024-03-29) I requested for three posts and only one was downloaded successfully and hitting the following errors FIRST post download hit exception at def get_url_soup(self, url:...
Using md to html web component like https://zerodevx.github.io/zero-md/ or https://github.com/leaverou/md-block
I was wondering if you might consider adding the option of downloading the comments for a post. Thank you!
This commit introduces improvements to the get_url_soup function to handle rate-limiting errors (HTTP 429) more effectively. Below are the details of the changes: # Changes Made: 1. **Added `max_attempts` Parameter**:...
Running this grabs the first few posts, but then substack complains of too many requests. Have to rerun the script to get any additional posts, and if there's too many...
I have posts which contain quite a view uploaded videos and also often embedded Youtube links. These are not exporting to MD. Is this a Substack issue or something TODO...
 I noticed while using the package and substack tools, the date is incorrect/cannot be found. I have not found 1 post where the date is correct. I tried debugging...
Nice work, thanks for this libary. Getting a performance issue here - pages are taking forever to load in Selenium / Edge... but do load eventually. Here's my stats currently...
I'm using this tool to mirror some of my Substack posts to my website, and as part of that process I'd really like to host my own images instead of...
Options edge_path, edge_driver_path and user_agent were never passed to scrape_posts function. I tried to reduce the amount of duplicate code and move setting of all defaults to parse_args function to...