Micael Levi L. Cavalcante

Results 256 comments of Micael Levi L. Cavalcante

looks like they fixed it, see: https://upload.wikimedia.org/wikipedia/commons/3/38/Max-Heap.svg You can close this one :)

this was fixed already at Wikipedia.

@Vika93Rana I've tried https://github.com/r0oth3x49/udemy-dl but they are facing issues as well (https://github.com/r0oth3x49/udemy-dl/issues/640) Maybe this is something up to Udemy to solve

@bissaka what I've done to download one that was stuck in "building course data": 1. download the js file attached on https://github.com/FaisalUmair/udemy-downloader-gui/issues/571#issuecomment-823997132 2. `git clone https://github.com/FaisalUmair/udemy-downloader-gui && cd udemy-downloader-gui` 3....

> @micalevisk can you confirm that your downloaded content is correct/not corrupted? they were corrupeted! lol my bad .-. idk what to do by now

@iam-malithmax have you tried to use extensions like [Video DownloadHelper](https://chrome.google.com/webstore/detail/video-downloadhelper/lmjnegcaeklhafolokijcfjliaokphfk)?

I don't think that your credentials are stored anywhere, just the session cookies are. In linux they lived in `~/.config/Udeler` (I think that this is due to [`app.getPath(name)`](https://www.electronjs.org/docs/api/app#appgetpathname)) ``` $...

> import statement is using `await-to-js.umd.js` and not `await-to-js.es5.js` indeed. I added a `console.log` on `dist/await-to-js.es5.js` but it was not evaluated; while the one at `dist/await-to-js.umd.js` does :thinking: https://github.com/scopsy/await-to-js/blob/ed778a02ba60eaca5636a6fc7582f7b091d61e0c/package.json#L11-L12 Tested...

Prevent the replace to occur in **SCRIPT** or **NOSCRIPT** tags due to Google's markup ```js const tagsToIgnore = ['SCRIPT', 'NOSCRIPT', 'STYLE', 'SOURCE'] function replaceText(element) { if (tagsToIgnore.includes(element.nodeName)) return // ......

duplicated #52