http://bugs.gpodder.org/show_bug.cgi?id=341

           Summary: Podcast entries with '%' in the title will crash
                    console 'gpodder --sync'
           Product: gPodder
           Version: 0.14.0
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Application
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Created an attachment (id=233)
 --> (http://bugs.gpodder.org/attachment.cgi?id=233)
Fix console logging line

Using v0.14.1 (I couldn't select 0.14.0 in bug tracker)

If you try and sync from the command line using 'gpodder --sync', I noticed
that it crashes when trying to log podcast entries that contain a '%'
character.

The example I have is RetroForceGo ( http://feeds.feedburner.com/RetroforceGO
), 25/25/07 entry, "Now with 100% more Linde"

I think it's related to console.py line 121 where the title is passed as an
unescaped field.  I modified it to use '%s', s instead.  Patch is attached.

-- 
Configure bugmail: http://bugs.gpodder.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
_______________________________________________
gPodder-Bugs mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/gpodder-bugs

Reply via email to