You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hice una pequeña adaptación de código porque no estaba funcionando el /id/elo, espero que la revises que se se puede mejorar mucho, sin embargo asi funciona:
Hice una pequeña adaptación de código porque no estaba funcionando el /id/elo, espero que la revises que se se puede mejorar mucho, sin embargo asi funciona:
const parseEloFromProfilePage = (data) => {
const $ = cheerio.load(data);
const table_entries = $("table.profile-table.profile-table_chart-table tbody");
};
The text was updated successfully, but these errors were encountered: