-
Notifications
You must be signed in to change notification settings - Fork 286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add baseurl functionality to inplace urls #113
Conversation
@ZumZoom 👍 for this. Could you please also follow https://github.com/Alir3z4/html2text/blob/master/docs/contributing.md so we can merge it right away ? |
Awesome, I'll be waiting to travis to finish its job and I'll be merging right away. |
if base_fn == 'inplace_baseurl_substitution.html': | ||
module_args['baseurl'] = 'http://brettterpstra.com' | ||
module_args['body_width'] = 0 | ||
# there is no way to specify baseurl in cli :( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ZumZoom Would be good to add such feature?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Alir3z4 It depends on whether people use cli with saved html pages or not.
I use cli occasionally for testing purposes with http://* addresses only. So personally I don't need such feature.
add baseurl functionality to inplace urls Thanks Mikhail Melnik @ZumZoom
@ZumZoom Merged the pull-request. |
No description provided.