|
|
2013-12-12
, 07:51
|
|
Posts: 7 |
Thanked: 10 times |
Joined on Dec 2013
@ New Delhi
|
#1051
|
|
|
2013-12-12
, 08:09
|
|
Posts: 440 |
Thanked: 203 times |
Joined on May 2010
|
#1052
|
|
|
2013-12-12
, 09:50
|
|
|
Posts: 373 |
Thanked: 255 times |
Joined on Dec 2012
@ Sweden
|
#1053
|
|
|
2013-12-13
, 11:39
|
|
|
Posts: 1,390 |
Thanked: 4,262 times |
Joined on Sep 2007
@ Vienna, Austria
|
#1054
|
Is there any chance that we can add short name for months like "Jan", "Feb" etc? (preloaded option)
| The Following 5 Users Say Thank You to thp For This Useful Post: | ||
|
|
2013-12-13
, 12:17
|
|
|
Posts: 373 |
Thanked: 255 times |
Joined on Dec 2012
@ Sweden
|
#1055
|
|
|
2014-01-05
, 21:20
|
|
|
Posts: 373 |
Thanked: 255 times |
Joined on Dec 2012
@ Sweden
|
#1056
|
|
|
2014-01-09
, 20:40
|
|
Posts: 245 |
Thanked: 233 times |
Joined on May 2010
@ Ljubljana, Slovenia
|
#1057
|

|
|
2014-01-10
, 11:36
|
|
|
Posts: 152 |
Thanked: 91 times |
Joined on Mar 2013
@ Russia Saratov
|
#1059
|
import feedparser
f = feedparser.parse('http://example.org/feed.rss')
print f.entries[0].title
|
|
2014-01-10
, 11:57
|
|
|
Posts: 141 |
Thanked: 267 times |
Joined on May 2010
@ Germany
|
#1060
|
>>> import feedparser
>>> f = feedparser.parse('http://example.org/feed.rss')
>>> print f
{'feed': {}, 'bozo': 1, 'bozo_exception': URLError(gaierror(-2, 'Name or service not known'),), 'entries': []}
| The Following User Says Thank You to EmaNymton For This Useful Post: | ||