|
|
2014-03-17
, 08:03
|
|
|
Posts: 1,390 |
Thanked: 4,262 times |
Joined on Sep 2007
@ Vienna, Austria
|
#1082
|
{wazapp-status}
|
|
2014-03-17
, 09:40
|
|
|
Posts: 1,547 |
Thanked: 3,092 times |
Joined on Jun 2012
@ Russia, 96
|
#1083
|
|
|
2014-03-17
, 10:00
|
|
Posts: 602 |
Thanked: 735 times |
Joined on Mar 2011
@ Nantes, France
|
#1084
|
| The Following User Says Thank You to romu For This Useful Post: | ||
|
|
2014-03-23
, 14:37
|
|
|
Posts: 1,390 |
Thanked: 4,262 times |
Joined on Sep 2007
@ Vienna, Austria
|
#1085
|
Then, every Meecast settings I try in billboard have no effect at all. Any idea? Thanks.
|
|
2014-03-24
, 12:58
|
|
Posts: 602 |
Thanked: 735 times |
Joined on Mar 2011
@ Nantes, France
|
#1086
|
|
|
2014-03-24
, 20:50
|
|
|
Posts: 152 |
Thanked: 91 times |
Joined on Mar 2013
@ Russia Saratov
|
#1087
|
#!/usr/bin/python
#load url from txt file
f = open('/home/user/MyDocs/url_rss.log', 'r')
#f.read()
url_rss = f.read()
import feedparser
d = feedparser.parse( url_rss )
e = d['items'][0]
a = d['channel']['title']
b = e['title']
c = e['description']
str = a + "\n"
str1 = b + "\n"
str2 = c + "\n"
y = str2.encode("utf-8")
import lxml.html
s = y
s = ''.join(lxml.html.fromstring(s).xpath("//text()")).encode ('latin1')
#print str.encode("utf-8")
#print str1.encode("utf-8")
print s
|
|
2014-03-25
, 15:53
|
|
Posts: 4 |
Thanked: 2 times |
Joined on Feb 2014
|
#1088
|
|
|
2014-04-04
, 06:01
|
|
Posts: 34 |
Thanked: 7 times |
Joined on Mar 2014
@ Switzerland
|
#1089
|
|
|
2014-04-04
, 06:40
|
|
Posts: 34 |
Thanked: 7 times |
Joined on Mar 2014
@ Switzerland
|
#1090
|
Twitter: @iAncelad
Try my SailfishOS theme for Nokia N9
Mmm, beeeeeer