mirror of https://gitlab.com/bashrc2/epicyon
Less indentation
parent
62fa727fbb
commit
ceaaa8aec0
|
@ -871,8 +871,10 @@ def _xml2str_to_dict(base_dir: str, domain: str, xml_str: str,
|
|||
|
||||
unique_string_identifier = title + ' ' + link
|
||||
pub_date_str = parse_feed_date(pub_date, unique_string_identifier)
|
||||
if pub_date_str:
|
||||
if _valid_feed_date(pub_date_str):
|
||||
if not pub_date_str:
|
||||
continue
|
||||
if not _valid_feed_date(pub_date_str):
|
||||
continue
|
||||
post_filename = ''
|
||||
votes_status = []
|
||||
podcast_properties = \
|
||||
|
|
Loading…
Reference in New Issue