pavel-karatsiuba
pavel-karatsiuba
From API we are getting images with the bigger size. It is an upstream bug: [page with bug](https://ru.wikipedia.org/api/rest_v1/page/html/%D0%94%D0%B8%D0%B5%D0%B3%D0%BE-%D0%93%D0%B0%D1%80%D1%81%D0%B8%D1%8F#%D0%93%D0%B0%D0%BB%D0%B5%D1%80%D0%B5%D1%8F) We can fix it by adding a function to treat the gallery...
@kelson42 Upstream ticket created: https://phabricator.wikimedia.org/T333122
In some cases, by API we are getting the same description for the image and for the parent Element. I have added a fix with checking if we got the...
This error cannot be reproduced with the current source code version. Because this is an old error I think it is not actual anymore. I propose to close this ticket....
@kelson42 Your proposed changes are a good and easy step to start changing architecture. If we start from these changes then makes sense to decompose whall Downloader class and leave...
@kelson42 I have made a picture with propositions to change `Downloader.ts` and redesign the file structure. All changes are directed to the logical grouping the similar functions by modules. In...
Right now all Wikimedia uses the same endpoint and uses the same API. Before designing the classes structure for this situation, I need to know which parts will be different....
We are using `mwCapabilities` to define how will be downloaded and rendered article. We need to create the `Article` module. In this module, we need to have the function to...
I visited each page and also the original pages. This is the result: https://library.kiwix.org/wikiquote_ga_all_nopic The original page is not existing https://library.kiwix.org/wikivoyage_es_all_maxi https://library.kiwix.org/wikivoyage_es_all_nopic https://library.kiwix.org/wikivoyage_es_all_maxi A lot of JS errors in the...
On each page, the content is present but it is hidden. Each page here presents two content sections, one hidden by CSS class `.nomobile` and the other hidden by CSS...