Hello.
Using https://github.com/nlalonde/ruby-bbcode-to-md like
"[youtube]https://www.youtube.com/watch?v=COvnHv42T-A[/youtube]".bbcode_to_md
it returns
"http://www.youtube.com/watch?v=COvnHv42T-A"
stripping away the https.
Ryan
Hello.
Using https://github.com/nlalonde/ruby-bbcode-to-md like
"[youtube]https://www.youtube.com/watch?v=COvnHv42T-A[/youtube]".bbcode_to_md
it returns
"http://www.youtube.com/watch?v=COvnHv42T-A"
stripping away the https.
Ryan
Hmm yeah that looks like a bug we should fix. Does it affect Discourse too, presumably yes?
Yes, because Importing from phpBB3 recommends using it.
I think you are mistaken. That Howto doesn’t recommend using bbcode_to_md.
Well, it doesn’t discourage its usage either, but at least it’s off by default.
And does it affect Discourse itself? No, only the import scripts that are using that gem.
Sorry, you’re right. I was taking the suggestion of installing the gem as a dependency too far.
I made a PR to @neil 's repo to fix this by making it always be https. https://github.com/nlalonde/ruby-bbcode-to-md/pull/2
Thanks @ryantm! I merged the changes. Also thanks for improving the tests.