diff -u clive-0.4.3/debian/changelog clive-0.4.3/debian/changelog --- clive-0.4.3/debian/changelog +++ clive-0.4.3/debian/changelog @@ -1,3 +1,10 @@ +clive (0.4.3-1ubuntu2) hardy; urgency=low + + * clive/parse.py: Youtube pages has changed, so every videos are + recognized as "removed" (LP: #228113) + + -- Andrea Gasparini Thu, 08 May 2008 10:03:56 +0200 + clive (0.4.3-1ubuntu1) hardy; urgency=low * debian/rules only in patch2: unchanged: --- clive-0.4.3.orig/clive/parse.py +++ clive-0.4.3/clive/parse.py @@ -99,7 +99,7 @@ if ldata.find('please verify you are 18') != -1: raise CliveError('error: age verification') elif ldata.find('no longer available') != -1 or \ - ldata.find('has been removed') != -1 or \ + ldata.find('has been removed by the user') != -1 or \ ldata.find('this video is unavailable') != -1: raise CliveError('error: video is unavailable') elif ldata.find('url contained a malformed video id') != -1: