Center "* * *" in clip mode
parent
196400967d
commit
ae22104831
2
morss.py
2
morss.py
|
@ -459,7 +459,7 @@ def Gather(url, cachePath, options):
|
||||||
|
|
||||||
if item.desc and item.content:
|
if item.desc and item.content:
|
||||||
if 'clip' in options:
|
if 'clip' in options:
|
||||||
item.content = item.desc + "<br/><br/>* * *<br/><br/>" + item.content
|
item.content = item.desc + "<br/><br/><center>* * *</center><br/><br/>" + item.content
|
||||||
del item.desc
|
del item.desc
|
||||||
if 'alone' in options:
|
if 'alone' in options:
|
||||||
del item.desc
|
del item.desc
|
||||||
|
|
Loading…
Reference in New Issue