Index: contrib/podspider.py ================================================================== --- contrib/podspider.py +++ contrib/podspider.py @@ -6,11 +6,11 @@ # type: channel # category: talk # depends: lxml.etree, pyquery # url: http://www.radiograbber.de/ # status: unsupported -# priority: separate +# priority: never # # Podspider is one part of the commercial Windows "Radiograbber" software. # A demo version is available from http://www.surfmusik.net/downloads/download.php?pid=13 # and runs under Wine. # It downloads a "Podspiderpdb.xml.tmp_", which this plugin can display as @@ -195,13 +195,8 @@ row["genre"] = ", ".join(row["category"]) del row["category"] r.append(row) return r - - - - -