We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug get wrong images from the article
To Reproduce run this code
from newspaper import Article url = 'https://www.24h.com.vn/thoi-trang-hi-tech/iphone-noi-tieng-mot-thoi-nay-gia-re-co-man-oled-camera-chup-dep-c407a1590584.html' a = Article(url) a.download() a.parse() a.images
Expected behavior expect images from the content, but can not get any of them.
System information
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
get wrong images from the article
To Reproduce
run this code
Expected behavior
expect images from the content, but can not get any of them.
System information
The text was updated successfully, but these errors were encountered: