Index: channels/exportcat.py
==================================================================
--- channels/exportcat.py
+++ channels/exportcat.py
@@ -49,11 +49,11 @@
     def savewindow(self, *w):
         cn = self.parent.channel()
         source = cn.listformat
         streams = cn.streams[cn.current]
         category = re.sub(r"[^\w&-+]+", "_", cn.current)
-        fn = uikit.save_file("Export category", None, "%s.%s.%s" % (cn.module, category, "xspf"))
+        fn = uikit.save_file("Export category", None, "%s.%s.%s" % (cn.module, category, "pls"))
         log.PROC("Exporting category to", fn)
         if fn:
             dest = re.findall("\.(m3u|pls|xspf|jspf|json|smil|asx|desktop|url)8?$", fn.lower())
             if dest:
                 dest = dest[0]