097115

Results 97 comments of 097115

@suntong, thank you for your comments! However, my point was to extract BOTH the text AND the YouTube's iframe's source :) (To make some random web page actually readable in...

@suntong > for being out of the scope of this tool. On a second thought, please, consider this example: echo 'Lorem Ipsum: ' | html2md -i which will produce the...

> In that case, maybe take a look at the `--plugin-youtube` May be I'm doing something wrong but I added it to the [sample command](https://github.com/suntong/html2md/issues/7#issue-1584502329), and it changes nothing for...

> I don't have time to look into it further now. Maybe in a month or two... No problem, it's nothing urgent. Thank you for your interest anyway :)

> the YoutubeEmbed Plugin The funny thing is, it's not even a function. I mean, I'm not a programmer at all, so I'm probably missing the elephant in the room,...

So, coming back to this issue, I see that *it seems* this was fixed upstream, and you have also released a new version :) However, the example mentioned above: echo...

Well, from a user's perspective, nothing has changed, hasn't it? In order to call the `YoutubeEmbed()` function from [`plugin/iframe_youtube.go`](https://github.com/JohannesKaufmann/html-to-markdown/blob/master/plugin/iframe_youtube.go) I still have to add `--plugin-youtube` argument to my `html2md` call,...

So, indeed try to relax, and sorry for bothering you :) Have a good time, we'll come back to this :)

@suntong, I hope you are doing well! Speaking of YouTube support, it looks that when releasing the last version, you simply forgot to enable it here: https://github.com/suntong/html2md/blob/ec1b5c2d11c93a5f478a27055b02620a5fb29c33/prop_html2md.go#L131 (Same goes for...

Donno, something on your side, I'd say :) I simply clone this repo, disable Vimeo (since, as I said, [it throws an error](https://github.com/suntong/html2md/actions/runs/7857583150/job/21441636314)), then run - `go mod init html2md_main.go`...