We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63c3387 commit bdf7352Copy full SHA for bdf7352
substack_scraper.py
@@ -21,7 +21,7 @@
21
from config import EMAIL, PASSWORD
22
23
USE_PREMIUM: bool = True # Set to True if you want to login to Substack and convert paid for posts
24
-BASE_SUBSTACK_URL: str = "https://blog.dataexpert.io/" # Substack you want to convert to markdown
+BASE_SUBSTACK_URL: str = "https://premSubstk.io/" # Substack you want to convert to markdown
25
BASE_MD_DIR: str = "substack_md_files" # Name of the directory we'll save the .md essay files
26
BASE_HTML_DIR: str = "substack_html_pages" # Name of the directory we'll save the .html essay files
27
HTML_TEMPLATE: str = "author_template.html" # HTML template to use for the author page
0 commit comments