feedparser
Advanced tools
+1
-1
@@ -14,3 +14,3 @@ import os | ||
| project = 'feedparser' | ||
| copyright = '2010-2023 Kurt McKee, 2004-2008 Mark Pilgrim' | ||
| copyright = '2010-2025 Kurt McKee, 2004-2008 Mark Pilgrim' | ||
| language = 'en' | ||
@@ -17,0 +17,0 @@ |
+1
-1
@@ -6,3 +6,3 @@ .. _license: | ||
| Copyright 2010-2023 Kurt McKee, 2004-2008 Mark Pilgrim. All rights reserved. | ||
| Copyright 2010-2025 Kurt McKee, 2004-2008 Mark Pilgrim. All rights reserved. | ||
@@ -9,0 +9,0 @@ Redistribution and use in source (Sphinx ReST) and "compiled" forms (HTML, PDF, |
@@ -1,4 +0,4 @@ | ||
| Metadata-Version: 2.1 | ||
| Metadata-Version: 2.4 | ||
| Name: feedparser | ||
| Version: 6.0.11 | ||
| Version: 6.0.12 | ||
| Summary: Universal feed parser, handles RSS 0.9x, RSS 1.0, RSS 2.0, CDF, Atom 0.3, and Atom 1.0 feeds | ||
@@ -28,6 +28,20 @@ Home-page: https://github.com/kurtmckee/feedparser | ||
| Requires-Dist: sgmllib3k | ||
| Dynamic: author | ||
| Dynamic: author-email | ||
| Dynamic: classifier | ||
| Dynamic: description | ||
| Dynamic: description-content-type | ||
| Dynamic: download-url | ||
| Dynamic: home-page | ||
| Dynamic: keywords | ||
| Dynamic: license | ||
| Dynamic: license-file | ||
| Dynamic: platform | ||
| Dynamic: requires-dist | ||
| Dynamic: requires-python | ||
| Dynamic: summary | ||
| .. | ||
| This file is part of feedparser. | ||
| Copyright 2010-2023 Kurt McKee <contactme@kurtmckee.org> | ||
| Copyright 2010-2025 Kurt McKee <contactme@kurtmckee.org> | ||
| Copyright 2002-2008 Mark Pilgrim | ||
@@ -34,0 +48,0 @@ Released under the BSD 2-clause license. |
@@ -1,2 +0,2 @@ | ||
| # Copyright 2010-2023 Kurt McKee <contactme@kurtmckee.org> | ||
| # Copyright 2010-2025 Kurt McKee <contactme@kurtmckee.org> | ||
| # Copyright 2002-2008 Mark Pilgrim | ||
@@ -35,3 +35,3 @@ # All rights reserved. | ||
| __license__ = 'BSD 2-clause' | ||
| __version__ = '6.0.11' | ||
| __version__ = '6.0.12' | ||
@@ -38,0 +38,0 @@ # HTTP "User-Agent" header to send to servers when downloading feeds. |
| # The public API for feedparser | ||
| # Copyright 2010-2023 Kurt McKee <contactme@kurtmckee.org> | ||
| # Copyright 2010-2025 Kurt McKee <contactme@kurtmckee.org> | ||
| # Copyright 2002-2008 Mark Pilgrim | ||
@@ -4,0 +4,0 @@ # All rights reserved. |
@@ -1,2 +0,2 @@ | ||
| # Copyright 2010-2023 Kurt McKee <contactme@kurtmckee.org> | ||
| # Copyright 2010-2025 Kurt McKee <contactme@kurtmckee.org> | ||
| # Copyright 2002-2008 Mark Pilgrim | ||
@@ -3,0 +3,0 @@ # All rights reserved. |
@@ -1,2 +0,2 @@ | ||
| # Copyright 2010-2023 Kurt McKee <contactme@kurtmckee.org> | ||
| # Copyright 2010-2025 Kurt McKee <contactme@kurtmckee.org> | ||
| # Copyright 2002-2008 Mark Pilgrim | ||
@@ -3,0 +3,0 @@ # All rights reserved. |
@@ -1,2 +0,2 @@ | ||
| # Copyright 2010-2023 Kurt McKee <contactme@kurtmckee.org> | ||
| # Copyright 2010-2025 Kurt McKee <contactme@kurtmckee.org> | ||
| # Copyright 2002-2008 Mark Pilgrim | ||
@@ -3,0 +3,0 @@ # All rights reserved. |
@@ -1,2 +0,2 @@ | ||
| # Copyright 2010-2023 Kurt McKee <contactme@kurtmckee.org> | ||
| # Copyright 2010-2025 Kurt McKee <contactme@kurtmckee.org> | ||
| # Copyright 2002-2008 Mark Pilgrim | ||
@@ -3,0 +3,0 @@ # All rights reserved. |
@@ -1,2 +0,2 @@ | ||
| # Copyright 2010-2023 Kurt McKee <contactme@kurtmckee.org> | ||
| # Copyright 2010-2025 Kurt McKee <contactme@kurtmckee.org> | ||
| # Copyright 2002-2008 Mark Pilgrim | ||
@@ -3,0 +3,0 @@ # All rights reserved. |
@@ -1,2 +0,2 @@ | ||
| # Copyright 2010-2023 Kurt McKee <contactme@kurtmckee.org> | ||
| # Copyright 2010-2025 Kurt McKee <contactme@kurtmckee.org> | ||
| # Copyright 2002-2008 Mark Pilgrim | ||
@@ -3,0 +3,0 @@ # All rights reserved. |
@@ -1,2 +0,2 @@ | ||
| # Copyright 2010-2023 Kurt McKee <contactme@kurtmckee.org> | ||
| # Copyright 2010-2025 Kurt McKee <contactme@kurtmckee.org> | ||
| # Copyright 2002-2008 Mark Pilgrim | ||
@@ -3,0 +3,0 @@ # All rights reserved. |
@@ -1,2 +0,2 @@ | ||
| # Copyright 2010-2023 Kurt McKee <contactme@kurtmckee.org> | ||
| # Copyright 2010-2025 Kurt McKee <contactme@kurtmckee.org> | ||
| # Copyright 2002-2008 Mark Pilgrim | ||
@@ -3,0 +3,0 @@ # All rights reserved. |
@@ -1,2 +0,2 @@ | ||
| # Copyright 2010-2023 Kurt McKee <contactme@kurtmckee.org> | ||
| # Copyright 2010-2025 Kurt McKee <contactme@kurtmckee.org> | ||
| # Copyright 2002-2008 Mark Pilgrim | ||
@@ -3,0 +3,0 @@ # All rights reserved. |
| # Character encoding routines | ||
| # Copyright 2010-2023 Kurt McKee <contactme@kurtmckee.org> | ||
| # Copyright 2010-2025 Kurt McKee <contactme@kurtmckee.org> | ||
| # Copyright 2002-2008 Mark Pilgrim | ||
@@ -4,0 +4,0 @@ # All rights reserved. |
| # Exceptions used throughout feedparser | ||
| # Copyright 2010-2023 Kurt McKee <contactme@kurtmckee.org> | ||
| # Copyright 2010-2025 Kurt McKee <contactme@kurtmckee.org> | ||
| # Copyright 2002-2008 Mark Pilgrim | ||
@@ -4,0 +4,0 @@ # All rights reserved. |
@@ -1,2 +0,2 @@ | ||
| # Copyright 2010-2023 Kurt McKee <contactme@kurtmckee.org> | ||
| # Copyright 2010-2025 Kurt McKee <contactme@kurtmckee.org> | ||
| # Copyright 2002-2008 Mark Pilgrim | ||
@@ -152,3 +152,3 @@ # All rights reserved. | ||
| data = re.sub(r'<!((?!DOCTYPE|--|\[))', r'<!\1', data, re.IGNORECASE) | ||
| data = re.sub(r"<!((?!DOCTYPE|--|\[))", r"<!\1", data, flags=re.IGNORECASE) | ||
| data = re.sub(r'<([^<>\s]+?)\s*/>', self._shorttag_replace, data) | ||
@@ -353,5 +353,5 @@ data = data.replace(''', "'") | ||
| return sgmllib.SGMLParser.parse_declaration(self, i) | ||
| except sgmllib.SGMLParseError: | ||
| except (AssertionError, sgmllib.SGMLParseError): | ||
| # Escape the doctype declaration and continue parsing. | ||
| self.handle_data('<') | ||
| return i+1 |
@@ -1,2 +0,2 @@ | ||
| # Copyright 2010-2023 Kurt McKee <contactme@kurtmckee.org> | ||
| # Copyright 2010-2025 Kurt McKee <contactme@kurtmckee.org> | ||
| # Copyright 2002-2008 Mark Pilgrim | ||
@@ -3,0 +3,0 @@ # All rights reserved. |
@@ -1,2 +0,2 @@ | ||
| # Copyright 2010-2023 Kurt McKee <contactme@kurtmckee.org> | ||
| # Copyright 2010-2025 Kurt McKee <contactme@kurtmckee.org> | ||
| # Copyright 2002-2008 Mark Pilgrim | ||
@@ -3,0 +3,0 @@ # All rights reserved. |
| # Support for the Atom, RSS, RDF, and CDF feed formats | ||
| # Copyright 2010-2023 Kurt McKee <contactme@kurtmckee.org> | ||
| # Copyright 2010-2025 Kurt McKee <contactme@kurtmckee.org> | ||
| # Copyright 2002-2008 Mark Pilgrim | ||
@@ -4,0 +4,0 @@ # All rights reserved. |
| # Support for the administrative elements extension | ||
| # Copyright 2010-2023 Kurt McKee <contactme@kurtmckee.org> | ||
| # Copyright 2010-2025 Kurt McKee <contactme@kurtmckee.org> | ||
| # Copyright 2002-2008 Mark Pilgrim | ||
@@ -4,0 +4,0 @@ # All rights reserved. |
| # Support for the Creative Commons licensing extensions | ||
| # Copyright 2010-2023 Kurt McKee <contactme@kurtmckee.org> | ||
| # Copyright 2010-2025 Kurt McKee <contactme@kurtmckee.org> | ||
| # Copyright 2002-2008 Mark Pilgrim | ||
@@ -4,0 +4,0 @@ # All rights reserved. |
| # Support for the Dublin Core metadata extensions | ||
| # Copyright 2010-2023 Kurt McKee <contactme@kurtmckee.org> | ||
| # Copyright 2010-2025 Kurt McKee <contactme@kurtmckee.org> | ||
| # Copyright 2002-2008 Mark Pilgrim | ||
@@ -4,0 +4,0 @@ # All rights reserved. |
| # Support for the GeoRSS format | ||
| # Copyright 2010-2023 Kurt McKee <contactme@kurtmckee.org> | ||
| # Copyright 2010-2025 Kurt McKee <contactme@kurtmckee.org> | ||
| # Copyright 2002-2008 Mark Pilgrim | ||
@@ -4,0 +4,0 @@ # All rights reserved. |
| # Support for the iTunes format | ||
| # Copyright 2010-2023 Kurt McKee <contactme@kurtmckee.org> | ||
| # Copyright 2010-2025 Kurt McKee <contactme@kurtmckee.org> | ||
| # Copyright 2002-2008 Mark Pilgrim | ||
@@ -4,0 +4,0 @@ # All rights reserved. |
| # Support for the Media RSS format | ||
| # Copyright 2010-2023 Kurt McKee <contactme@kurtmckee.org> | ||
| # Copyright 2010-2025 Kurt McKee <contactme@kurtmckee.org> | ||
| # Copyright 2002-2008 Mark Pilgrim | ||
@@ -4,0 +4,0 @@ # All rights reserved. |
| # Support for the Podlove Simple Chapters format | ||
| # Copyright 2010-2023 Kurt McKee <contactme@kurtmckee.org> | ||
| # Copyright 2010-2025 Kurt McKee <contactme@kurtmckee.org> | ||
| # Copyright 2002-2008 Mark Pilgrim | ||
@@ -4,0 +4,0 @@ # All rights reserved. |
| # The loose feed parser that interfaces with an SGML parsing library | ||
| # Copyright 2010-2023 Kurt McKee <contactme@kurtmckee.org> | ||
| # Copyright 2010-2025 Kurt McKee <contactme@kurtmckee.org> | ||
| # Copyright 2002-2008 Mark Pilgrim | ||
@@ -4,0 +4,0 @@ # All rights reserved. |
| # The strict feed parser that interfaces with an XML parsing library | ||
| # Copyright 2010-2023 Kurt McKee <contactme@kurtmckee.org> | ||
| # Copyright 2010-2025 Kurt McKee <contactme@kurtmckee.org> | ||
| # Copyright 2002-2008 Mark Pilgrim | ||
@@ -4,0 +4,0 @@ # All rights reserved. |
@@ -1,2 +0,2 @@ | ||
| # Copyright 2010-2023 Kurt McKee <contactme@kurtmckee.org> | ||
| # Copyright 2010-2025 Kurt McKee <contactme@kurtmckee.org> | ||
| # Copyright 2002-2008 Mark Pilgrim | ||
@@ -3,0 +3,0 @@ # All rights reserved. |
@@ -1,2 +0,2 @@ | ||
| # Copyright 2010-2023 Kurt McKee <contactme@kurtmckee.org> | ||
| # Copyright 2010-2025 Kurt McKee <contactme@kurtmckee.org> | ||
| # Copyright 2002-2008 Mark Pilgrim | ||
@@ -3,0 +3,0 @@ # All rights reserved. |
@@ -1,2 +0,2 @@ | ||
| # Copyright 2010-2023 Kurt McKee <contactme@kurtmckee.org> | ||
| # Copyright 2010-2025 Kurt McKee <contactme@kurtmckee.org> | ||
| # Copyright 2002-2008 Mark Pilgrim | ||
@@ -3,0 +3,0 @@ # All rights reserved. |
@@ -1,2 +0,2 @@ | ||
| # Copyright 2010-2023 Kurt McKee <contactme@kurtmckee.org> | ||
| # Copyright 2010-2025 Kurt McKee <contactme@kurtmckee.org> | ||
| # Copyright 2002-2008 Mark Pilgrim | ||
@@ -3,0 +3,0 @@ # All rights reserved. |
+2
-2
@@ -5,3 +5,3 @@ feedparser and its unit tests are released under the following license: | ||
| Copyright (C) 2010-2023 Kurt McKee <contactme@kurtmckee.org> | ||
| Copyright (C) 2010-2025 Kurt McKee <contactme@kurtmckee.org> | ||
| Copyright (C) 2002-2008 Mark Pilgrim | ||
@@ -42,3 +42,3 @@ All rights reserved. | ||
| Copyright (C) 2010-2023 Kurt McKee <contactme@kurtmckee.org> | ||
| Copyright (C) 2010-2025 Kurt McKee <contactme@kurtmckee.org> | ||
| Copyright (C) 2004-2008 Mark Pilgrim. All rights reserved. | ||
@@ -45,0 +45,0 @@ |
+5
-0
| coming in the next release: | ||
| 6.0.12 - 10 September 2025 | ||
| * Fix an ``AssertionError`` crash that occurs with Python 3.10 and higher. (#304) | ||
| * Fix a ``DeprecationWarning`` thrown during calls to ``re.sub``. (#389) | ||
| * Add a Read the Docs configuration. | ||
| 6.0.11 - 9 December 2023 | ||
@@ -4,0 +9,0 @@ * Resolve ``cgi`` module deprecation warnings. (#330) |
+17
-3
@@ -1,4 +0,4 @@ | ||
| Metadata-Version: 2.1 | ||
| Metadata-Version: 2.4 | ||
| Name: feedparser | ||
| Version: 6.0.11 | ||
| Version: 6.0.12 | ||
| Summary: Universal feed parser, handles RSS 0.9x, RSS 1.0, RSS 2.0, CDF, Atom 0.3, and Atom 1.0 feeds | ||
@@ -28,6 +28,20 @@ Home-page: https://github.com/kurtmckee/feedparser | ||
| Requires-Dist: sgmllib3k | ||
| Dynamic: author | ||
| Dynamic: author-email | ||
| Dynamic: classifier | ||
| Dynamic: description | ||
| Dynamic: description-content-type | ||
| Dynamic: download-url | ||
| Dynamic: home-page | ||
| Dynamic: keywords | ||
| Dynamic: license | ||
| Dynamic: license-file | ||
| Dynamic: platform | ||
| Dynamic: requires-dist | ||
| Dynamic: requires-python | ||
| Dynamic: summary | ||
| .. | ||
| This file is part of feedparser. | ||
| Copyright 2010-2023 Kurt McKee <contactme@kurtmckee.org> | ||
| Copyright 2010-2025 Kurt McKee <contactme@kurtmckee.org> | ||
| Copyright 2002-2008 Mark Pilgrim | ||
@@ -34,0 +48,0 @@ Released under the BSD 2-clause license. |
+1
-1
| .. | ||
| This file is part of feedparser. | ||
| Copyright 2010-2023 Kurt McKee <contactme@kurtmckee.org> | ||
| Copyright 2010-2025 Kurt McKee <contactme@kurtmckee.org> | ||
| Copyright 2002-2008 Mark Pilgrim | ||
@@ -5,0 +5,0 @@ Released under the BSD 2-clause license. |
+1
-1
@@ -1,2 +0,2 @@ | ||
| # Copyright 2010-2023 Kurt McKee <contactme@kurtmckee.org> | ||
| # Copyright 2010-2025 Kurt McKee <contactme@kurtmckee.org> | ||
| # Copyright 2002-2008 Mark Pilgrim | ||
@@ -3,0 +3,0 @@ # All rights reserved. |
@@ -1,2 +0,2 @@ | ||
| # Copyright 2010-2023 Kurt McKee <contactme@kurtmckee.org> | ||
| # Copyright 2010-2025 Kurt McKee <contactme@kurtmckee.org> | ||
| # Copyright 2004-2008 Mark Pilgrim | ||
@@ -3,0 +3,0 @@ # All rights reserved. |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
1508641
0.06%