Marc Antonio Queiroz
466af862b3
After update to version 1.6.1 a Unicode error start to happen.
...
Any SUBREDDIT with special characters like u'\xe3' are trigging an error at line 141, data['flair'] = '[{}]'.format(data['flair'].strip()) .
The solution was to add u'[{}]' to the string.
The original error message: UnicodeEncodeError: 'ascii' codec can't encode character u'\xe3' in position 7: ordinal not in range(128) .
2015-10-26 14:48:19 -02:00
Michael Lazar
1ae97262de
Upping version.
2015-10-20 01:42:37 -07:00
Michael Lazar
e950f99e81
Updated README faq, added requirements.txt.
2015-10-20 01:24:58 -07:00
Michael Lazar
9842e187b8
Merge branch 'master' of https://github.com/shaggytwodope/rtv into shaggytwodope-master
2015-10-19 23:45:12 -07:00
Michael Lazar
7e146149ef
Added extras_require section for futures. #165
2015-10-19 23:40:51 -07:00
John ShaggyTwoDope Jenkins
9aa90c3e9a
tiny typo fix
2015-10-17 19:31:44 -07:00
John ShaggyTwoDope Jenkins
6037887d81
pip3 info in read
2015-10-17 00:07:54 -07:00
Michael Lazar
71a39980b0
Merge pull request #162 from zambonin/master
...
Force quit and subscription page fixes. #156 #161 #163
2015-10-16 17:58:38 -07:00
Gustavo Zambonin
63ef032a4e
page.py: inbox won't be checked if not logged in. #163
2015-10-16 21:50:40 -03:00
Gustavo Zambonin
f7d6b9c299
README: formatting changes
2015-10-16 21:45:10 -03:00
Gustavo Zambonin
34f2b67d4e
README: reflect force quit change
2015-10-16 21:44:15 -03:00
Gustavo Zambonin
998748e1f1
subscription.py: do not sort by hot/new/etc. ( #161 )
2015-10-16 15:47:36 -03:00
Gustavo Zambonin
0cfa7bd2a8
page.py: quit without prompt restored
...
docs.py: reflect change on docs
2015-10-16 15:46:15 -03:00
Michael Lazar
a37884ca7a
Merge branch 'master' of https://github.com/michael-lazar/rtv
2015-10-16 11:40:43 -07:00
Michael Lazar
972fc4ad9a
/r/me now checks for an oauth session instead of an old-style login. #160 .
2015-10-16 11:39:53 -07:00
Michael Lazar
10b4b56476
Merge pull request #158 from zambonin/master
...
New screenshot and code width
2015-10-15 17:11:00 -07:00
Gustavo Zambonin
91c384d36b
code width is now consistent
...
unused imports removed
2015-10-15 16:58:17 -03:00
Gustavo Zambonin
40d6be8bea
README: updated screenshot to version 1.6
...
rtv works correctly under Python 3.5
2015-10-15 16:49:13 -03:00
Michael Lazar
7786c03d9d
Updated tornado to point to the correct template path.
2015-10-15 02:14:22 -07:00
Michael Lazar
77a6c71119
Moved templates inside of the package to enable setuptools distribution via package_data.
2015-10-15 01:44:33 -07:00
Michael Lazar
aa2f810069
Updated changelog.
2015-10-14 23:57:20 -07:00
Michael Lazar
98551c2f35
upping version
2015-10-14 23:48:10 -07:00
Michael Lazar
b04e67379b
Minor changes to project structure, updated changelog and contributors.
2015-10-14 23:48:10 -07:00
Michael Lazar
3d106fbb20
Merge branch 'zambonin-master'
2015-10-14 23:38:17 -07:00
Michael Lazar
c4bd8aa3c3
Minor style changes.
2015-10-14 23:37:16 -07:00
Michael Lazar
497c7741b3
Merge branch 'master' of https://github.com/zambonin/rtv into zambonin-master
2015-10-14 23:27:55 -07:00
Michael Lazar
2980097d7c
Cleaned up exception logging.
2015-10-14 23:25:50 -07:00
Michael Lazar
d52f574746
Post count is now displayed before each submission's title. #154 .
2015-10-14 18:06:30 -07:00
Gustavo Zambonin
b7f3f8db4b
content.py: more standardization
2015-10-14 19:32:17 -03:00
Gustavo Zambonin
c2065e00b5
content.py: correct subreddit on xpost info
2015-10-14 19:12:02 -03:00
Gustavo Zambonin
21d5c7acca
content.py: empty flair case fixed
...
x-post and self post are now consistent
2015-10-14 18:54:21 -03:00
Gustavo Zambonin
2358eed46e
page.py: exit prompt added
...
logout prompt now works as intended
2015-10-14 00:39:47 -03:00
Gustavo Zambonin
11a322a9c3
content.py: name of the subreddit shown on selfpost 'url'
...
all flairs now have brackets
2015-10-14 00:37:51 -03:00
michael-lazar
93c5ebed3f
Merge pull request #155 from shaggytwodope/master
...
typos
2015-10-13 14:02:11 -07:00
John ShaggyTwoDope Jenkins
e2fdb22f27
typos
2015-10-13 13:27:17 -07:00
Michael Lazar
1e3abc17d8
Fixed typo in AGENT string formatting.
2015-09-29 00:43:34 -07:00
Michael Lazar
ba71453b7c
Finished template for manpage, added --version flag.
2015-09-27 18:19:00 -07:00
Michael Lazar
dfc5ddef1a
Intermediate commit.
2015-09-27 16:23:34 -07:00
Michael Lazar
cb2de5965a
Fixed MANIFEST for the new templates path.
2015-09-27 13:28:11 -07:00
John ShaggyTwoDope Jenkins
d40e382ac9
bad spelling
2015-09-23 17:41:32 -07:00
John ShaggyTwoDope Jenkins
0b3ea60865
man page edit, rm control ssection in favor of ?, rm auth section
2015-09-23 17:37:40 -07:00
John ShaggyTwoDope Jenkins
502a0c1039
man page adjustments
2015-09-23 06:59:16 -07:00
John ShaggyTwoDope Jenkins
041b6e745a
ops
2015-09-23 05:56:35 -07:00
John ShaggyTwoDope Jenkins
e1098273c4
merge
2015-09-23 05:54:57 -07:00
Michael Lazar
28d17b28d0
Merge branch 'TheoPib-master'
2015-09-20 23:35:34 -07:00
Michael Lazar
0fd96e80f2
More README tweaks.
2015-09-20 23:33:08 -07:00
Michael Lazar
6f431dc593
README tweaks.
2015-09-20 23:30:17 -07:00
Michael Lazar
2e3e99b717
Removed unused import.
2015-09-20 23:14:49 -07:00
Michael Lazar
4287ec1749
Added missing function to __all__.
2015-09-20 23:08:46 -07:00
Michael Lazar
8b80e4e622
Fixed config file parsing.
2015-09-20 23:05:20 -07:00