gildas-lormeau / single-file-cli

CLI tool for saving a faithful copy of a complete web page in a single HTML file (based on SingleFile)
GNU Affero General Public License v3.0
540 stars 58 forks source link

Fixes #13: new line separators regex #14

Closed nitincodery closed 1 year ago

nitincodery commented 1 year ago

I don't know yesterday it wasn't working, I tested it out, today it's working fine on links list file :/ to be safe side, I'm raising PR to use /\r?\n/ instead of using just \n in splitting lines for input file.