We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdafd90 commit 0c1e449Copy full SHA for 0c1e449
Pocket.recipe
@@ -1,9 +1,10 @@
1
#!/usr/bin/env python
2
# vim:ft=python tabstop=8 expandtab shiftwidth=4 softtabstop=4
3
from __future__ import print_function
4
-__version__ = '2.7.3'
+__version__ = '2.7.4'
5
6
"""
7
+2.7.4: Fix #46 KeyError: u'resolved_title'
8
2.7.3: Replace tld with standard Python way (not as good as tld but works without extra package) if SECTIONS_BY_DOMAIN_USING_TLD = False
9
2.7.2: Change default MAX_ARTICLES_PER_FEED to 30
10
2.7.1: A fix for import tld
0 commit comments