The newspaper3k library is amazing. I am addicted on it.
May I ask, why the Source and build() only return 0 articles from most of the china financial news page?
Any problem in my code?
from newspaper import Article, Source
url='https://wallstreetcn.com/live/global'
result=newspaper.Source(url,language='zh')
result.build()
result.size()
0