controversial / wikipedia-map

A web app for visualizing the connections between Wikipedia pages.
https://wikipedia.luk.ke
MIT License
445 stars 78 forks source link

find nested paragraphs #28

Closed mschneider82 closed 7 years ago

mschneider82 commented 7 years ago

wikipedia rendering changes Fixes Issue #27

controversial commented 7 years ago

I'll look at your PR later today when I get a chance. It does seem that Wikipedia has changed something in their rendering that breaks my HTML parsing. I just want a chance to test out your PR before I accept it.

mschneider82 commented 7 years ago

Hi Wikipedia is now using a lots of paragraphs. I also created #29 , it merges the first 10 paragraphs to a list. Feel free to drop my PR and fix it in other ways.

controversial commented 7 years ago

This isn't how I want to approach this. This falsely returns information from the sidebar, since this appears in HTML before the body. Let me examine the new structure of the pages and I'll figure out how to fix #27.