Sunshine

Results 211 comments of Sunshine

Maybe you could try it without the `--incognito`? This way the CAPTCHA session should be inherited and it'll think you're the real user. You could always "Save page as" from...

I wouldn't want to over-engineer it for the sake of saving a little bit of disk space. It'll also likely decrease the performance. But doing this optionally, especially if they...

> I can confirm text is matching Hey Nikita, thank you for confirming. It's still missing the last part of the song, lines 34+

Hi there, there's really no code here, just some tests for the CI/CD pipeline. Most of the magic happens here https://github.com/Lyrics/lyrics-website-generator and it has a BSD license.

My main worry is GitHub showing the repo's license on https://github.com/Lyrics/lyrics-database, even though the LICENSE file is going to be related to Python code for tests. I'd say it's not...

I second this proposal. It seems to be a very good open-source game, yet it's a shame that it's not that easy to stay up-to-date with the latest version if...

Hi @midaspt, I'm very glad to learn that you're finding use for monolith! WARC can be simply done, I'll likely implement it around the same time as MHTML. The long...

Hi cat, thank you for the question. It commands the browser that the saved document can load resources only from data: URLs and from inside its own HTML, essentially making...

Hello Tobias, Thank you very much for this PR! Not a stupid idea at all, base64 unnecessarily bloats up plaintext, something like 30% longer result on average than using URL...

I'm not sure I follow, sorry. Are you talking about concurrent asynchronous network requests, automatically saving linked pages, or something else? 🤔