Replace Line Brake with <br /> with regex?

Hi, I would like to replace all the line brake in the Youtube Video description with

How is that possible ? With Regex ?

Url: https://www.youtube.com/watch?v=9-yEQuxs250

Sitemap:
{"_id":"youtube_playlist","startUrl":["https://www.youtube.com/playlist?list=PLYv-5u0XaPlPzY-SFQlQj9TjXe8JpdXdo"],"selectors":[{"id":"video-page","type":"SelectorLink","parentSelectors":["_root"],"selector":"a.ytd-playlist-video-renderer","multiple":true,"delay":0},{"id":"Title","type":"SelectorText","parentSelectors":["video-page"],"selector":".title.style-scope.ytd-video-primary-info-renderer","multiple":false,"regex":"","delay":0},{"id":"Description","type":"SelectorHTML","parentSelectors":["video-page"],"selector":".content","multiple":false,"regex":"","delay":0},{"id":"ProfileImageUrl","type":"SelectorImage","parentSelectors":["video-page"],"selector":".ytd-video-secondary-info-renderer img","multiple":false,"delay":0},{"id":"ChannelName","type":"SelectorText","parentSelectors":["video-page"],"selector":".ytd-watch-flexy .title a","multiple":false,"regex":"","delay":0},{"id":"Duree","type":"SelectorText","parentSelectors":["video-page"],"selector":".ytp-left-controls span.ytp-time-duration","multiple":false,"regex":"","delay":0}]}

I don't think that is possible with current version of WS. You could grab the whole description chunk with Type: HTML (you already seem to have done this) then do post-processing on the HTML code.

Yes but when I copy/paste the content to my excel file, I loose the line breaker at this point...
Any other idea ?