dragon7088 2017-02-02 10:28
浏览 98

读youtube名称PHP带来符号?

I'm trying to read certain videos names off of youtube, I have it working correctly, although it seems that certain symbols will show as other weird symbols. (Unicode I think??)

function get_youtube_title($video_id){
    $url = "http://www.youtube.com/watch?v=".$video_id;

    $page = file_get_contents($url);
    $doc = new DOMDocument();
    $doc->loadHTML($page);

    $title_div = $doc->getElementById('eow-title');
    $title = $title_div->nodeValue;

    return $title;
}

echo get_youtube_title('e3Nl_TCQXuw');

I should be getting "Beauty and the Beast - US Official Final Trailer"

Instead I'm getting "Beauty and the Beast â US Official Final Trailer"

Thank you

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥40 如果update 一个列名为参数的value
    • ¥15 基于51单片机的水位检测系统设计中LCD1602一直不显示
    • ¥15 OCS2安装出现问题,请大家给点意见
    • ¥15 ros小车启动launch文件报错
    • ¥15 vs2015到期想登陆但是登陆不上
    • ¥15 IPQ5018制作烧录固件,boot运行失败(操作系统-linux)(相关搜索:操作系统)(相关搜索:操作系统)
    • ¥20 icefall在librispeech基础上加入个人数据集
    • ¥30 keepalive高可用故障运维配置询问
    • ¥15 求帮助!国家电网内网u盘突然识别不出来了。
    • ¥15 matlab语音变速变调同时实现