# A patch for clive-1.0.2-1 (Ubuntu Jaunty) # For file: /usr/share/pyshared/clive/parse.py # Apply with: "sudo patch /usr/share/pyshared/clive/parse.py clive_parse.patch" 140,141c140 < self._parse_from_to(data, 'video_id=', '&', skip_from=1) < video_id = video_id.replace("'", "") --- > self._parse_from_to(data, '"video_id": "', '",', skip_from=1) 146,147c145 < t = self._parse_from_to(data, '&t=', '&', skip_from=1) < t = t.replace("'", "") --- > t = self._parse_from_to(data, '"t": "', '",', skip_from=1)