mirror of
https://github.com/adulau/rss-tools.git
synced 2024-11-07 12:06:25 +00:00
fix: [rssmerge] debug removed
This commit is contained in:
parent
85381a7673
commit
a903325ec4
1 changed files with 0 additions and 3 deletions
|
@ -146,9 +146,6 @@ for url in args:
|
||||||
cleantext = BeautifulSoup(el.summary, "lxml").text
|
cleantext = BeautifulSoup(el.summary, "lxml").text
|
||||||
allitem[linkkey]["title"] = cleantext[: options.summarysize]
|
allitem[linkkey]["title"] = cleantext[: options.summarysize]
|
||||||
|
|
||||||
print(allitem[linkkey]["title"])
|
|
||||||
|
|
||||||
|
|
||||||
itemlist = []
|
itemlist = []
|
||||||
|
|
||||||
for something in list(allitem.keys()):
|
for something in list(allitem.keys()):
|
||||||
|
|
Loading…
Reference in a new issue