Results 46 comments of Rogach

Who knows. Maybe it's an attempt to make scraping a bit harder. Maybe it's just a configuration change. > If they wanted to stop scraping then why not just remove...

Here's the fully working example. Runs in NodeJS, has a dependency on `crypto-js` library. ```js var fs = require("fs"); var CryptoJS = require("crypto-js"); // replace the values with fresh values...

Here's the sample decoder ported to Python: ```python from pathlib import Path import hashlib import json from base64 import b64decode from Crypto.Cipher import AES from Crypto.Util.Padding import unpad stores =...

@ValueRaider Seems I have a solution in PR #1253

Sure, but that'll require an extra call to `rsync --version` and an ugly extra argument to _comp_xfunc_ssh_scp_remote_files.

I've added a commit with the rsync version check. However, if I were a maintainer, I'd much prefer the simpler solution of just working with the latest version. By the...

> I have a question. The function _comp_xfunc_ssh_scp_remote_files seems to be also called from the completions for other commands ssh and sshfs. I guess we want to keep the original...

Applied changes according to comments. Regarding scp_remote_files test - added tests that expect LIVE_HOST remote files to include file `spaces in filename.txt`.

I've tested without `logging.disable`, and the logs look okay - all at DEBUG level and mostly from `yfinance` itself. Should I make a PR? ``` DEBUG Entering history() DEBUG:yfinance:Entering history()...

I read the referenced article, and it looks like it's incorrect to conclude that "generated source archives are only stable for a year". To quote from the article: > We...