我有一個YouTube模塊,每天從一些YouTube用戶帳戶中抓取視頻。
我想知道,如何在YouTube視頻標題之前添加額外關鍵字?
原標題:馬特Mahher - 驚人的
我想改變其標題爲:新歌 - YouTube的標題前驚人
我要添加關鍵字(新歌) - 馬特Mahher。
**這是我使用獲得YouTube視頻到我的網站腳本模塊**如何在YouTube視頻標題之前添加關鍵字?
$ thepublic = INTVAL($ _ REQUEST [ '公共']);
$ theallowcomments = intval($ _ REQUEST [allowcomments]);
$ theallowratings = intval($ _ REQUEST [allowratings]);
$ theallowembeds = intval($ _ REQUEST [allowembeds]);
$ theallowdownloads = intval($ _ REQUEST [allowdownloads]);
$ themature = intval($ _ REQUEST [mature]);
$ youtube_details = getVideoDetails($ youtube_video_id);
$ ytitle = $ youtube_details ['title'];
$ ydesc = $ youtube_details ['desc'];
$ ykeywords = str_replace(',','',$ youtube_details ['keywords']);
$ yurl = " http://www.youtube.com/watch?v= "。$ youtube_video_id;
$ yviews = $ youtube_details ['views'];
$ author = $ youtube_details ['author'];
$ duration = $ youtube_details ['duration'];
$ approve_videos = $ config [approve_videos];
---------------------------------
感謝您的幫助。
Aptivus,是的,我現在要測試它。我會回覆它如何去。謝謝。 – Frometa
它很好用。哇,非常感謝。 – Frometa
Aptivus, 這個怎麼樣?:$ title = $ val [title]。'; – Frometa