acedigibits

Results 19 comments of acedigibits

update google-play-scraper 👍 , then aso works npm i google-play-scraper@latest

i am also getting the same error. any help on this?

get_video_info no longer working it seems. Many youtube Download Libraries depending on this url have stopped working. Anyone knows any alternative ?

curl -X PUT -H 'Content-Type: video/mp4' \ -H "Content-Length: 8036821" \ -T "/Users/kenh/Downloads/amazing_race.mp4" \ "URL" Kindly help me translating this -T to php . Have tried infile, infilesize but failed.

Any updates on this PR? Need this in my project

@Elyft it is because the process is asynchronous. i tried the same with for loop and failed. instead of for loop i looped it back to original function onsuccess with...

var main_counter=0, global_data; function main_loop(){ if(main_counter

`module.exports = (...arrayToSearch)=>{ return new Promise((resolve)=>{ let main_counter=0, contacts_merge=[]; function getNameWithNumber(value){ return new Promise((resolve)=>{ function onSuccess(contacts) { console.log(value); if(main_counter>=5) resolve(contacts); else{ main_counter++; contacts_merge.push(contacts); main_loop(); } }; function onError(contactError) { console.log(contactError)...

you can check my app, where i have written loop and shown loading bar to indicate progress... [https://play.google.com/store/apps/details?id=com.acedb.bulkcontactcreate](https://play.google.com/store/apps/details?id=com.acedb.bulkcontactcreate)

it does work, but it takes lots of time as all the controllers need to compile their respective angular code and then the navigation and their respective functions work. Any...