Neutrino3316 / rss_spider

A spider to grap and store data from rss source.
0 stars 0 forks source link

use published_parsed instead of published time when saving the data #20

Closed Neutrino3316 closed 4 years ago

Neutrino3316 commented 5 years ago
 'published': 'Sat, 31 Aug 2019 03:15:01 GMT',
 'published_parsed': time.struct_time(tm_year=2019, tm_mon=8, tm_mday=31, tm_hour=3, tm_min=15, tm_sec=1, tm_wday=5, tm_yday=243, tm_isdst=0),