Hi!

 Please find attached the patch that was used for the NMU to fix these
RC bugs.

 So long,
Rhonda
reverted:
--- clive-0.2.0/clive/parse.py
+++ clive-0.2.0.orig/clive/parse.py
@@ -124,9 +124,8 @@
       else:
         raise CliveError('error : terminated (reason: video id not found)')
 
-    s = text.split("'")
     return 'http://www.youtube.com/get_video?video_id=' + \
+              text.split('video_id=')[1]
-              s[4] + '&t=' + s[8]
     
   def _parsegv(self, page, url):
     """
diff -u clive-0.2.0/debian/changelog clive-0.2.0/debian/changelog
--- clive-0.2.0/debian/changelog
+++ clive-0.2.0/debian/changelog
@@ -1,11 +1,3 @@
-clive (0.2.0-1.1) unstable; urgency=low
-
-  * NMU, applied patch from Kumar Appaiah to fix:
-    - exceptions.IndexError (Closes: #439521).
-    - no longer works for Youtube (Closes: 439622).
-
- -- Gerfried Fuchs <[EMAIL PROTECTED]>  Mon, 10 Sep 2007 11:31:02 +0200
-
 clive (0.2.0-1) unstable; urgency=low
 
   * New upstream release (Closes: #418646).

Reply via email to