Webhose / article-date-extractor

Automatically extracts and normalizes an online article or blog post publication date
MIT License
118 stars 35 forks source link

Extracted wrong date #10

Open wizzed opened 6 years ago

wizzed commented 6 years ago

I ran this extractor and it was extracting wrong date from https://www.mmorpg.com/war-thunder/news/gaijin-celebrates-war-thunders-6th-birthday-with-a-free-ship-for-all-1000050376

itskrsna commented 3 years ago

there may issue with the urllib, it might be throwing 403 forbidden and making application/ld+json as recursive can solve the problem for most cases. if i get a chance will try to raise a PR for these fixes