fsprojects / FsBlog

Blog aware, static site generation using F#.
http://fsprojects.github.io/FsBlog
132 stars 47 forks source link

Transform youtube links into an embedded video #48

Closed robertpi closed 8 years ago

robertpi commented 8 years ago

Will take a youtube link in the form of https://www.youtube.com/watch?v=dQw4w9WgXcQ and transform it into the embedded video.

The system is expandable, so it should be easier to add other transforms.

The tests have been migrated to nunit as xunit wasn't working for me.

It includes more tests to show the new functionality working.

cdrnet commented 8 years ago

Great, thanks!