You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was having difficulting getting articles from a site and noticed that It kept dumping my custom feed extensions. I found that the problem was It was memoizing the feed by default and this was getting rid of a lot of the urls. I simply turned memoization in the source.py off and it now can get all articles based on the feed pages I give it
The text was updated successfully, but these errors were encountered:
I was having difficulting getting articles from a site and noticed that It kept dumping my custom feed extensions. I found that the problem was It was memoizing the feed by default and this was getting rid of a lot of the urls. I simply turned memoization in the source.py off and it now can get all articles based on the feed pages I give it
The text was updated successfully, but these errors were encountered: