Skip to content

Commit bdf7352

Browse files
committed
sel edge url fix
1 parent 63c3387 commit bdf7352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

substack_scraper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from config import EMAIL, PASSWORD
2222

2323
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
24+
BASE_SUBSTACK_URL: str = "https://premSubstk.io/" # Substack you want to convert to markdown
2525
BASE_MD_DIR: str = "substack_md_files" # Name of the directory we'll save the .md essay files
2626
BASE_HTML_DIR: str = "substack_html_pages" # Name of the directory we'll save the .html essay files
2727
HTML_TEMPLATE: str = "author_template.html" # HTML template to use for the author page

0 commit comments

Comments
 (0)