我想更改以下内容:
<iframe width="850" height="478" src="https://www.youtube.com/embed/4zH9Zca1vRM" frameborder="0" allowfullscreen></iframe>
为此:
https://www.youtu.be/4zH9Zca1vRM
对于数据库中youtube视频的每个iframe。做这件事的正确句子是什么?我猜是这样的:
step 1. 更换第一部分:
wp search-replace \'<iframe width="*" height="*" src="https://www.youtube.com/embed/\' \'https://www.youtu.be/\' --regex
step 2. 更换最后一个零件:
wp search-replace \'" frameborder="0" allowfullscreen></iframe>\' \'\' --regex
是这样吗?我不确定引号和通配符。
非常感谢。