Substack2Markdown
Substack2Markdown copied to clipboard
Fix some cli options not being passed
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 reduce sources for this error in the future.