Comment 15 for bug 323649

Revision history for this message
renardrusse (renardrusse) wrote :

I have the same problem that I can t watch a youtube video in totem it said location not found.

I m new on linux ubuntu I d like to try the patch that lightpriest sent, but I don t know how to instal it. When I click on the link it open a window where I can read:

# totem-plguins (2.26.1-0ubuntu5)
# Patch for YouTube plugin
# Written for ubuntu users everywhere (from the ubuntu-il community) :)
# File: /usr/lib/totem/plugins/youtube/youtube.py
# Apply with: "sudo patch /usr/lib/totem/plugins/youtube/youtube.py totem_plugins_youtube.py.patch"

337c337
< mrl = "http://www.youtube.com/get_video?video_id=" + urllib.quote (youtube_id) + "&t=" + urllib.quote (t_param) + self.get_fmt_string ()
---
> mrl = "http://www.youtube.com/get_video?video_id=" + urllib.quote (youtube_id) + "&t=" + t_param + self.get_fmt_string ()

What can I do with that?