summaryrefslogtreecommitdiff
path: root/plparse/totem-pl-parser-podcast.c
Commit message (Expand)AuthorAgeFilesLines
* podcast: Add support for the "media:group" Atom nodeBastien Nocera2019-02-111-2/+30
* podcast: Fix parsing "alternate" linkBastien Nocera2019-02-111-0/+9
* podcast: Fix copy/paste error in parsing license in AtomBastien Nocera2019-02-111-1/+1
* podcast: Parse author in AtomBastien Nocera2019-02-111-1/+11
* podcast: Remove GMIME dependencyBastien Nocera2018-07-131-28/+0
* build: Remove libsoup dependencyBastien Nocera2017-12-081-1/+0
* podcast: Add support for "medium" propertyBastien Nocera2017-12-041-0/+6
* podcast: Fix memory leak when parsing ITMS linksBastien Nocera2016-09-201-0/+2
* podcast: Add more debug to ITMS parsingBastien Nocera2016-09-201-2/+5
* plparse: Simplify ITMS link parsingBastien Nocera2016-04-151-139/+43
* plparse: Add debug in itms: link failure caseBastien Nocera2015-10-231-2/+6
* plparse: Fix a minor memory leak in totem_pl_parser_add_itms()Philip Withnall2015-06-051-0/+2
* plparse: Check return from load_http_itunesAndrew Cook2015-06-051-0/+2
* plparse: Add image URLs from RSS feedsBastien Nocera2014-01-261-3/+7
* plparse: Fix possible crash in iTunes Podcast parsingBastien Nocera2013-10-061-13/+12
* lib: Fix deprecated explicit proxy supportBastien Nocera2013-07-011-2/+1
* plparser: Add support for the itmss schemeBastien Nocera2012-11-071-1/+3
* lib: Fix some RSS feeds using the "guid" fieldBastien Nocera2012-07-261-0/+5
* lib: Don't add JPEG files as entries in PodcastsBastien Nocera2012-07-261-1/+16
* lib: Handle RSS feeds for video sitesBastien Nocera2012-03-131-2/+9
* core: Fix various compilation warningsPhilip Withnall2011-12-211-6/+6
* lib: Remove unneeded includesBastien Nocera2011-11-041-1/+0
* lib: Fix ITMS parsing from iTunes 10.xBastien Nocera2011-05-031-54/+62
* lib: Add debug to the podcast functionsBastien Nocera2011-05-031-6/+11
* Export content-type for PodcastsBastien Nocera2011-03-211-2/+4
* And a little more iTunes PodcastBastien Nocera2010-10-111-1/+1
* Fix parsing of more iTunes Podcast linksBastien Nocera2010-10-111-39/+86
* Fix itms links parsingBastien Nocera2010-07-221-97/+30
* Use GZlibDecompressorChristian Persch2010-05-051-117/+63
* Fix parsing of Guardian PodcastsBastien Nocera2010-02-081-0/+21
* Remove GTK+ dependency.Carlos Garnacho2010-01-081-1/+1
* You can't get a logo in atom:entryBastien Nocera2009-09-211-4/+2
* Also export the contact from RSS feedsBastien Nocera2009-09-211-0/+1
* Fix dead assignment in OPML parsingBastien Nocera2009-09-211-2/+2
* Use GMime instead of libcamel for dates parsingBastien Nocera2009-07-231-21/+21
* Add asynchronous parsing support to totem-pl-parserPhilip Withnall2009-06-171-6/+13
* Fix parsing for itms://ax.itunes.apple.com/WebObjects/MZStore.woa/wa/viewPodc...Bastien Nocera2009-04-291-5/+8
* Fix warning, and add debug code to itms parsingBastien Nocera2009-04-291-9/+18
* Fix memleak in _add_itmsBastien Nocera2009-04-291-1/+3
* Fix parsing of http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?...Bastien Nocera2009-04-291-1/+1
* Fix check_header, -1 isn't a value for an unsigned int...Bastien Nocera2009-04-291-4/+4
* Bug 579993 – Doesn't handle encoding property in XML filesBastien Nocera2009-04-241-10/+12
* Fix possible crasher when looking for the feedURL in itms files (Closes:Bastien Nocera2009-02-101-1/+2
* Cleanup usage of URL/URI/MRL in the playlist parser. Note that thisPhilip Withnall2008-12-051-89/+89
* Fix reversed logic so this builds for people who have libcamel.Kjartan Maraas2008-11-091-1/+1
* Adapt patch from Ivan Frade <ivan.frade@nokia.com> to make libcamelBastien Nocera2008-11-051-0/+28
* Add support for zune:// and zcast:// URLs (Closes: #549032)Bastien Nocera2008-08-271-3/+41
* Remove internal copy, and use of, memmem, use glib's g_strstr_len()Bastien Nocera2008-08-271-8/+4
* When we get an XML file, try to use our own indentification functions asBastien Nocera2008-08-141-0/+1
* Don't try to resolve absolute URIsBastien Nocera2008-05-241-1/+1