Skip to content
New issue

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

[BUG] fail to get images from article #646

Open
thangckt opened this issue Aug 2, 2024 · 0 comments
Open

[BUG] fail to get images from article #646

thangckt opened this issue Aug 2, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@thangckt
Copy link

thangckt commented Aug 2, 2024

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

  • OS: Windows
  • Python version: 3.11
  • Library version: git-master
@thangckt thangckt added the bug Something isn't working label Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant