valerebron / usetube

search & get datas from youtube no google account needed
GNU General Public License v3.0
48 stars 18 forks source link

Incorrect subscriber count #1

Closed AXVin closed 3 years ago

AXVin commented 3 years ago

When i do this:

const usetube = require('usetube');
usetube.searchChannel('pokimane').then(channels => console.log(channels));

The nb_subscriber field seems to not show the correct amount. It is currently showing a 3 digit number only which i know that it isn't. I wanted to sort these channels according to the sub count for the search but this seems to give some unreliable stats

valerebron commented 3 years ago

Hi AXVin, My bad, I forgot to format k (kilo views) an m (million views). should be up & ready in v1.1.5.

Cheers, Valère