Package: imdb-tools Version: 0.5-1 Severity: minor Tags: patch imdb-get gives the following xargs warning when parsing the genre field:
Getting details from IMDB id: tt0441773 xargs: unmatched double quote; by default quotes are special to xargs unless you use the -0 option There are nested parentheses in the onClick attribute which are not removed with the sed command. -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.22-3-686 (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages imdb-tools depends on: ii curl 7.18.1-1 Get a file from an HTTP, HTTPS or ii realpath 1.12 Return the canonicalized absolute ii tidy 20080116cvs-2 HTML syntax checker and reformatte imdb-tools recommends no packages. -- no debconf information
--- /usr/bin/imdb-get 2007-12-05 08:22:52.000000000 -0500 +++ imdb-get 2008-06-15 14:34:52.000000000 -0400 @@ -106,7 +106,7 @@ doItem $TEMP "$SAVE" '/^<title>/s,<title>\(.*\) ([^)]*)<\/title>,\1,p' title $1 $TITLE doItem $TEMP "$SAVE" '/^<title>/s,<title>.* (\([^)]*\))<\/title>,\1,p' year $1 $YEAR doItem $TEMP "$SAVE" '/^<h5>Tagline:<.h5>/,+1s,^\(.*\)<a.*>more</a>,\1,p' tagline $1 $TAG - doItem $TEMP "$SAVE" '/<h5>Genre:<\/h5>/,+1s/[<(][^>)]*[>)]//g;s/more//;/^Genre:/,+1s/\(.*:\)*\(.*\)/\2/p' genre $1 $GENRE + doItem $TEMP "$SAVE" '/<h5>Genre:<\/h5>/,+1s/[<][^>]*[>]//g;s/more//;/^Genre:/,+1s/\(.*:\)*\(.*\)/\2/p' genre $1 $GENRE doItem $TEMP "$SAVE" '/^<a name="poster"/s,<a name="poster".*<img .* src="\([^"]*\).*</a>,\1,p' coverart $1 $COVER if [[ "$RENAME" == "true" ]]; then