Fix extraction of text from post with photos and long text (therefore with the more button) during get_posts returns an identifier to None. The resulting text will be null instead of the real content.
I encountered this issue when scraping this two posts: 10162524887011151 and 10162523660891151 using get_posts on Repubblica page. Use get_posts_by_url has no problem.
Fix extraction of text from post with photos and long text (therefore with the more button) during get_posts returns an identifier to None. The resulting text will be null instead of the real content.