PyAr / CDPedia

CDPedia is a project to make the Wikipedia accesable offline
34 stars 15 forks source link

Improve handling of redirects to pages with special filesystem chars #313

Closed fzuccolo closed 4 years ago

fzuccolo commented 4 years ago

Improve detection of redirects to articles that were saved with these special chars encoded: ., / and %. Contexts improved: red links detection, index generation, article block compression and web_app.

Attached extra.txt file with a list of pages to test these improvements. With these pages, all links in main page should be fully functional and blue-colored. As web search is broken until #310 is fixed, URLs must be entered manually in the browser for testing them.

Close #302 as it was just a particular case of the issues addressed here.