Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私の目標は、キーワード検索 (YouTube API や youtube.com を使用した GoogleCustomSearch など) に基づいて、YouTube の検索結果を自分のウェブサイトに表示することですが、リンクをクリックすると、YouTube ビデオ ページにリダイレクトされるのではなく、そのように変更されます。リンクの URL を取得し、変数として PHP ファイルに転送します。
CURL コマンドを使用して結果ページを読み取り、正規表現を使用してリンク URL を独自のリンクへのリンクに変更し、ターゲット URL をラップすることができます。
このようなもの :
http://www.youtube.com/watch?v=XJ87Lsx40PI
に変えます:
http://yoursite.com/youtube.php?XJ87Lsx40PI