From: Flavio Date: Mon, 28 Jan 2013 09:34:42 +0000 (+0100) Subject: Remove HTTPS X-Git-Tag: 2.0~17 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b9dbcca72b05f4c1cfb862d6ad8d80ed21c3d3e5;p=minitube Remove HTTPS --- diff --git a/src/video.cpp b/src/video.cpp index bedfee9..9cb9017 100644 --- a/src/video.cpp +++ b/src/video.cpp @@ -98,7 +98,7 @@ void Video::getVideoInfo() { // Get Video Token QUrl videoInfoUrl = QUrl(QString( - "https://www.youtube.com/get_video_info?video_id=%1%2&ps=default&eurl=&gl=US&hl=en" + "http://www.youtube.com/get_video_info?video_id=%1%2&ps=default&eurl=&gl=US&hl=en" ).arg(videoId, elTypes.at(elIndex))); QObject *reply = The::http()->get(videoInfoUrl);