~ubuntu-branches/ubuntu/quantal/minitube/quantal

« back to all changes in this revision

Viewing changes to src/youtubestreamreader.cpp

  • Committer: Package Import Robot
  • Author(s): Jakob Haufe
  • Date: 2011-12-07 02:50:04 UTC
  • mfrom: (1.2.8)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: package-import@ubuntu.com-20111207025004-pnau0mqh9qyc9wte
* New upstream version (Closes: #650622, #647212)
* Recreate debian/patches/disable-update-check
* Recreate debian/patches/proper-tempfiles

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
                && attributes().value("type").toString() == "text/html"
53
53
                ) {
54
54
                QString webpage = attributes().value("href").toString();
 
55
                webpage.remove("&feature=youtube_gdata");
55
56
                // qDebug() << "Webpage: " << webpage;
56
57
                video->setWebpage(QUrl(webpage));
57
58
            } else if (name() == "author") {