Rongrong
Rongrong
Py 2.7.13 `init(autoreset=True)` I'd like to use different colors in a single line, so what I did was: out = eval("co.p%d('%s') + co.white(' : ')" % (self.p, self.s)) print out...
https://t.me/RSStT_Group/4939 https://t.me/RSStT_Group/4943
DB models upgrade needed.
https://t.me/RSStT_Group/1871 https://t.me/RSStT_Group/1875 Note: check if reaching the minimal interval set by bot manager
https://t.me/RSStT_Group/4410 https://t.me/RSStT_Group/4425 The current flood control workaround is lock-and-retry-based. In most cases, it works fine. However, some feed updates a lot of posts in a bunch every update period. With...
~`` in Media RSS not extracted: https://t.me/RSStT_Group/4434~ Note: `` is ignored, better to fix the upstream issue first. https://github.com/kurtmckee/feedparser/issues/195
# Code to reproduce [feeds.tar.gz](https://github.com/kurtmckee/feedparser/files/7274713/feeds.tar.gz) ```python3 import gc import os import colorlog import psutil from concurrent import futures from feedparser import parse # from memory_profiler import profile colorlog.basicConfig(format='%(log_color)s%(asctime)s:%(levelname)s - %(message)s',...